diff options
author | kraxel <kraxel> | 2004-06-10 10:02:14 +0000 |
---|---|---|
committer | kraxel <kraxel> | 2004-06-10 10:02:14 +0000 |
commit | 11461f07270b29248688789942fc43af93273839 (patch) | |
tree | 03d6c89352cd820cb1bd3d7392fb9de2116c8cc4 | |
parent | 7a9d340846d49f5816c0b2c869ad91b144f7c5c3 (diff) | |
download | webfs-11461f07270b29248688789942fc43af93273839.tar.gz |
- domumentation updates.
-rw-r--r-- | README | 12 | ||||
-rw-r--r-- | webfs.spec | 4 |
2 files changed, 14 insertions, 2 deletions
@@ -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 =============== @@ -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 |