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:
Stefan Bühler 2008-04-23 19:54:35 +00:00
parent 074223041a
commit 70c0280c92
4 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,6 @@ Makefile.in
configure
depcomp
config.*
lighttpd.spec
mkinstalldirs
distribute.sh
autom4te.cache

View File

@ -1,3 +1,3 @@
SUBDIRS=src doc tests cygwin openwrt
EXTRA_DIST=lighttpd.spec autogen.sh SConstruct
EXTRA_DIST=autogen.sh SConstruct

1
NEWS
View File

@ -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

View File

@ -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