Changeset 1998
- Timestamp:
- 09/09/2007 09:31:27 PM (12 months ago)
- Location:
- branches/lighttpd-1.4.x
- Files:
-
- 3 modified
-
NEWS (modified) (1 diff)
-
SConstruct (modified) (1 diff)
-
configure.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/lighttpd-1.4.x/NEWS
r1996 r1998 3 3 NEWS 4 4 ==== 5 6 - 1.4.19 - 7 8 * 5 9 6 10 - 1.4.18 - 2007-09-09 -
branches/lighttpd-1.4.x/SConstruct
r1978 r1998 6 6 7 7 package = 'lighttpd' 8 version = '1.4.1 8'8 version = '1.4.19' 9 9 10 10 def checkCHeaders(autoconf, hdrs): -
branches/lighttpd-1.4.x/configure.in
r1978 r1998 2 2 # Process this file with autoconf to produce a configure script. 3 3 AC_PREREQ(2.57) 4 AC_INIT(lighttpd, 1.4.1 8, jan@kneschke.de)4 AC_INIT(lighttpd, 1.4.19, jan@kneschke.de) 5 5 AC_CONFIG_SRCDIR([src/server.c]) 6 6

