- next ist 1.4.18

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1978 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.4.18
Marcus Rückert 2007-08-29 00:49:56 +00:00
parent d4f02c657a
commit 66c4c8f1dd
3 changed files with 5 additions and 2 deletions

3
NEWS
View File

@ -3,6 +3,9 @@
NEWS
====
- 1.4.17 -
- 1.4.17 - 2007-08-29
* added dir-listing.set-footer in mod_dirlisting (#1277)
* added sending UID and PID for SIGTERM and SIGINT to the logs

View File

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