aboutsummaryrefslogtreecommitdiffstats
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
parent7a9d340846d49f5816c0b2c869ad91b144f7c5c3 (diff)
downloadwebfs-11461f07270b29248688789942fc43af93273839.tar.gz
- domumentation updates.
-rw-r--r--README12
-rw-r--r--webfs.spec4
2 files changed, 14 insertions, 2 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
===============
diff --git a/webfs.spec b/webfs.spec
index 2616371..0c49b26 100644
--- a/webfs.spec
+++ b/webfs.spec
@@ -1,6 +1,6 @@
Name: webfs
Summary: lightweight http server for static content
-Version: 1.20
+Version: 1.21
Release: 0
Source0: %{name}_%{version}.tar.gz
Copyright: GPL
@@ -31,7 +31,7 @@ make prefix=/usr DESTDIR=%{buildroot} install
%defattr(-,root,root)
/usr/bin/webfsd
/usr/share/man/man1/webfsd.1*
-%doc README COPYING webfsd.redhat
+%doc README COPYING
%clean
if test "%{buildroot}" != ""; then