summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kneschke <jan@kneschke.de>2005-10-09 20:49:43 +0000
committerJan Kneschke <jan@kneschke.de>2005-10-09 20:49:43 +0000
commitc1f4d40dfd789f6e9238693a832e9351027f5ff6 (patch)
tree8e54b50adb14483e69324729a9a871c5f4f8b695
parent1f0174e9d1effeeaf61c7cd12cacf7802d2cffaa (diff)
downloadlighttpd-git-c1f4d40dfd789f6e9238693a832e9351027f5ff6.tar.gz
get ready for 1.4.6lighttpd-1.4.6
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@784 152afb58-edef-0310-8abb-c4023f1b3aa9
-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