From 11461f07270b29248688789942fc43af93273839 Mon Sep 17 00:00:00 2001 From: kraxel Date: Thu, 10 Jun 2004 10:02:14 +0000 Subject: - domumentation updates. --- README | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'README') diff --git a/README b/README index 516d10b..9fc482e 100644 --- a/README +++ b/README @@ -100,6 +100,18 @@ shouldn't happen. Don't use versions below 1.20, there are known security holes. +Changes in 1.21 +=============== + + * large file support. + * s/sprintf/snprintf/ in some places. + * changed timestamp handling, webfs doesn't attempt to parse them + any more but does a strcmp of rfc1123 dates. + * access log uses local time not GMT now. + * some ssl/cgi cleanups (based on patches from Ludo Stellingwerff). + * misc fixes. + + Changes in 1.20 =============== -- cgit