Changeset 2157

Show
Ignore:
Timestamp:
04/23/2008 07:54:35 PM (2 months ago)
Author:
stbuehler
Message:

Remove lighttpd.spec* from source, fixing all problems with it ;-)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/lighttpd-1.4.x/.cvsignore

    r31 r2157  
    44depcomp 
    55config.* 
    6 lighttpd.spec 
    76mkinstalldirs 
    87distribute.sh 
  • branches/lighttpd-1.4.x/Makefile.am

    r2043 r2157  
    11SUBDIRS=src doc tests cygwin openwrt 
    22 
    3 EXTRA_DIST=lighttpd.spec autogen.sh SConstruct 
     3EXTRA_DIST=autogen.sh SConstruct 
  • branches/lighttpd-1.4.x/NEWS

    r2155 r2157  
    2222  * Allow all http status codes by default; disable body only for 204,205 and 304; generate error pages for 4xx and 5xx (#1639) 
    2323  * 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 ;-) 
    2425 
    2526- 1.4.19 - 2008-03-10 
  • branches/lighttpd-1.4.x/configure.in

    r2127 r2157  
    554554                 tests/docroot/www/indexfile/Makefile \ 
    555555                 tests/docroot/www/expire/Makefile \ 
    556                  lighttpd.spec distribute.sh cygwin/Makefile cygwin/lighttpd.README 
     556                 distribute.sh cygwin/Makefile cygwin/lighttpd.README 
    557557                 openwrt/Makefile openwrt/control openwrt/lighttpd.mk]) 
    558558AC_OUTPUT