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 ++++++++++++ webfs.spec | 4 ++-- 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 -- cgit