summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kneschke <jan@kneschke.de>2005-08-22 10:56:28 +0000
committerJan Kneschke <jan@kneschke.de>2005-08-22 10:56:28 +0000
commit0f238b339337f42d5d3701cdc2b855f71e8034d2 (patch)
treebfe7a6d10a91f69fd2aa4758548cea732d52587e
parent3bc6a042d197967930b7a3870dfd3dea021383d8 (diff)
downloadlighttpd-git-0f238b339337f42d5d3701cdc2b855f71e8034d2.tar.gz
prepare for 1.4.1lighttpd-1.4.1
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@609 152afb58-edef-0310-8abb-c4023f1b3aa9
-rw-r--r--NEWS10
-rw-r--r--configure.in2
-rw-r--r--debian/changelog6
3 files changed, 17 insertions, 1 deletions
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 <jan@kneschke.de> Mon, 22 Aug 2005 12:55:00 +0200
+
lighttpd (1.4.0-1) unstable; urgency=low
* updated to 1.4.0