diff --git a/NEWS b/NEWS index 9031736e..df705068 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,16 @@ NEWS ==== +- 1.4.1 - 2005-08-22 + + * added a complete Class 1 complient mod_webdav + * fixed ssl support (especially on OpenBSD) + * fixed response header in body problem in mod_cgi + * fixed numbers before body problem + * fixed compilation on Solaris and FreeBSD + * fixed conditional options in mod_dirlisting + * fixed segfault in mod_dirlisting for NFS directories + - 1.4.0 - 2005-08-17 * added nested conditionals diff --git a/configure.in b/configure.in index 4fa8811a..9aba98ee 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT(lighttpd, 1.4.0, jan@kneschke.de) +AC_INIT(lighttpd, 1.4.1, jan@kneschke.de) AC_CONFIG_SRCDIR([src/server.c]) AC_CANONICAL_TARGET diff --git a/debian/changelog b/debian/changelog index 7717c828..5849976c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +lighttpd (1.4.1-1) unstable; urgency=low + + * updated to 1.4.1 + + -- Jan Kneschke Mon, 22 Aug 2005 12:55:00 +0200 + lighttpd (1.4.0-1) unstable; urgency=low * updated to 1.4.0