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-c4023f1b3aa9svn/tags/lighttpd-1.4.6 lighttpd-1.4.6
parent
1f0174e9d1
commit
c1f4d40dfd
8
NEWS
8
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
|
||||
|
|
|
@ -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]')
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue