- 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-c4023f1b3aa9svn/tags/lighttpd-1.4.14
parent
7f5aabdaaf
commit
e1ac86419d
1
NEWS
1
NEWS
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue