Changeset 2127
- Timestamp:
- 03/13/2008 03:33:06 PM (5 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
r2125 r2127 4 4 ==== 5 5 6 - 1.4.19 - 6 - 1.4.20 - 7 8 * 9 10 - 1.4.19 - 2008-03-10 7 11 8 12 * added support for If-Range: <date> (#1346) -
branches/lighttpd-1.4.x/SConstruct
r1998 r2127 6 6 7 7 package = 'lighttpd' 8 version = '1.4. 19'8 version = '1.4.20' 9 9 10 10 def checkCHeaders(autoconf, hdrs): -
branches/lighttpd-1.4.x/configure.in
r2123 r2127 2 2 # Process this file with autoconf to produce a configure script. 3 3 AC_PREREQ(2.57) 4 AC_INIT(lighttpd, 1.4. 19, jan@kneschke.de)4 AC_INIT(lighttpd, 1.4.20, jan@kneschke.de) 5 5 AC_CONFIG_SRCDIR([src/server.c]) 6 6

