2005-02-20 14:27:00 +00:00
|
|
|
|
|
|
|
|
|
====
|
|
|
|
|
NEWS
|
|
|
|
|
====
|
|
|
|
|
|
2009-10-26 14:16:09 +00:00
|
|
|
|
- 1.4.25 -
|
2009-10-26 14:16:15 +00:00
|
|
|
|
* mod_magnet: fix pairs() for normal tables and strings (fixes #1307)
|
2009-10-26 14:16:20 +00:00
|
|
|
|
* mod_magnet: add traceback for printing lua errors
|
2009-10-26 18:48:26 +00:00
|
|
|
|
* mod_rewrite: fix compile error if compiled without pcre
|
2009-10-26 19:30:40 +00:00
|
|
|
|
* disable warning "CLOSE-read"
|
2009-10-26 14:16:09 +00:00
|
|
|
|
|
|
|
|
|
- 1.4.24 - 2009-10-25
|
2009-06-21 17:25:24 +00:00
|
|
|
|
* Add T_CONFIG_INT for bigger integers from the config (needed for #1966)
|
2009-06-21 17:25:31 +00:00
|
|
|
|
* Use unsigned int (and T_CONFIG_INT) for max_request_size
|
|
|
|
|
* Use unsigned int for secdownload.timeout (fixes #1966)
|
2009-06-21 17:25:34 +00:00
|
|
|
|
* Keep url/host values from connection to display information while keep-alive in mod_status (fixes #1202)
|
2009-06-21 17:25:39 +00:00
|
|
|
|
* Add server.breakagelog, a "special" stderr (fixes #1863)
|
2009-07-01 16:04:17 +00:00
|
|
|
|
* Fix config evaluation for debug.log-timeouts option (#1529)
|
2009-07-04 20:23:00 +00:00
|
|
|
|
* Add "cgi.execute-x-only" to mod_cgi, requires +x for cgi scripts (fixes #2013)
|
2009-07-10 16:16:11 +00:00
|
|
|
|
* Fix FD_SETSIZE comparision warnings
|
2009-07-10 16:19:45 +00:00
|
|
|
|
* Add "lua-5.1" to searched pkg-config names for lua
|
2009-07-10 16:23:59 +00:00
|
|
|
|
* Fix unused function webdav_lockdiscovery in mod_webdav
|
2009-07-10 16:36:36 +00:00
|
|
|
|
* cmake: Fix crypt lib check
|
2009-07-10 16:46:04 +00:00
|
|
|
|
* cmake: Add -export-dynamic to link flags, fixes build on FreeBSD
|
2009-07-11 09:01:18 +00:00
|
|
|
|
* Set FD_CLOEXEC for bound sockets before pipe-logger forks (fixes #2026)
|
2009-07-13 13:41:44 +00:00
|
|
|
|
* Reset ignored signals to SIG_DFL before exec() in fastcgi/scgi (fixes #2029)
|
2009-07-13 13:48:29 +00:00
|
|
|
|
* Show "no uri specified -> 400" error only when "debug.log-request-header-on-error" is enabled (fixes #2030)
|
2009-07-13 14:13:52 +00:00
|
|
|
|
* Fix hanging connection in mod_scgi (fixes #2024)
|
2009-07-14 12:57:27 +00:00
|
|
|
|
* Allow digits in hostnames in more places (fixes #1148)
|
2009-07-14 13:15:38 +00:00
|
|
|
|
* Use connection_reset instead of handle_request_done for cleanup callbacks
|
2009-07-23 23:37:46 +00:00
|
|
|
|
* Change mod_expire to append Cache-Control instead of overwriting it (fixes #1997)
|
2009-07-16 23:23:08 +00:00
|
|
|
|
* Allow all comparisons for $SERVER["socket"] - only bind for "=="
|
2009-07-21 08:52:33 +00:00
|
|
|
|
* Remove strptime failed message (fixes #2031)
|
2009-07-21 20:35:27 +00:00
|
|
|
|
* Fix issues found with clang analyzer
|
2009-07-23 13:01:38 +00:00
|
|
|
|
* Try to fix server.tag issue with localized svnversion
|
2009-07-23 21:42:24 +00:00
|
|
|
|
* Fix handling network-write return values (#2024)
|
2009-07-23 21:42:59 +00:00
|
|
|
|
* Use disable-time in fastcgi for all disables after errors, default is 1sec (fixes #2040)
|
2009-07-23 21:43:07 +00:00
|
|
|
|
* Remove adaptive spawning code from fastcgi (was disabled for a long time)
|
2009-07-24 20:26:17 +00:00
|
|
|
|
* Allow mod_mysql_vhost to use stored procedures (fixes #2011, thx Ben Brown)
|
2009-07-27 16:12:36 +00:00
|
|
|
|
* Fix ipv6 in mod_proxy (fixes #2043)
|
2009-07-30 18:15:04 +00:00
|
|
|
|
* Print errors from include_shell to stderr
|
2009-08-06 08:33:19 +00:00
|
|
|
|
* Set tm.tm_isdst = 0 before mktime() (fixes #2047)
|
2009-08-12 18:27:18 +00:00
|
|
|
|
* Use linux-epoll by default if available (fixes #2021, thx Olaf van der Spek)
|
2009-08-28 19:30:48 +00:00
|
|
|
|
* Print an error if you use too many captures in a regex pattern (fixes #2059)
|
2009-09-21 13:15:57 +00:00
|
|
|
|
* Combine Cache-Control header value in mod_expire to existing HTTP header if header already added by other modules (fixes #2068)
|
2009-10-11 19:11:45 +00:00
|
|
|
|
* Remember keep-alive-idle in separate variable (fixes #1988)
|
|
|
|
|
* Fix header inclusion order, always include "config.h" before any system header
|
|
|
|
|
* mod_webdav: Patch to skip login information for domain part of Destination field (fixes #1793)
|
|
|
|
|
* mod_webdav: Delete old properties before updating new for MOVE (fixes #1317)
|
|
|
|
|
* Read hostname from absolute uris in the request line (fixes #1937)
|
|
|
|
|
* mod_fastcgi: don't disable backend if disable-time is 0 (fixes #1825)
|
2009-10-11 19:27:55 +00:00
|
|
|
|
* mod_compress: match partial+full content-type (fixes #1552)
|
2009-10-11 19:46:32 +00:00
|
|
|
|
* mod_fastcgi: fix is_local detection, respawn backends if bin-path is set (fixes #897)
|
2009-10-11 20:36:49 +00:00
|
|
|
|
* Fix linger-on-close behaviour to avoid rare failure conditions (was r2636, fixes #657)
|
2009-10-11 21:54:50 +00:00
|
|
|
|
* mod_fastcgi: restart local procs immediately after they terminated, fix local procs handling
|
2009-10-12 08:48:08 +00:00
|
|
|
|
* Fix segfault on invalid config "duplicate else conditions" (fixes #2065)
|
2009-10-12 09:35:01 +00:00
|
|
|
|
* mod_usertrack: Use T_CONFIG_INT for max-age, solves range problem (#1455)
|
2009-10-12 10:13:01 +00:00
|
|
|
|
* mod_accesslog: configurable timestamp logging (fixes #1479)
|
2009-10-12 10:39:36 +00:00
|
|
|
|
* always define _GNU_SOURCE
|
2009-10-12 19:49:43 +00:00
|
|
|
|
* Add some iterators for mod_magnet (fixes #1307)
|
2009-10-12 20:59:38 +00:00
|
|
|
|
* Fix close_timeout_ts trigger (should finally fix lingering close)
|
2009-10-12 21:49:09 +00:00
|
|
|
|
* mod_rewrite: add url.rewrite-[repeat-]if-not-file to rewrite if file doesn't exist or is not a regular file (fixes #985, thx lucas aerbeydt)
|
2009-10-14 13:39:59 +00:00
|
|
|
|
* Add TLS servername indication (SNI) support (fixes #386, thx Peter Colberg <peter@colberg.org>)
|
2009-10-14 18:19:19 +00:00
|
|
|
|
* Add SSL Client Certificate verification (#1288)
|
2009-10-16 09:02:41 +00:00
|
|
|
|
* mod_fastcgi: Fix host->active_procs counter, return 503 if connect wasn't successful after 5 tries (fixes #1825)
|
2009-10-16 16:43:28 +00:00
|
|
|
|
* mod_accesslog: escape special characters (fixes #1551, thx icy)
|
2009-10-17 14:06:37 +00:00
|
|
|
|
* fix mod_webdav crash from #1793 (fixes #2084, thx hiroya)
|
2009-10-16 22:06:22 +00:00
|
|
|
|
* Don't print ssl error if client didn't support TLS SNI
|
2009-10-19 13:26:01 +00:00
|
|
|
|
* Fix linger close timeout handling, drop timeout to 5 seconds (fixes #2086)
|
2009-10-20 07:32:40 +00:00
|
|
|
|
* Fix broken return values from int to enum in mod_fastcgi
|
2009-06-19 20:26:45 +00:00
|
|
|
|
|
|
|
|
|
- 1.4.23 - 2009-06-19
|
2009-03-07 21:05:37 +00:00
|
|
|
|
* Added some extra warning options in cmake and fix the resulting warnings (unused/static functions)
|
2009-03-07 21:05:41 +00:00
|
|
|
|
* New lighttpd man page (moved it to section 8) (fixes #1875)
|
2009-03-11 21:45:17 +00:00
|
|
|
|
* Create rrd file for empty rrdfile in mod_rrdtool (#1788)
|
2009-04-01 17:35:17 +00:00
|
|
|
|
* Fix workaround for incorrect path info/scriptname if fastcgi prefix is "/" (fixes #729)
|
2009-04-03 22:41:02 +00:00
|
|
|
|
* Finally removed spawn-fcgi
|
2009-04-05 19:36:39 +00:00
|
|
|
|
* Allow xattr to overwrite mime type (fixes #1929)
|
2009-04-05 21:50:56 +00:00
|
|
|
|
* Remove link from errormsg about fastcgi apps (fixes #1942)
|
2009-04-09 16:51:36 +00:00
|
|
|
|
* Strip trailing dot from "Host:" header
|
2009-04-09 16:51:44 +00:00
|
|
|
|
* Remove the optional port info from SERVER_NAME (thx Mr_Bond)
|
2009-04-09 16:51:46 +00:00
|
|
|
|
* Fix mod_proxy RoundRobin (off by one problem if only one backend is up)
|
2009-04-09 16:51:50 +00:00
|
|
|
|
* Rename configure.in to configure.ac, with small cleanups (fixes #1932)
|
2009-04-09 16:51:52 +00:00
|
|
|
|
* Add proper SUID bit detection (fixes #416)
|
2009-04-09 16:51:56 +00:00
|
|
|
|
* Check for regular file in mod_cgi, so we don't try to start directories
|
2009-04-09 17:39:20 +00:00
|
|
|
|
* Include mmap.h from chunk.h to fix some problems with #define mmap mmap64 (fixes #1923)
|
2009-04-10 10:50:51 +00:00
|
|
|
|
* Add support for pipe logging for server.errorlog (fixes #296)
|
2009-04-10 17:35:19 +00:00
|
|
|
|
* Add revision number to package version for svn/git checkouts
|
2009-04-11 12:48:27 +00:00
|
|
|
|
* Use server.tag for SERVER_SOFTWARE if configured (fixes #357)
|
2009-04-15 22:33:30 +00:00
|
|
|
|
* Fix trailing zero char in REQUEST_URI after "strip-request-uri" in mod_fastcgi
|
2009-04-15 22:33:34 +00:00
|
|
|
|
* mod_magnet: Add env["request.remote-ip"] (fixes #1740)
|
2009-04-15 22:33:36 +00:00
|
|
|
|
* mod_magnet: Add env["request.path-info"]
|
2009-04-16 12:14:00 +00:00
|
|
|
|
* Change name/version separator back to "/" (affects every place where the version is printed)
|
2009-04-24 19:22:16 +00:00
|
|
|
|
* Fix bug with FastCGI request id overflow under high load; just use always id 1 as we don't use multiplexing. (thx jgray)
|
2009-04-26 16:40:55 +00:00
|
|
|
|
* Add some dirlisting enhancements (fixes #1458)
|
2009-04-26 17:59:55 +00:00
|
|
|
|
* Add option to enable TCP_DEFER_ACCEPT (fixes #1447)
|
2009-04-26 18:29:09 +00:00
|
|
|
|
* Limit amount of bytes read for one read-event (fixes #1070)
|
2009-04-26 18:29:14 +00:00
|
|
|
|
* Add evasive.silent option (fixes #1438)
|
2009-04-26 19:43:22 +00:00
|
|
|
|
* Make mod_extforward headers configurable (fixes #1545)
|
2009-04-26 20:19:31 +00:00
|
|
|
|
* Add '%_' pattern for complete hostname in mod_evhost (fixes #1737)
|
2009-04-26 21:02:16 +00:00
|
|
|
|
* Add IPv6 support to mod_proxy (fixes #1537)
|
2009-04-27 09:28:45 +00:00
|
|
|
|
* mod_ssi printenv: print cgi env, add environment vars to cgi env (fixes #1713)
|
2009-04-27 09:28:48 +00:00
|
|
|
|
* Fix error message if no auth backend was set
|
2009-04-28 18:26:23 +00:00
|
|
|
|
* Fix SERVER_NAME port stripping (fixes #1968)
|
2009-04-28 18:28:13 +00:00
|
|
|
|
* Fix x-sendfile 2gb limiting (fixes #1970)
|
2009-04-28 18:32:03 +00:00
|
|
|
|
* Fix mod_cgi environment keys mangling (fixes #1969)
|
2009-04-29 14:51:35 +00:00
|
|
|
|
* Fix workaround for incorrect path info/scriptname if scgi prefix is "/" (fixes #729)
|
2009-05-10 12:20:19 +00:00
|
|
|
|
* Fix max-age value in mod_expire for 'modification' (fixes #1978)
|
2009-05-12 06:47:00 +00:00
|
|
|
|
* Fix evasive.silent option (#1438)
|
2009-05-19 18:39:44 +00:00
|
|
|
|
* Fix mod-fastcgi counters
|
2009-06-03 16:07:20 +00:00
|
|
|
|
* Modify fastcgi error message
|
2009-06-03 16:44:37 +00:00
|
|
|
|
* Backup errno for later usage (reported by Guido Reina via mailinglist)
|
2009-06-07 17:46:11 +00:00
|
|
|
|
* Improve FastCGI performance (fixes #1999)
|
2009-06-07 19:07:31 +00:00
|
|
|
|
* Workaround broken operating systems: check for trailing '/' in filenames (fixes #1989)
|
2009-06-07 19:31:24 +00:00
|
|
|
|
* Allow using pcre with cross-compiling (pcre-config got fixed; fixes #1986)
|
2009-06-10 13:08:15 +00:00
|
|
|
|
* Add "lighty.req_env" table to mod_magnet for setting/getting environment values for cgi (fixes #1967, thx presbrey)
|
2009-06-10 14:31:06 +00:00
|
|
|
|
* Fix segfault in mod_expire after failed config parsing (fixes #1992)
|
2009-06-10 14:50:42 +00:00
|
|
|
|
* Add ssi.content-type option (default text/html, fixes #615)
|
2009-06-11 09:53:34 +00:00
|
|
|
|
* Add support for "real" entropy from /dev/[u]random (fixes #1977)
|
2009-06-11 10:09:14 +00:00
|
|
|
|
* Adding support for additional chars in LDAP usernames (fixes #1941)
|
2009-06-11 10:18:36 +00:00
|
|
|
|
* Ignore multiple "If-None-Match" headers (only use first one, fixes #753)
|
2009-06-11 14:04:57 +00:00
|
|
|
|
* Fix 100% cpu usage if time() < 0 (thx to gaspa and cate, fixes #1964)
|
2009-06-11 14:09:25 +00:00
|
|
|
|
* Allow max-keep-alive-requests to depend on conditional (fixes #1881)
|
2009-06-16 13:47:15 +00:00
|
|
|
|
* Make dependency on svnversion/git optional (for devel versionstamp, fixes #2009)
|
2009-03-07 15:46:23 +00:00
|
|
|
|
|
|
|
|
|
- 1.4.22 - 2009-03-07
|
2009-02-17 13:38:22 +00:00
|
|
|
|
* Fix wrong lua type for CACHE_MISS/CACHE_HIT in mod_cml (fixes #533)
|
2009-02-17 22:45:44 +00:00
|
|
|
|
* Fix default vhost in mod_simple_vhost (fixes #1905)
|
2009-02-19 13:13:58 +00:00
|
|
|
|
* Handle EINTR in mod_rrdtool (fixes #604)
|
2009-02-19 13:14:02 +00:00
|
|
|
|
* Fix rrd error after graceful restart (fixes #419)
|
2009-02-24 13:31:26 +00:00
|
|
|
|
* Fix EAGAIN handling for freebsd sendfile (fixes #1913, thx AnMaster for spotting the problem)
|
2009-02-28 20:54:10 +00:00
|
|
|
|
* Fix segfault in mod_scgi (fixes #1911)
|
2009-02-28 21:38:50 +00:00
|
|
|
|
* Treat EPIPE as connection-closed error in network_freebsd_sendfile.c (another fix from #1913)
|
2009-03-03 10:41:06 +00:00
|
|
|
|
* Fix useless redirection of stderr in mod_rrdtool, as it gets redirected to /dev/null later. (fixes #1922)
|
2009-03-07 13:54:10 +00:00
|
|
|
|
* Fix some problems with more strict compilers (#1923)
|
2009-03-07 13:58:25 +00:00
|
|
|
|
* Fix segfault if siginfo_t* is NULL in sigaction handler (fixes #1926)
|
2009-02-17 09:01:37 +00:00
|
|
|
|
|
|
|
|
|
- 1.4.21 - 2009-02-16
|
2008-09-30 11:20:31 +00:00
|
|
|
|
|
2008-09-30 13:48:45 +00:00
|
|
|
|
* Fix base64 decoding in mod_auth (#1757, thx guido)
|
2008-09-30 14:20:59 +00:00
|
|
|
|
* Fix mod_cgi segfault when bound to unix domain socket (#653)
|
2008-09-30 14:28:12 +00:00
|
|
|
|
* Do not rely on ioctl FIONREAD (#673)
|
2008-09-30 15:30:06 +00:00
|
|
|
|
* Now really fix mod auth ldap (#1066)
|
2008-09-30 19:42:29 +00:00
|
|
|
|
* Fix leaving zombie process with include_shell (#1777)
|
2008-09-30 21:13:42 +00:00
|
|
|
|
* Removed debian/, openwrt/ and cygwin/; they weren't kept up-to-date, and we decided to remove dist. specific stuff
|
2008-10-01 13:24:19 +00:00
|
|
|
|
* Try to convert string options to shorts for numeric options in config file; allows to use env-vars for numeric options. (#1159, thx andrewb)
|
2008-10-01 16:49:15 +00:00
|
|
|
|
* Do not cache default vhost in mod_simple_vhost (#709)
|
2008-10-01 16:49:19 +00:00
|
|
|
|
* Trust pcre-config, do not check for pcre manually (#1769)
|
2008-10-01 20:08:23 +00:00
|
|
|
|
* Fix fastcgi authorization in subdirectories with check-local=disabled; don't split pathinfo for authorizer. (#963)
|
2008-10-03 10:05:33 +00:00
|
|
|
|
* Add possibility to disable methods in mod_compress (#1773)
|
2008-10-04 16:10:29 +00:00
|
|
|
|
* Fix duplicate connection keep-alive/transfer-encoding headers (#960)
|
2008-10-05 22:46:47 +00:00
|
|
|
|
* Fixed fix for round-robin in mod_proxy (forgot to increment the index) (#1715)
|
2008-10-16 12:42:18 +00:00
|
|
|
|
* Fix fastcgi-authorizer handling; Status: 200 is now accepted as the doc requests
|
2008-10-16 12:42:22 +00:00
|
|
|
|
* Compare address family in inet_ntop_cache
|
2008-12-07 15:22:42 +00:00
|
|
|
|
* Revert CVE-2008-4359 (#1720) fix "encoding+simplifying urls for rewrite/redirect": too many regressions.
|
2008-12-07 15:22:49 +00:00
|
|
|
|
* Use FD_CLOEXEC if possible (fixes #1821)
|
2008-12-18 22:12:11 +00:00
|
|
|
|
* Optimized buffer usage in mod_proxy (fixes #1850)
|
2008-12-18 22:23:26 +00:00
|
|
|
|
* Fix uninitialized value in time struct after strptime
|
2009-01-19 12:32:37 +00:00
|
|
|
|
* Do not pass Proxy-Connection: header from client to backend http server in mod_proxy (#1877)
|
2009-02-03 20:16:20 +00:00
|
|
|
|
* Fix wrong malloc sizes in mod_accesslog (probably nothing bad happened...) (fixes #1855, thx ycheng)
|
2009-02-03 20:59:03 +00:00
|
|
|
|
* Some small buffer.c fixes (closes #1837)
|
2009-02-03 21:02:18 +00:00
|
|
|
|
* Remove floating point math from server.c (fixes #1402)
|
2009-02-03 22:10:25 +00:00
|
|
|
|
* Disable SSLv2 by default
|
2009-02-03 22:53:23 +00:00
|
|
|
|
* Use/enforce sane max-connection values (fixes #1803)
|
2009-02-04 10:27:42 +00:00
|
|
|
|
* Allow mod_compress to return 304 (Not Modified); compress ignores the static-file.etags option.(fixes #1884)
|
2009-02-04 15:16:29 +00:00
|
|
|
|
* Add option to ignore the "Expect: 100-continue" header instead of returning 417 Expectation failed (closes #1017)
|
2009-02-04 17:30:18 +00:00
|
|
|
|
* Use modified etags in mod_compress (fixes #1800)
|
2009-02-05 10:53:24 +00:00
|
|
|
|
* Fix max-connection limit handling/100% cpu usage (fixes #1436)
|
2009-02-05 11:45:02 +00:00
|
|
|
|
* Fix error handling in freebsd-sendfile (fixes #1813)
|
2009-02-05 21:54:47 +00:00
|
|
|
|
* Silenced the annoying "request timed out" warning, enable with the "debug.log-timeouts" option (fixes #1529)
|
2009-02-05 22:07:59 +00:00
|
|
|
|
* Allow tabs in header values (fixes #1822)
|
2009-02-05 22:36:58 +00:00
|
|
|
|
* Added Language conditional (fixes #1119); patch by petar
|
2009-02-16 13:42:38 +00:00
|
|
|
|
* Fix wrong format strings (#1900, thx stepancheg)
|
2008-09-30 11:20:31 +00:00
|
|
|
|
|
|
|
|
|
- 1.4.20 - 2008-09-30
|
2008-03-13 15:33:06 +00:00
|
|
|
|
|
2008-03-13 15:34:10 +00:00
|
|
|
|
* Fix mod_compress to compile with old gcc version (#1592)
|
2008-03-13 15:34:28 +00:00
|
|
|
|
* Fix mod_extforward to compile with old gcc version (#1591)
|
2008-03-13 15:34:46 +00:00
|
|
|
|
* Update documentation for #1587
|
2008-03-30 15:01:50 +00:00
|
|
|
|
* Fix #285 again: read error after SSL_shutdown (thx marton.illes@balabit.com) and clear the error queue before some other calls (CVE-2008-1531)
|
2008-03-26 13:51:33 +00:00
|
|
|
|
* Fix mod_magnet: enable "request.method" and "request.protocol" in lighty.env (#1308)
|
2008-03-30 15:01:50 +00:00
|
|
|
|
* Fix segfault for appending matched parts if there was no regex matching (just give empty strings) (#1601)
|
2008-04-05 20:00:21 +00:00
|
|
|
|
* Use data_response_init in mod_fastcgi x-sendfile handling for response.headers, fix a small "memleak" (#1628)
|
2008-04-10 10:54:27 +00:00
|
|
|
|
* Don't send empty Server headers (#1620)
|
2008-04-23 12:38:32 +00:00
|
|
|
|
* Fix conditional interpretation of core options
|
2008-04-23 13:00:15 +00:00
|
|
|
|
* Enable escaping of % and $ in redirect/rewrite; only two cases changed their behaviour: "%%" => "%", "$$" => "$"
|
2008-04-23 13:04:21 +00:00
|
|
|
|
* Fix accesslog port (should be port from the connection, not the "server.port") (#1618)
|
2008-04-23 13:08:13 +00:00
|
|
|
|
* Fix mod_fastcgi prefix matching: match the prefix always against url, not the absolute filepath (regardless of check-local)
|
2008-04-23 13:20:55 +00:00
|
|
|
|
* Overwrite Content-Type header in mod_dirlisting instead of inserting (#1614), patch by Henrik Holst
|
2008-04-23 15:05:50 +00:00
|
|
|
|
* Handle EINTR in mod_cgi during write() (#1640)
|
2008-04-23 19:10:42 +00:00
|
|
|
|
* Allow all http status codes by default; disable body only for 204,205 and 304; generate error pages for 4xx and 5xx (#1639)
|
2008-04-23 19:27:12 +00:00
|
|
|
|
* Fix mod_magnet to set con->mode = p->id if it generates content, so returning 4xx/5xx doesn't append an error page
|
2008-04-23 19:54:35 +00:00
|
|
|
|
* Remove lighttpd.spec* from source, fixing all problems with it ;-)
|
2008-04-29 11:03:41 +00:00
|
|
|
|
* Do not rely on PATH_MAX (POSIX does not require it) (#580)
|
2008-04-29 20:59:18 +00:00
|
|
|
|
* Disable logging to access.log if filename is an empty string
|
2008-04-29 20:59:39 +00:00
|
|
|
|
* Implement a clean way to open /dev/null and use it to close stdin/out/err in the needed places (#624)
|
2008-07-14 14:26:20 +00:00
|
|
|
|
* merge spawn-fcgi changes from trunk (from @2191)
|
2008-07-14 15:45:05 +00:00
|
|
|
|
* let spawn-fcgi propagate exit code from spawned fcgi application
|
2008-07-20 12:58:18 +00:00
|
|
|
|
* close connection after redirect in trigger_b4_dl (thx icy)
|
2008-07-20 17:55:14 +00:00
|
|
|
|
* close connection in mod_magnet if returned status code
|
2008-07-28 08:43:19 +00:00
|
|
|
|
* fix bug with IPv6 in mod_evasive (#1579)
|
2008-07-28 08:43:23 +00:00
|
|
|
|
* fix scgi HTTP/1.* status parsing (#1638), found by met@uberstats.com
|
2008-07-29 21:21:34 +00:00
|
|
|
|
* [tests] fixed system, use foreground daemons and waitpid
|
2008-07-29 21:22:13 +00:00
|
|
|
|
* [tests] removed pidfile from test system
|
2008-07-29 21:22:28 +00:00
|
|
|
|
* [tests] fixed tests needing php running (if not running on port 1026, search php in env[PHP] or /usr/bin/php-cgi)
|
2008-07-30 16:42:14 +00:00
|
|
|
|
* fixed typo in mod_accesslog (#1699)
|
2008-07-30 19:38:32 +00:00
|
|
|
|
* replaced buffer_{append,copy}_string with the _len variant where possible (#1732) (thx crypt)
|
2008-07-30 21:16:25 +00:00
|
|
|
|
* case insensitive match for secdownload md5 token (#1710)
|
2008-07-30 21:37:30 +00:00
|
|
|
|
* Handle only HEAD, GET and POST in mod_dirlisting (same as in staticfile) (#1687)
|
2008-07-31 10:28:18 +00:00
|
|
|
|
* fixed mod_secdownload problem with unsigned time_t (#1688)
|
2008-07-31 10:28:20 +00:00
|
|
|
|
* handle EAGAIN and EINTR for freebsd sendfile (#1675)
|
2008-07-31 10:28:22 +00:00
|
|
|
|
* Use filedescriptor 0 for mod_scgi spawn socket, redirect STDERR to /dev/null (#1716)
|
2008-07-31 10:28:24 +00:00
|
|
|
|
* fixed round-robin balancing in mod_proxy (#1715)
|
2008-07-31 20:45:31 +00:00
|
|
|
|
* fixed EINTR handling for waitpid in mod_fastcgi
|
2008-07-31 20:45:36 +00:00
|
|
|
|
* mod_{fast,s}cgi: overwrite environment variables (#1722)
|
2008-08-01 16:13:34 +00:00
|
|
|
|
* inserted many con->mode checks; they should prevent two modules to handle the same request if they shouldn't (#631)
|
2008-08-01 17:54:04 +00:00
|
|
|
|
* fixed url encoding to encode more characters (#266)
|
2008-08-01 18:35:12 +00:00
|
|
|
|
* allow digits in [s]cgi env vars (#1712)
|
2008-08-01 19:29:27 +00:00
|
|
|
|
* fixed dropping last character of evhost pattern (#161)
|
2008-08-01 20:31:43 +00:00
|
|
|
|
* print helpful error message on conditionals in global block (#1550)
|
2008-12-07 15:22:42 +00:00
|
|
|
|
* decode url before matching in mod_rewrite (#1720) -- (reverted for 1.4.21)
|
2008-08-04 13:58:37 +00:00
|
|
|
|
* fixed conditional patching of ldap filter (#1564)
|
2008-10-13 14:14:13 +00:00
|
|
|
|
* Match headers case insensitive in response (removing of X-{Sendfile,LIGHTTPD-*}, catching Date/Server) [2281]
|
2008-10-04 21:21:09 +00:00
|
|
|
|
* fixed bug with case-insensitive filenames in mod_userdir (#1589), spotted by "anders1" (CVE-2008-4360)
|
2008-08-19 16:41:36 +00:00
|
|
|
|
* fixed format string bugs in mod_accesslog for SYSLOG
|
2008-08-19 16:41:49 +00:00
|
|
|
|
* replaced fprintf with log_error_write in fastcgi debug
|
2008-08-19 16:42:01 +00:00
|
|
|
|
* fixed mem leak in ssi expression parser (#1753), thx Take5k
|
2008-08-19 17:40:42 +00:00
|
|
|
|
* hide some ssl errors per default, enable them with debug.log-ssl-noise (#397)
|
2008-08-20 16:44:51 +00:00
|
|
|
|
* do not send content-encoding for 304 (#1754), thx yzlai
|
2008-08-27 15:59:50 +00:00
|
|
|
|
* fix segfault for stat_cache(fam) calls with relative path (without '/', can be triggered by x-sendfile) (#1750)
|
2008-09-17 14:25:39 +00:00
|
|
|
|
* fix splitting of auth-ldap filter
|
2008-09-17 14:25:42 +00:00
|
|
|
|
* workaround ldap connection leak if a ldap connection failed (restarting ldap)
|
2008-09-19 16:02:34 +00:00
|
|
|
|
* fix auth.backend.ldap.bind-dn/pw problems (only read from global context for temporary ldap reconnects, thx ruskie)
|
2008-10-04 21:21:09 +00:00
|
|
|
|
* fix memleak in request header parsing (#1774, thx qhy) (CVE-2008-4298)
|
2008-09-21 15:33:52 +00:00
|
|
|
|
* fix mod_rewrite memleak/endless loop detection (#1775, thx phy - again!)
|
2008-12-07 15:22:42 +00:00
|
|
|
|
* use decoded url for matching in mod_redirect (#1720) (CVE-2008-4359) -- (reverted for 1.4.21)
|
2008-03-13 15:33:06 +00:00
|
|
|
|
|
|
|
|
|
- 1.4.19 - 2008-03-10
|
2007-09-09 21:31:27 +00:00
|
|
|
|
|
2007-09-09 23:00:53 +00:00
|
|
|
|
* added support for If-Range: <date> (#1346)
|
2007-11-04 17:21:24 +00:00
|
|
|
|
* added support for matching $HTTP["scheme"] in configs
|
2007-11-10 16:12:55 +00:00
|
|
|
|
* fixed initgroups() called after chroot (#1384)
|
2007-11-23 15:23:35 +00:00
|
|
|
|
* fixed case-sensitive check for Auth-Method (#1456)
|
2007-11-12 16:04:13 +00:00
|
|
|
|
* execute fcgi app without /bin/sh if used as argument to spawn-fcgi (#1428)
|
2008-01-16 00:26:12 +00:00
|
|
|
|
* fixed a bug that made /-prefixed extensions being handled also when
|
|
|
|
|
matching the end of the uri in fcgi,scgi and proxy modules (#1489)
|
2008-01-16 01:00:32 +00:00
|
|
|
|
* print error if X-LIGHTTPD-send-file cannot be done; reset header
|
2008-02-27 09:35:19 +00:00
|
|
|
|
Content-Length for send-file. Patches by Stefan Buehler
|
2008-01-16 01:00:32 +00:00
|
|
|
|
* prevent crash in certain php-fcgi configurations (#841)
|
2008-01-17 09:54:00 +00:00
|
|
|
|
* add IdleServers and Scoreboard directives in ?auto mode for mod_status (#1507)
|
2008-01-17 12:29:47 +00:00
|
|
|
|
* open log immediately after daemonizing, fixes SIGPIPEs on startup (#165)
|
2008-01-18 09:07:54 +00:00
|
|
|
|
* HTTPS env var should be "on" when using mod_extforward and the X-Forwarded-Proto header is set. (#1499)
|
2008-01-18 09:21:07 +00:00
|
|
|
|
* generate ETag and Last-Modified headers for mod_ssi based on newest modified include (#1491)
|
2008-01-18 12:50:09 +00:00
|
|
|
|
* support letterhomes in mod_userdir (#1473)
|
2008-01-21 08:21:20 +00:00
|
|
|
|
* support chained proxies in mod_extforward (#1528)
|
2008-01-28 07:02:11 +00:00
|
|
|
|
* fixed bogus "cgi died ?" if we kill the CGI process on shutdown
|
|
|
|
|
* fixed ECONNRESET handling in network-openssl
|
2008-02-10 18:49:39 +00:00
|
|
|
|
* fixed handling of EAGAIN in network-linux-sendfile (#657)
|
2008-02-27 09:35:19 +00:00
|
|
|
|
* reset conditional cache (#1164)
|
|
|
|
|
* create directories in mod_compress (was broken with alias/userdir) (#1027)
|
2008-03-10 15:54:38 +00:00
|
|
|
|
* fixed out of range access in fd array (#1562, #372) (CVE-2008-0983)
|
2008-02-27 09:35:19 +00:00
|
|
|
|
* mod_compress should check if the request is already handled, e.g. by fastcgi (#1565)
|
|
|
|
|
* remove broken workaround for buggy Opera version with ssl/chunked encoding (#285)
|
|
|
|
|
* generate etag/last-modified header for on-the-fly-compressed files (#1171)
|
|
|
|
|
* req-method OPTIONS: do not insert default response if request was denied, do not deny OPTIONS by default (#1324)
|
|
|
|
|
* fixed memory leak on windows (#1347)
|
|
|
|
|
* fixed building outside of the src dir (#1349)
|
|
|
|
|
* fixed including of stdint.h/inttypes.h in etag.c (#1413)
|
|
|
|
|
* do not add Accept-Ranges header if range-request is disabled (#1449)
|
|
|
|
|
* log the ip of failed auth tries in error.log (enhancement #1544)
|
|
|
|
|
* fixed RoundRobin in mod_proxy (#516)
|
|
|
|
|
* check for symlinks after successful pathinfo matching (#1574)
|
|
|
|
|
* fixed mod-proxy.t to run with a builddir outside of the src dir
|
2008-02-27 11:10:33 +00:00
|
|
|
|
* do not suppress content on "307 Temporary Redirect" (#1412)
|
2008-02-27 12:15:38 +00:00
|
|
|
|
* fixed Content-Length header if response body gets removed in connections.c (#1412, part 2)
|
2008-02-27 18:35:42 +00:00
|
|
|
|
* do not generate a "Content-Length: 0" header for HEAD requests, added test too
|
2008-02-27 19:36:34 +00:00
|
|
|
|
* remove compress cache file if compression or write failed (#1150)
|
2008-02-27 23:42:22 +00:00
|
|
|
|
* fixed body handling of status 300 requests
|
2008-02-28 12:19:34 +00:00
|
|
|
|
* spawn-fcgi: only try to connect to unix socket (not tcp) before spawning (#1575)
|
2008-03-10 15:54:38 +00:00
|
|
|
|
* fix sending source of cgi script instead of 500 error if fork fails (CVE-2008-1111)
|
2008-02-28 22:19:03 +00:00
|
|
|
|
* fix min-procs handling in mod_scgi.c, just set to max-procs (patch from #623)
|
2008-03-01 19:10:47 +00:00
|
|
|
|
* fix sending "408 - Timeout" instead of "410 - Gone" for timedout urls in mod_secdownload (#1440)
|
2008-03-10 21:28:30 +00:00
|
|
|
|
* workaround #1587: require userdir.path to be set to enable mod_userdir (empty string allowed) (CVE-2008-1270)
|
2008-03-10 19:15:27 +00:00
|
|
|
|
* make configure checks for --with-pcre, --with-zlib and --with-bzip2 failing if the headers aren't found
|
2008-03-10 19:20:27 +00:00
|
|
|
|
* fixed handling of waitpid() == EINTR mod_ssi on solaris
|
2007-09-09 21:31:27 +00:00
|
|
|
|
|
2007-09-09 18:41:20 +00:00
|
|
|
|
- 1.4.18 - 2007-09-09
|
|
|
|
|
|
2007-09-02 19:48:47 +00:00
|
|
|
|
* fixed compile error on IRIX 6.5.x on prctl() (#1333)
|
2007-09-05 10:39:56 +00:00
|
|
|
|
* fixed forwarding a SIGINT and SIGHUP when using max-workers (#902)
|
2007-09-05 11:22:32 +00:00
|
|
|
|
* fixed FastCGI header overrun in mod_fastcgi (reported by mattias@secweb.se)
|
2007-09-06 21:19:25 +00:00
|
|
|
|
* fixed hanging redirects with keep-alive due to missing
|
2007-09-06 11:24:20 +00:00
|
|
|
|
"Content-Length: 0" headers
|
2007-09-06 21:19:25 +00:00
|
|
|
|
* fixed crashing when using undefined environment variables in the config
|
2007-09-09 18:41:20 +00:00
|
|
|
|
* fixed compilation of mod_mysql_vhost on irix (#1341)
|
2007-08-29 00:49:56 +00:00
|
|
|
|
|
2007-08-29 00:30:16 +00:00
|
|
|
|
- 1.4.17 - 2007-08-29
|
2007-09-09 18:41:20 +00:00
|
|
|
|
|
2007-08-15 11:16:53 +00:00
|
|
|
|
* added dir-listing.set-footer in mod_dirlisting (#1277)
|
2007-08-21 17:40:03 +00:00
|
|
|
|
* added sending UID and PID for SIGTERM and SIGINT to the logs
|
2007-08-13 11:26:06 +00:00
|
|
|
|
* fixed hardcoded font-sizes in mod_dirlisting (#1267)
|
2007-08-15 09:49:15 +00:00
|
|
|
|
* fixed different ETag length on 32/64 platforms (#1279)
|
2007-08-15 12:12:13 +00:00
|
|
|
|
* fixed compression of files < 128 bytes by disabling compression (#1241)
|
2007-08-17 06:44:03 +00:00
|
|
|
|
* fixed mysql server reconnects (#518)
|
2007-08-17 21:04:20 +00:00
|
|
|
|
* fixed disabled keep-alive for dynamic content with HTTP/1.0 (#1166)
|
|
|
|
|
* fixed crash on mixed EOL sequences in mod_cgi
|
2007-08-17 21:50:05 +00:00
|
|
|
|
* fixed key compare (#1287)
|
|
|
|
|
* fixed invalid char in header values (#1286)
|
|
|
|
|
* fixed invalid "304 Not Modified" on broken timestamps
|
2007-08-17 22:18:18 +00:00
|
|
|
|
* fixed endless loop on shrinked files with sendfile() on BSD (#1289)
|
2007-08-17 23:35:26 +00:00
|
|
|
|
* fixed counter overrun in ?auto in mod_status (#909)
|
2007-08-18 09:44:08 +00:00
|
|
|
|
* fixed too aggresive caching of nested conditionals (#41)
|
|
|
|
|
* fixed possible overflow in unix-socket path checks on BSD (#713)
|
2007-08-18 10:40:20 +00:00
|
|
|
|
* fixed extra Content-Length header on 1xx, 204 and 304 (#1002)
|
2007-08-18 11:14:12 +00:00
|
|
|
|
* fixed handling of duplicate If-Modified-Since to return 304
|
2007-08-18 11:35:27 +00:00
|
|
|
|
* fixed extracting status code from NPH scripts (#1125)
|
2007-08-21 23:35:08 +00:00
|
|
|
|
* fixed prctl() usage (#1310)
|
2007-08-17 23:19:17 +00:00
|
|
|
|
* removed config-check if passwd files exist (#1188)
|
2007-08-27 21:56:14 +00:00
|
|
|
|
* fixed crash when etags are disabled but the client sends one (#1322)
|
2007-08-28 22:39:30 +00:00
|
|
|
|
* fixed crash when freeing the config in mod_alias
|
2007-08-29 00:30:16 +00:00
|
|
|
|
* fixed server.error-handler-404 breakage from 1.4.16 (#1270)
|
|
|
|
|
* fixed entering 404-handler from dynamic content (#948)
|
|
|
|
|
* added more debug infos for FAM based stat-cache
|
|
|
|
|
* use more LSB like paths in the sample config (#1242)
|
2007-08-13 11:26:06 +00:00
|
|
|
|
|
2007-08-29 00:30:16 +00:00
|
|
|
|
- 1.4.16 - 2007-07-25
|
2007-06-15 15:04:56 +00:00
|
|
|
|
|
2007-06-15 15:51:16 +00:00
|
|
|
|
* added static-file.etags, etag.use-inode, etag.use-mtime, etag.use-size
|
|
|
|
|
to customize the generation of ETags for static files. (#1209)
|
|
|
|
|
(patch by <Yusufg@gmail.com>)
|
2007-06-15 15:04:56 +00:00
|
|
|
|
* fixed typecast of NULL on execl() (#1235)
|
2007-06-15 15:51:16 +00:00
|
|
|
|
(patch by F. Denis)
|
2007-06-15 15:04:56 +00:00
|
|
|
|
* fixed circumventing url.access-deny by trailing slash (#1230)
|
|
|
|
|
* fixed crash on duplicate headers with trailing WS (#1232)
|
2007-06-15 15:30:34 +00:00
|
|
|
|
* fixed accepting more connections then requested (#1216)
|
2007-06-15 16:22:30 +00:00
|
|
|
|
* fixed mem-leak in mod_auth (reported by Stefan Esser)
|
|
|
|
|
* fixed crash with md5-sess and cnonce not set in mod_auth (reported by Stefan Esser)
|
|
|
|
|
* fixed missing check for base64 encoded string in mod_auth and Basic auth
|
|
|
|
|
(reported by Stefan Esser)
|
|
|
|
|
* fixed possible crash in Auth-Digest header parser on trailing WS in
|
|
|
|
|
mod_auth (reported by Stefan Esser)
|
2007-07-02 15:07:27 +00:00
|
|
|
|
* fixed check on stale errno values, which broke handling of broken fastcgi
|
|
|
|
|
applications. (#1245)
|
2007-07-17 18:02:33 +00:00
|
|
|
|
* fixed crash on 32bit archs when debug-msgs are printed in mod_scgi, mod_fastcgi
|
|
|
|
|
and mod_webdav (#1263)
|
2007-06-15 15:04:56 +00:00
|
|
|
|
|
2007-04-13 20:47:40 +00:00
|
|
|
|
- 1.4.15 - 2007-04-13
|
2007-04-13 20:41:14 +00:00
|
|
|
|
|
2007-04-17 05:58:15 +00:00
|
|
|
|
* fixed broken Set-Cookie headers
|
2007-04-13 20:41:14 +00:00
|
|
|
|
|
2007-04-13 15:24:09 +00:00
|
|
|
|
- 1.4.14 - 2007-04-13
|
|
|
|
|
|
2007-03-29 19:48:57 +00:00
|
|
|
|
* fix crash if gethostbyaddr() failed on redirect [1718]
|
|
|
|
|
* properly handle 206 responses generated by *cgi scripts. (#755) [1716]
|
|
|
|
|
* added HTTPS=on to the environment of cgi scripts (#861) [1684]
|
|
|
|
|
* fix handling of 303 (#1045) [1678]
|
|
|
|
|
* made the configure check for lua more portable [1677]
|
2007-02-19 21:11:02 +00:00
|
|
|
|
* added mod_extforward module [1665]
|
2007-03-29 19:48:57 +00:00
|
|
|
|
* references to the fam stat cache engine should be conditional (#1039) [1664]
|
|
|
|
|
* fix http 500 errors (colin.stephen/at/o2.com) #1041 [1663]
|
2007-03-07 19:31:10 +00:00
|
|
|
|
* prevent wrong pidfile unlinking on graceful restart (Chris Webb) [1656]
|
2007-03-29 19:48:57 +00:00
|
|
|
|
* ignore empty packets from STDERR stream. #998
|
2007-04-17 05:58:15 +00:00
|
|
|
|
* fix a crash for files with an mtime of 0 reported by cubiq on irc [1519]
|
2007-04-13 15:24:09 +00:00
|
|
|
|
CVE-2007-1870
|
2007-03-07 19:31:10 +00:00
|
|
|
|
* allow empty passwords with ldap (J<>rg Sonnenberger) [1516]
|
2007-03-29 19:48:57 +00:00
|
|
|
|
* mod_scgi.c segfault fix #964 [1501]
|
2007-03-07 19:31:10 +00:00
|
|
|
|
* Added round-robin support to mod_fastcgi [1500]
|
2007-03-29 19:48:57 +00:00
|
|
|
|
* Handle DragonFlyBSD the same way as Freebsd (J<>rg Sonnenberger) [1492,1676]
|
2007-03-07 19:31:10 +00:00
|
|
|
|
* added now and weeks support to mod_expire. #943
|
2007-04-13 15:24:09 +00:00
|
|
|
|
* fix cpu hog in certain requests [1473] CVE-2007-1869
|
2007-03-07 19:31:10 +00:00
|
|
|
|
* fix for handling hostnames with trailing dot [1406]
|
2007-04-09 18:57:04 +00:00
|
|
|
|
* fixed header-injection via server.tag (#1106)
|
2007-04-17 05:58:15 +00:00
|
|
|
|
* disabled caching of files without a content-type to solve the
|
2007-04-09 18:41:42 +00:00
|
|
|
|
aggressive caching of FF
|
2007-04-09 18:57:04 +00:00
|
|
|
|
* remove trailing white-spaces from HTTP-requests before parsing (#1098)
|
2007-04-09 19:20:29 +00:00
|
|
|
|
* fixed accesslog.use-syslog in a conditional and the caching of the
|
|
|
|
|
accesslog for files (fixes #1064)
|
2007-04-09 19:58:57 +00:00
|
|
|
|
* fixed various crashes at startup on broken accesslog.format strings (#1000)
|
2007-04-09 20:22:41 +00:00
|
|
|
|
* fixed handling of %% in accesslog.format
|
|
|
|
|
* fixed conditional dir-listing.exclude (#930)
|
2007-04-09 20:27:19 +00:00
|
|
|
|
* reduced default PATH_MAX to 255 (#826)
|
2007-04-10 07:52:58 +00:00
|
|
|
|
* ECONNABORTED is not known on cygwin (#863)
|
|
|
|
|
* fixed crash on url.redirect and url.rewrite if %0 is used in a global context
|
|
|
|
|
(#800)
|
2007-04-10 08:47:30 +00:00
|
|
|
|
* fixed possible crash in debug-message in mod_extforward
|
2007-04-17 05:58:15 +00:00
|
|
|
|
* fixed compilation of mod_extforward on glibc < 2.3.4
|
2007-04-10 11:44:03 +00:00
|
|
|
|
* fixed include of empty in the configfiles (#1076)
|
2007-04-10 16:15:21 +00:00
|
|
|
|
* send SIGUSR1 to fastcgi children before SIGTERM. libfcgi wants SIGUSR1. (#737)
|
|
|
|
|
* fixed missing AUTH_TYPE entry in the fastcgi environment. (#889)
|
|
|
|
|
* fixed compilation in network_writev.c on MacOS X 10.3.9 (#903)
|
2007-04-13 15:24:09 +00:00
|
|
|
|
* added kill-signal as another setting for fastcgi backends. See the wiki for more.
|
2007-04-09 19:20:29 +00:00
|
|
|
|
|
2006-10-09 21:33:23 +00:00
|
|
|
|
- 1.4.13 - 2006-10-09
|
2006-10-04 08:00:09 +00:00
|
|
|
|
|
|
|
|
|
* added initgroups in spawn-fcgi (#871)
|
|
|
|
|
* added apr1 support htpasswd in mod-auth (#870)
|
2006-10-07 17:35:24 +00:00
|
|
|
|
* added lighty.stat() to mod_magnet
|
2007-04-17 05:58:15 +00:00
|
|
|
|
* fixed segfault in splitted CRLF CRLF sequences
|
|
|
|
|
(introduced in 1.4.12) (#876)
|
2006-10-04 08:00:09 +00:00
|
|
|
|
* fixed compilation of LOCK support in mod-webdav
|
|
|
|
|
* fixed fragments in request-URLs (#869)
|
|
|
|
|
* fixed pkg-config check for lua5.1 on debian
|
2007-04-17 05:58:15 +00:00
|
|
|
|
* fixed Content-Length = 0 on HEAD requests without
|
2006-10-07 17:35:24 +00:00
|
|
|
|
a known Content-Length (#119)
|
|
|
|
|
* fixed mkdir() forcing 0700 (#884)
|
|
|
|
|
* fixed writev() on FreeBSD 4.x and older (#875)
|
2007-04-17 05:58:15 +00:00
|
|
|
|
* removed warning about a 404-error-handler
|
2006-10-07 17:35:24 +00:00
|
|
|
|
returned 404
|
2006-10-09 21:36:29 +00:00
|
|
|
|
* backported and fixed the buildsystem changes for
|
|
|
|
|
webdav locks
|
|
|
|
|
* fixed plugin loading so we can finally load lua
|
|
|
|
|
extensions in mod_magnet scripts
|
2006-10-09 21:33:23 +00:00
|
|
|
|
* fixed large uploads if xattr is enabled
|
2006-10-04 08:00:09 +00:00
|
|
|
|
|
2006-09-23 12:15:19 +00:00
|
|
|
|
- 1.4.12 - 2006-09-23
|
2006-09-07 10:32:13 +00:00
|
|
|
|
|
|
|
|
|
* added experimental LOCK support for webdav
|
|
|
|
|
* added Content-Range support for PUT in webdav
|
|
|
|
|
* added support for += on empty arrays in config-files
|
|
|
|
|
* added ssl.cipher-list and ssl.use-sslv2
|
2006-09-07 11:05:41 +00:00
|
|
|
|
* added $HTTP["querystring"] conditional
|
2006-09-15 13:33:45 +00:00
|
|
|
|
* added mod_magnet as long-term replacement for mod_cml
|
2006-09-20 14:49:44 +00:00
|
|
|
|
* added work-around for a Opera Bug with SSL + Chunked-Encoding
|
|
|
|
|
* changed --print-config to print to stdout instead of stderr
|
2006-09-22 07:32:12 +00:00
|
|
|
|
* changed no longer use 0600 for new files with webdav. umask is
|
|
|
|
|
honored. Make sure you have set a proper umask.
|
2006-09-07 10:32:13 +00:00
|
|
|
|
* fixed upload hangs with SSL
|
|
|
|
|
* fixed connection drops with SSL (aka bad retry)
|
|
|
|
|
* fixed path traversal with \ on cygwin
|
|
|
|
|
* fixed mem-leak in mod_flv_streaming
|
|
|
|
|
* fixed required trailing newline in configfiles (#142)
|
|
|
|
|
* fixed quoting the autoconf files (#466)
|
|
|
|
|
* fixed empty Host: + $HTTP["host"] handling (#458)
|
2006-10-04 13:26:23 +00:00
|
|
|
|
* fixed handling of If-Modified-Since if ETag is not set
|
2006-09-07 10:32:13 +00:00
|
|
|
|
* fixed default-shell if SHELL is not set (#441)
|
|
|
|
|
* fixed appending and assigning of env.* vars
|
|
|
|
|
* fixed empty FCGI_STDERR packets
|
2006-10-04 13:26:23 +00:00
|
|
|
|
* fixed conditional server.allow-http-11
|
2006-09-07 11:05:41 +00:00
|
|
|
|
* fixed handling of follow-symlink + lstat()
|
2006-09-15 12:02:05 +00:00
|
|
|
|
* fixed SIGHUP handling if max-workers is used
|
2006-09-16 11:28:28 +00:00
|
|
|
|
* fixed "Software caused connection abort" messages on FreeBSD
|
2006-09-07 10:32:13 +00:00
|
|
|
|
|
2006-03-09 17:34:51 +00:00
|
|
|
|
- 1.4.11 - 2006-03-09
|
2006-03-09 00:10:07 +00:00
|
|
|
|
|
2006-10-04 13:26:23 +00:00
|
|
|
|
* added ability to specify which ip address spawn-fci listens on
|
2007-03-07 19:36:25 +00:00
|
|
|
|
(agkr/at/pobox.com)
|
2006-03-09 00:10:07 +00:00
|
|
|
|
* added mod_flv_streaming to streaming Flash Movies efficiently
|
2006-10-04 13:26:23 +00:00
|
|
|
|
* fixed handling of error codes returned by mod_dav_svn behing a
|
2006-03-09 17:34:51 +00:00
|
|
|
|
mod_proxy
|
2006-03-09 00:10:07 +00:00
|
|
|
|
* fixed error-messages in mod_auth and mod_fastcgi
|
|
|
|
|
* fixed re-enabling overloaded local fastcgi backends
|
|
|
|
|
* fixed handling of deleted files in linux-sendfile
|
|
|
|
|
* fixed compilation on BSD and MacOSX
|
2006-03-09 17:34:51 +00:00
|
|
|
|
* fixed $SERVER["socket"] on a already bound socket
|
2006-10-04 13:26:23 +00:00
|
|
|
|
* fixed local source retrieval on windows
|
2006-03-09 00:10:07 +00:00
|
|
|
|
(secunia)
|
2006-10-04 13:26:23 +00:00
|
|
|
|
* fixed hanging cgi if remote side is dieing while reading
|
2007-03-07 19:36:25 +00:00
|
|
|
|
from the pipe (sandy/at/meebo.com)
|
2006-03-09 00:10:07 +00:00
|
|
|
|
|
2006-02-14 16:10:54 +00:00
|
|
|
|
- 1.4.10 - 2006-02-08
|
2006-02-01 11:37:05 +00:00
|
|
|
|
|
2006-02-03 17:23:06 +00:00
|
|
|
|
* added docs for mod_dirlisting
|
2006-02-01 11:37:05 +00:00
|
|
|
|
* added fastcgi.map-extensions to mod_fastcgi
|
2006-10-04 13:26:23 +00:00
|
|
|
|
* fixed load balancing for mod_fastcgi
|
2006-02-01 11:37:05 +00:00
|
|
|
|
* fixed extra newline for syslog() in mod_accesslog
|
|
|
|
|
* fixed user-track cookie for IE in mod_usertrack
|
2006-10-04 13:26:23 +00:00
|
|
|
|
* fixed crash in digest handling in mod_auth
|
2006-02-08 13:14:51 +00:00
|
|
|
|
* fixed handling of 301 response-bodies from a mod_proxy backend
|
|
|
|
|
* fixed loading of base modules if server.modules is not set
|
|
|
|
|
* fixed broken cgi if mod_scgi is loaded
|
2006-02-01 11:37:05 +00:00
|
|
|
|
|
2006-01-14 18:39:00 +00:00
|
|