Remove lighttpd.spec* from source, fixing all problems with it ;-)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2157 152afb58-edef-0310-8abb-c4023f1b3aa9
This commit is contained in:
parent
074223041a
commit
70c0280c92
|
@ -3,7 +3,6 @@ Makefile.in
|
|||
configure
|
||||
depcomp
|
||||
config.*
|
||||
lighttpd.spec
|
||||
mkinstalldirs
|
||||
distribute.sh
|
||||
autom4te.cache
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
SUBDIRS=src doc tests cygwin openwrt
|
||||
|
||||
EXTRA_DIST=lighttpd.spec autogen.sh SConstruct
|
||||
EXTRA_DIST=autogen.sh SConstruct
|
||||
|
|
1
NEWS
1
NEWS
|
@ -21,6 +21,7 @@ NEWS
|
|||
* Handle EINTR in mod_cgi during write() (#1640)
|
||||
* Allow all http status codes by default; disable body only for 204,205 and 304; generate error pages for 4xx and 5xx (#1639)
|
||||
* Fix mod_magnet to set con->mode = p->id if it generates content, so returning 4xx/5xx doesn't append an error page
|
||||
* Remove lighttpd.spec* from source, fixing all problems with it ;-)
|
||||
|
||||
- 1.4.19 - 2008-03-10
|
||||
|
||||
|
|
|
@ -553,7 +553,7 @@ AC_CONFIG_FILES([Makefile src/Makefile doc/Makefile tests/Makefile \
|
|||
tests/docroot/www/go/Makefile \
|
||||
tests/docroot/www/indexfile/Makefile \
|
||||
tests/docroot/www/expire/Makefile \
|
||||
lighttpd.spec distribute.sh cygwin/Makefile cygwin/lighttpd.README
|
||||
distribute.sh cygwin/Makefile cygwin/lighttpd.README
|
||||
openwrt/Makefile openwrt/control openwrt/lighttpd.mk])
|
||||
AC_OUTPUT
|
||||
|
||||
|
|
Loading…
Reference in New Issue