Changeset 2157
- Timestamp:
- 04/23/2008 07:54:35 PM (2 months ago)
- Files:
-
- branches/lighttpd-1.4.x/.cvsignore (modified) (1 diff)
- branches/lighttpd-1.4.x/Makefile.am (modified) (1 diff)
- branches/lighttpd-1.4.x/NEWS (modified) (1 diff)
- branches/lighttpd-1.4.x/configure.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/lighttpd-1.4.x/.cvsignore
r31 r2157 4 4 depcomp 5 5 config.* 6 lighttpd.spec7 6 mkinstalldirs 8 7 distribute.sh branches/lighttpd-1.4.x/Makefile.am
r2043 r2157 1 1 SUBDIRS=src doc tests cygwin openwrt 2 2 3 EXTRA_DIST= lighttpd.specautogen.sh SConstruct3 EXTRA_DIST=autogen.sh SConstruct branches/lighttpd-1.4.x/NEWS
r2155 r2157 22 22 * Allow all http status codes by default; disable body only for 204,205 and 304; generate error pages for 4xx and 5xx (#1639) 23 23 * Fix mod_magnet to set con->mode = p->id if it generates content, so returning 4xx/5xx doesn't append an error page 24 * Remove lighttpd.spec* from source, fixing all problems with it ;-) 24 25 25 26 - 1.4.19 - 2008-03-10 branches/lighttpd-1.4.x/configure.in
r2127 r2157 554 554 tests/docroot/www/indexfile/Makefile \ 555 555 tests/docroot/www/expire/Makefile \ 556 lighttpd.specdistribute.sh cygwin/Makefile cygwin/lighttpd.README556 distribute.sh cygwin/Makefile cygwin/lighttpd.README 557 557 openwrt/Makefile openwrt/control openwrt/lighttpd.mk]) 558 558 AC_OUTPUT

