get ready for 1.4.6

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@784 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.4.6 lighttpd-1.4.6
Jan Kneschke 2005-10-09 20:49:43 +00:00
parent 1f0174e9d1
commit c1f4d40dfd
4 changed files with 16 additions and 2 deletions

8
NEWS
View File

@ -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

View File

@ -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]')

View File

@ -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

6
debian/changelog vendored
View File

@ -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