aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorkraxel <kraxel>2004-06-10 10:02:14 +0000
committerkraxel <kraxel>2004-06-10 10:02:14 +0000
commit11461f07270b29248688789942fc43af93273839 (patch)
tree03d6c89352cd820cb1bd3d7392fb9de2116c8cc4 /README
parent7a9d340846d49f5816c0b2c869ad91b144f7c5c3 (diff)
downloadwebfs-11461f07270b29248688789942fc43af93273839.tar.gz
- domumentation updates.
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 12 insertions, 0 deletions
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
===============