- next is 1.4.20

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2127 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.4.20
Stefan Bühler 15 years ago
parent 41414d6348
commit 6528732c79

@ -3,7 +3,11 @@
NEWS
====
- 1.4.19 -
- 1.4.20 -
*
- 1.4.19 - 2008-03-10
* added support for If-Range: <date> (#1346)
* added support for matching $HTTP["scheme"] in configs

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

Loading…
Cancel
Save