- added missing news entry

- bumped version number

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1737 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.4.14
Marcus Rückert 2007-04-10 08:50:39 +00:00
parent 7f5aabdaaf
commit e1ac86419d
2 changed files with 2 additions and 1 deletions

1
NEWS
View File

@ -37,6 +37,7 @@ NEWS
(#800)
* fixed possible crash in debug-message in mod_extforward
* fixed compilation of mod_extforward on glibc < 2.3.4
* send SIGUSR1 to fastcgi children before SIGTERM. libfcgi wants SIGUSR1.
- 1.4.13 - 2006-10-09

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.13, jan@kneschke.de)
AC_INIT(lighttpd, 1.4.14, jan@kneschke.de)
AC_CONFIG_SRCDIR([src/server.c])
AC_CANONICAL_TARGET