summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--SConstruct2
-rw-r--r--configure.in2
-rw-r--r--debian/changelog6
4 files changed, 16 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index ef4a9aec..ab403c28 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,14 @@
NEWS
====
+- 1.4.6 - 2005-10-09
+
+ * fixed compilation on MacOS X and cygwin
+ * fixed compressed output if caching was disabled (seen in IE and Opera)
+ * fixed range-request option
+ * fixed mysql-vhost module (was broken in 1.4.5)
+ * fixed false positive in the detection of case-insensitive FS
+
- 1.4.5 - 2005-10-02
* added all DeltaV methods as known methods
diff --git a/SConstruct b/SConstruct
index d1bf68d5..92e7917e 100644
--- a/SConstruct
+++ b/SConstruct
@@ -5,7 +5,7 @@ import string
from stat import *
package = 'lighttpd'
-version = '1.4.5'
+version = '1.4.6'
def checkCHeaders(autoconf, hdrs):
p = re.compile('[^A-Z0-9]')
diff --git a/configure.in b/configure.in
index 1f322c6f..74e3e9d0 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.5, jan@kneschke.de)
+AC_INIT(lighttpd, 1.4.6, jan@kneschke.de)
AC_CONFIG_SRCDIR([src/server.c])
AC_CANONICAL_TARGET
diff --git a/debian/changelog b/debian/changelog
index d01626f8..9e0af0b7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+lighttpd (1.4.6-1) unstable; urgency=low
+
+ * updated to 1.4.6
+
+ -- Jan Kneschke <jan@kneschke.de> Sun, 09 Oct 2005 22:48:00 +0200
+
lighttpd (1.4.5-1) unstable; urgency=low
* updated to 1.4.5