From 0f238b339337f42d5d3701cdc2b855f71e8034d2 Mon Sep 17 00:00:00 2001 From: Jan Kneschke Date: Mon, 22 Aug 2005 10:56:28 +0000 Subject: prepare for 1.4.1 git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@609 152afb58-edef-0310-8abb-c4023f1b3aa9 --- NEWS | 10 ++++++++++ configure.in | 2 +- debian/changelog | 6 ++++++ 3 files changed, 17 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1