- next is 1.4.21

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2314 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.4.21
Stefan Bühler 15 years ago
parent 78db184594
commit 47f133cbd0

@ -3,7 +3,11 @@
NEWS
====
- 1.4.20 -
- 1.4.21 -
*
- 1.4.20 - 2008-09-30
* Fix mod_compress to compile with old gcc version (#1592)
* Fix mod_extforward to compile with old gcc version (#1591)

@ -5,7 +5,7 @@ import string
from stat import *
package = 'lighttpd'
version = '1.4.20'
version = '1.4.21'
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.20, jan@kneschke.de)
AC_INIT(lighttpd, 1.4.21, jan@kneschke.de)
AC_CONFIG_SRCDIR([src/server.c])
AC_CANONICAL_TARGET

Loading…
Cancel
Save