fix resource leaks in error cases on config parsing and other initializations
[lighttpd.git] / NEWS
blob9c73c2e8df0e526b0623daa8d0accfb25eacdb0a
2 ====
3 NEWS
4 ====
6 - 1.4.35
7   * [network/ssl] fix build error if TLSEXT is disabled
8   * [mod_fastcgi] fix use after free (only triggered if fastcgi debug is active)
9   * [mod_rrdtool] fix invalid read (string not null terminated)
10   * [mod_dirlisting] fix memory leak if pcre fails
11   * [mod_fastcgi,mod_scgi] fix resource leaks on spawning backends
12   * [mod_magnet] fix memory leak
13   * add comments for switch fall throughs
14   * remove logical dead code
15   * [buffer] fix length check in buffer_is_equal_right_len
16   * fix resource leaks in error cases on config parsing and other initializations
18 - 1.4.34
19   * [mod_auth] explicitly link ssl for SHA1 (fixes #2517)
20   * [mod_extforward] fix compilation without IPv6, (not) using undefined var (fixes #2515, thx mm)
21   * [ssl] fix SNI handling; only use key+cert from SNI specific config (fixes #2525, CVE-2013-4508)
22   * [doc] update ssl.cipher-list recommendation
23   * [stat-cache] FAM: fix use after free (CVE-2013-4560)
24   * [stat-cache] fix FAM cleanup/fdevent handling
25   * [core] check success of setuid,setgid,setgroups (CVE-2013-4559)
26   * [ssl] fix regression from CVE-2013-4508 (client-cert sessions were broken)
27   * maintain physical.basedir (the "acting" doc-root as prefix of physical.path) in more places
28   * [core] decode URL before rewrite, enabling it to work in $HTTP["url"] conditionals (fixes #2526)
29   * [auto* build] remove -no-undefined from linker flags, as we actually link modules with undefined symbols (fixes #2533)
30   * [mod_mysql_vhost] fix memory leak on config init (#2530)
31   * [mod_webdav] fix fd leak found with parfait (fixes #2530, thx kukackajiri)
33 - 1.4.33 - 2013-09-27
34   * mod_fastcgi: fix mix up of "mode" => "authorizer" in other fastcgi configs (fixes #2465, thx peex)
35   * fix handling of If-Modified-Since if If-None-Match is present (don't return 412 for date parsing errors);
36     follow current draft for HTTP/1.1, which tells us to ignore If-Modified-Since if we have matching etags.
37   * [mod_fastcgi,log] support multi line logging (fixes #2252)
38   * call ERR_clear_error only for ssl connections in CON_STATE_ERROR
39   * reject non ASCII characters in HTTP header names
40   * [mod_auth] use crypt() on encrypted password instead of extracting salt first (fixes #2483)
41   * [mod_auth] add htpasswd -s (SHA1) support if openssl is used (needs openssl for SHA1). This doesn't use any salt, md5 with salt is probably better.
42   * [mod_auth] fix base64_decode (#2484)
43   * fix some bugs found with canalyze (fixes #2484, thx Zhenbo Xu)
44   * fix undefined stuff found with clang
45   * [cmake] Use TARGET_LINK_LIBRARIES instead of LINK_FLAGS for library dependencies, also add -Wl,--as-needed to extra warnings (fixes #2448)
46   * [mod_auth] fix invalid read in digest qop=auth-int handling (fixes #2478)
47   * [auto* build] simplify autogen.sh, handle automake 1.13 test running (fixes #2490)
48   * [mod_userdir] add userdir.active option, "enabled" by default
49   * [core] return 501 Not Implemented in static file mode for all methods except GET/POST/HEAD/OPTIONS
50   * [core] recognize more http methods to forward to backends (fixes #2346)
51   * [ssl] use DH only if openssl supports it (fixes #2479)
52   * [network] use constants available at compile time for maximum number of chunks for writev instead of calling sysconf (fixes #2470)
53   * [ssl] Fix $HTTP["scheme"] conditional, could be "http" for ssl connections if the ssl $SERVER["socket"] conditional was nested (fixes #2501)
54   * [ssl] accept ssl renegotiations if they are not disabled (fixes #2491)
55   * [ssl] add option ssl.empty-fragments, defaulting to disabled (fixes #2492)
56   * [auth] put REMOTE_USER into cgi environment, making it accessible to lua via lighty.req_env (fixes #2495)
57   * [auth] new method "extern" to use already present REMOTE_USER (from magnet, ssl, ...) (fixes #2436)
58   * [core] remove requirement that default doc-root has to exist, there are reasonable scenarios not requiring static files at all
59   * [core] check whether server.chroot exists
60   * [mod_simple_vhost] fix cache; skip module if simple-vhost.server-root is empty (thx rm for reporting)
61   * [mod_accesslog] add accesslog.syslog-level option (fixes #2480)
62   * [core] allow files to be used as document-root (fixes #2475)
63   * [core] set signal handlers before forking child processes in modules/plugins_call_set_defaults (fixes #2502)
65 - 1.4.32 - 2012-11-21
66   * Code cleanup with clang/sparse (fixes #2437, thx kibi)
67   * Ignore EPIPE/ECONNRESET after SSL_shutdown
68   * Handle ENAMETOOLONG, return 404 Not Found (fixes #2396, thx dererkazo)
69   * configure.ac: remove old stuff, add some new to fix warnings in automake 1.12 (fixes #2419, thx blino)
70   * add PATCH method (fixes #2424)
71   * fix :port handling in $HTTP["host"] checks (fixes #2135. thx liming)
72   * network_server_init: fix double free and memleak on error (fixes #2440, thx kyprizel)
73   * detect "x-gzip"/"x-bzip2" as separate encodings, more strict encoding matching (fixes #2443)
74   * tests: make sure mod_proxy doesn't leave running processes (fixes #2435, thx kibi)
75   * mod_extforward: log address of untrusted proxy with debug.log-request-handling
76   * fix DoS in Connection header value split (reported by Jesse Sipprell, CVE-2012-5533)
77   * remove whitespace at end of header keys
79 - 1.4.31 - 2012-05-31
80   * [ssl] fix segfault in counting renegotiations for openssl versions without TLSEXT/SNI (thx carpii for reporting)
81   * Move fdevent subsystem includes to implementation files to reduce conflicts (fixes #2373)
82   * [mod_compress] fix handling if etags are disabled but cache-dir is set - may lead to double response
83   * disable mmap by default (fixes #2391)
84   * buffer_caseless_compare: always convert letters to lowercase to get transitive results, fixing array lookups (fixes #2405)
85   * Fix handling of empty header list entries in http_request_split_value, fixing invalid read in valgrind (fixes #2413)
86   * Fix access log escaping of " and \\ (fixes #1551)
87   * [mod_auth] Fix digest "md5-sess" implementation (Errata ID 1649, RFC 2617) (fixes #2410)
88   * [auth] Add "AUTH_TYPE" environment (for *cgi), remove fastcgi specific workaround, add fastcgi test case (fixes #889)
89   * [mod_*cgi,mod_accesslog] Fix splitting :port with ipv6 (fixes #2333, thx simoncpu)
90   * Detect multiple -f options: show error message instead of assert (fixes #2416)
91   * [mod_extforward] Support ipv6 addresses (fixes #1889)
92   * [mod_redirect] Support url.redirect-code option (fixes #2247)
93   * Fix --enable-mmap handling in configure.ac
95 - 1.4.30 - 2011-12-18
96   * Always use our 'own' md5 implementation, fixes linking issues on MacOS (fixes #2331)
97   * Limit amount of bytes we send in one go; fixes stalling in one connection and timeouts on slow systems.
98   * [ssl] fix build errors when Elliptic-Curve Diffie-Hellman is disabled
99   * Add static-file.disable-pathinfo option to prevent handling of urls like .../secret.php/image.jpg as static file
100   * Don't overwrite 401 (auth required) with 501 (unknown method) (fixes #2341)
101   * Fix mod_status bug: always showed "0/0" in the "Read" column for uploads (fixes #2351)
102   * [mod_auth] Fix signedness error in http_auth (fixes #2370, CVE-2011-4362)
103   * [ssl] count renegotiations to prevent client renegotiations
104   * [ssl] add option to honor server cipher order (fixes #2364, BEAST attack)
105   * [core] accept dots in ipv6 addresses in host header (fixes #2359)
106   * [ssl] fix ssl connection aborts if files are larger than the MAX_WRITE_LIMIT (256kb)
107   * [libev/cgi] fix waitpid ECHILD errors in cgi with libev (fixes #2324)
109 - 1.4.29 - 2011-07-03
110   * Fix mod_proxy waiting for response even if content-length is 0 (fixes #2259)
111   * Silence annoying "connection closed: poll() -> ERR" error.log message (fixes #2257)
112   * mod_cgi: make read buffer as big as incoming data block
113   * [build] Fix detection of libev (fixes #2300)
114   * ssl: Support for Diffie-Hellman and Elliptic-Curve Diffie-Hellman key exchange (fixes #2301)
115          add ssl.use-sslv3 (fixes #2246)
116          load all algorithms (fixes #2239)
117   * [ssl/md5] prefix our own md5 implementation with li_ so it doesn't conflict with the openssl one (fixes #2269)
118   * [ssl/build] some minor fixes; fix compile without ssl, cleanup ssl config buffers
119   * [proc,include_shell] log error if exec shell fails (fixes #2280)
120   * [*cgi] Use physical base dir (alias, userdir) as DOCUMENT_ROOT in cgi environments (fixes #2216)
121   * [doc] Move docs to outdated/ subdir and refer to wiki instead (fixes #2248)
122   * fdevent: add solaris eventports (fixes #2171)
124 - 1.4.28 - 2010-08-22
125   * Rename fdevent_event_add to _set to reflect what the function does. Fix some handlers. (fixes #2249)
126   * Fix buffer.h to include stdio.h as it is needer for SEGFAULT() (fixes #2250)
128 - 1.4.27 - 2010-08-13
129   * Fix handling return value of SSL_CTX_set_options (fixes #2157, thx mlcreech)
130   * Fix mod_proxy HUP handling (send final chunk, fix usage counter)
131   * mod_proxy: close connection on write error (fixes #2114)
132   * Check uri instead of physical path for directory redirect
133   * Fix detecting git repository (fixes #2173, thx ncopa)
134   * [mod_compress] Fix segfault when etags are disabled (fixes #2169)
135   * Reset uri.authority before TLS servername handling, reset all "keep-alive" data in connection_del (fixes #2125)
136   * Print double quotes properly when dumping config file (fixes #1806)
137   * Include IP addresses on error log on password failures (fixes #2191)
138   * Fix stalls while reading from ssl sockets (fixes #2197)
139   * Fix etag formatting on boxes with 32-bit longs
140   * Fix two compiler warnings
141   * mod_accesslog: fix %p for ipv6 sockets (fixes #2228, thx jo.henke)
142   * mod_fastcgi: Send 502 "Bad Gateway" if we couldn't open the file for X-Sendfile (fixes #2226)
143   * mod_staticfile: add debug output if we ignore a file with static-file.exclude-extensions (fixes #2215)
144   * mod_cgi: fix race condition leaving response not forwarded to client (fixes #2217)
145   * mod_accesslog: Fix var declarations mixed in source (fixes #2233)
146   * mod_status: Add version to status page (fixes #2219)
147   * mod_accesslog: optimize accesslog_append_escaped (fixes #2236, thx crypt)
148   * openssl: silence annoying error messages for errno==0 (fixes #2213)
149   * array.c: improve array_get_unused_element to check data type; fix mem leak if unused_element didn't find a matching entry (fixes #2145)
150   * add check to stop loading plugins twice
151   * cleanup fdevent code, removed linux-rtsig handler, replaced some fprintf calls
152   * only require FDEVENT_IN bit to be set for listening connections (fixes #2227)
153   * add libev fdevent handler: server.event-handler = "libev"
154   * mod_proxy: return response as soon as it is available (fixes #2196)
155   * don't overwrite global server.force-lowercase-filenames setting (fixes #2042)
156   * bind to IPV6-only if ipv6 address was specified (http://redmine.lighttpd.net/projects/lighttpd/wiki/IPv6-Config)
158 - 1.4.26 - 2010-02-07
159   * Fix request parser to handle packets with splitted \r\n\r\n (fixes #2105)
160   * Remove dependency on automake >= 1.11 with m4_ifdef check
161   * mod_accesslog: support %e (fixes #2113, thx presbrey)
162   * Fix mod_cgi cgi.execute-x-only option in global block
163   * mod_fastcgi: x-sendfile2 parse error debugging
164   * Fix mod_proxy dead host detection if connect() fails
165   * Fix fd leaks in mod_cgi (fds not closed on pipe/fork failures, found by Rodrigo, fixes #2158, #2159)
166   * Fix segfault with broken rewrite/redirect patterns (fixes #2140, found by crypt)
167   * Append to previous buffer in con read, fix DoS/OOM vulnerability (fixes #2147, found by liming, CVE-2010-0295)
168   * Fix HUP detection in close-state if event-backend doesn't support FDEVENT_HUP (like select or poll on FreeBSD)
170 - 1.4.25 - 2009-11-21
171   * mod_magnet: fix pairs() for normal tables and strings (fixes #1307)
172   * mod_magnet: add traceback for printing lua errors
173   * mod_rewrite: fix compile error if compiled without pcre
174   * disable warning "CLOSE-read" (fixes #2091)
175   * mod_rrdtool: fix creating file if it doesn't exist (#1788)
176   * reset tlsext_server_name in connection_reset - fixes random hostnames in the $HTTP["host"] conditional
177   * export some SSL_CLIENT_* vars for client cert validation (fixes #1288, thx presbrey)
178   * mod_fastcgi: fix mod_fastcgi packet parsing
179   * mod_fastcgi: Don't reconnect after connect() succeeded (fixes #2096)
180   * Fix configure.ac to allow autoreconf, also enables make V=0
182 - 1.4.24 - 2009-10-25
183   * Add T_CONFIG_INT for bigger integers from the config (needed for #1966)
184   * Use unsigned int (and T_CONFIG_INT) for max_request_size
185   * Use unsigned int for secdownload.timeout (fixes #1966)
186   * Keep url/host values from connection to display information while keep-alive in mod_status (fixes #1202)
187   * Add server.breakagelog, a "special" stderr (fixes #1863)
188   * Fix config evaluation for debug.log-timeouts option (#1529)
189   * Add "cgi.execute-x-only" to mod_cgi, requires +x for cgi scripts (fixes #2013)
190   * Fix FD_SETSIZE comparision warnings
191   * Add "lua-5.1" to searched pkg-config names for lua
192   * Fix unused function webdav_lockdiscovery in mod_webdav
193   * cmake: Fix crypt lib check
194   * cmake: Add -export-dynamic to link flags, fixes build on FreeBSD
195   * Set FD_CLOEXEC for bound sockets before pipe-logger forks (fixes #2026)
196   * Reset ignored signals to SIG_DFL before exec() in fastcgi/scgi (fixes #2029)
197   * Show "no uri specified -> 400" error only when "debug.log-request-header-on-error" is enabled (fixes #2030)
198   * Fix hanging connection in mod_scgi (fixes #2024)
199   * Allow digits in hostnames in more places (fixes #1148)
200   * Use connection_reset instead of handle_request_done for cleanup callbacks
201   * Change mod_expire to append Cache-Control instead of overwriting it (fixes #1997)
202   * Allow all comparisons for $SERVER["socket"] - only bind for "=="
203   * Remove strptime failed message (fixes #2031)
204   * Fix issues found with clang analyzer
205   * Try to fix server.tag issue with localized svnversion
206   * Fix handling network-write return values (#2024)
207   * Use disable-time in fastcgi for all disables after errors, default is 1sec (fixes #2040)
208   * Remove adaptive spawning code from fastcgi (was disabled for a long time)
209   * Allow mod_mysql_vhost to use stored procedures (fixes #2011, thx Ben Brown)
210   * Fix ipv6 in mod_proxy (fixes #2043)
211   * Print errors from include_shell to stderr
212   * Set tm.tm_isdst = 0 before mktime() (fixes #2047)
213   * Use linux-epoll by default if available (fixes #2021, thx Olaf van der Spek)
214   * Print an error if you use too many captures in a regex pattern (fixes #2059)
215   * Combine Cache-Control header value in mod_expire to existing HTTP header if header already added by other modules (fixes #2068)
216   * Remember keep-alive-idle in separate variable (fixes #1988)
217   * Fix header inclusion order, always include "config.h" before any system header
218   * mod_webdav: Patch to skip login information for domain part of Destination field (fixes #1793)
219   * mod_webdav: Delete old properties before updating new for MOVE (fixes #1317)
220   * Read hostname from absolute uris in the request line (fixes #1937)
221   * mod_fastcgi: don't disable backend if disable-time is 0 (fixes #1825)
222   * mod_compress: match partial+full content-type (fixes #1552)
223   * mod_fastcgi: fix is_local detection, respawn backends if bin-path is set (fixes #897)
224   * Fix linger-on-close behaviour to avoid rare failure conditions (was r2636, fixes #657)
225   * mod_fastcgi: restart local procs immediately after they terminated, fix local procs handling
226   * Fix segfault on invalid config "duplicate else conditions" (fixes #2065)
227   * mod_usertrack: Use T_CONFIG_INT for max-age, solves range problem (#1455)
228   * mod_accesslog: configurable timestamp logging (fixes #1479)
229   * always define _GNU_SOURCE
230   * Add some iterators for mod_magnet (fixes #1307)
231   * Fix close_timeout_ts trigger (should finally fix lingering close)
232   * 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)
233   * Add TLS servername indication (SNI) support (fixes #386, thx Peter Colberg <peter@colberg.org>)
234   * Add SSL Client Certificate verification (#1288)
235   * mod_fastcgi: Fix host->active_procs counter, return 503 if connect wasn't successful after 5 tries (fixes #1825)
236   * mod_accesslog: escape special characters (fixes #1551, thx icy)
237   * fix mod_webdav crash from #1793 (fixes #2084, thx hiroya)
238   * Don't print ssl error if client didn't support TLS SNI
239   * Fix linger close timeout handling, drop timeout to 5 seconds (fixes #2086)
240   * Fix broken return values from int to enum in mod_fastcgi
242 - 1.4.23 - 2009-06-19
243   * Added some extra warning options in cmake and fix the resulting warnings (unused/static functions)
244   * New lighttpd man page (moved it to section 8) (fixes #1875)
245   * Create rrd file for empty rrdfile in mod_rrdtool (#1788)
246   * Fix workaround for incorrect path info/scriptname if fastcgi prefix is "/" (fixes #729)
247   * Finally removed spawn-fcgi
248   * Allow xattr to overwrite mime type (fixes #1929)
249   * Remove link from errormsg about fastcgi apps (fixes #1942)
250   * Strip trailing dot from "Host:" header
251   * Remove the optional port info from SERVER_NAME (thx Mr_Bond)
252   * Fix mod_proxy RoundRobin (off by one problem if only one backend is up)
253   * Rename configure.in to configure.ac, with small cleanups (fixes #1932)
254   * Add proper SUID bit detection (fixes #416)
255   * Check for regular file in mod_cgi, so we don't try to start directories
256   * Include mmap.h from chunk.h to fix some problems with #define mmap mmap64 (fixes #1923)
257   * Add support for pipe logging for server.errorlog (fixes #296)
258   * Add revision number to package version for svn/git checkouts
259   * Use server.tag for SERVER_SOFTWARE if configured (fixes #357)
260   * Fix trailing zero char in REQUEST_URI after "strip-request-uri" in mod_fastcgi
261   * mod_magnet: Add env["request.remote-ip"] (fixes #1740)
262   * mod_magnet: Add env["request.path-info"]
263   * Change name/version separator back to "/" (affects every place where the version is printed)
264   * Fix bug with FastCGI request id overflow under high load; just use always id 1 as we don't use multiplexing. (thx jgray)
265   * Add some dirlisting enhancements (fixes #1458)
266   * Add option to enable TCP_DEFER_ACCEPT (fixes #1447)
267   * Limit amount of bytes read for one read-event (fixes #1070)
268   * Add evasive.silent option (fixes #1438)
269   * Make mod_extforward headers configurable (fixes #1545)
270   * Add '%_' pattern for complete hostname in mod_evhost (fixes #1737)
271   * Add IPv6 support to mod_proxy (fixes #1537)
272   * mod_ssi printenv: print cgi env, add environment vars to cgi env (fixes #1713)
273   * Fix error message if no auth backend was set
274   * Fix SERVER_NAME port stripping (fixes #1968)
275   * Fix x-sendfile 2gb limiting (fixes #1970)
276   * Fix mod_cgi environment keys mangling (fixes #1969)
277   * Fix workaround for incorrect path info/scriptname if scgi prefix is "/" (fixes #729)
278   * Fix max-age value in mod_expire for 'modification' (fixes #1978)
279   * Fix evasive.silent option (#1438)
280   * Fix mod-fastcgi counters
281   * Modify fastcgi error message
282   * Backup errno for later usage (reported by Guido Reina via mailinglist)
283   * Improve FastCGI performance (fixes #1999)
284   * Workaround broken operating systems: check for trailing '/' in filenames (fixes #1989)
285   * Allow using pcre with cross-compiling (pcre-config got fixed; fixes #1986)
286   * Add "lighty.req_env" table to mod_magnet for setting/getting environment values for cgi (fixes #1967, thx presbrey)
287   * Fix segfault in mod_expire after failed config parsing (fixes #1992)
288   * Add ssi.content-type option (default text/html, fixes #615)
289   * Add support for "real" entropy from /dev/[u]random (fixes #1977)
290   * Adding support for additional chars in LDAP usernames (fixes #1941)
291   * Ignore multiple "If-None-Match" headers (only use first one, fixes #753)
292   * Fix 100% cpu usage if time() < 0 (thx to gaspa and cate, fixes #1964)
293   * Allow max-keep-alive-requests to depend on conditional (fixes #1881)
294   * Make dependency on svnversion/git optional (for devel versionstamp, fixes #2009)
296 - 1.4.22 - 2009-03-07
297   * Fix wrong lua type for CACHE_MISS/CACHE_HIT in mod_cml (fixes #533)
298   * Fix default vhost in mod_simple_vhost (fixes #1905)
299   * Handle EINTR in mod_rrdtool (fixes #604)
300   * Fix rrd error after graceful restart (fixes #419)
301   * Fix EAGAIN handling for freebsd sendfile (fixes #1913, thx AnMaster for spotting the problem)
302   * Fix segfault in mod_scgi (fixes #1911)
303   * Treat EPIPE as connection-closed error in network_freebsd_sendfile.c (another fix from #1913)
304   * Fix useless redirection of stderr in mod_rrdtool, as it gets redirected to /dev/null later. (fixes #1922)
305   * Fix some problems with more strict compilers (#1923)
306   * Fix segfault if siginfo_t* is NULL in sigaction handler (fixes #1926)
308 - 1.4.21 - 2009-02-16
310   * Fix base64 decoding in mod_auth (#1757, thx guido)
311   * Fix mod_cgi segfault when bound to unix domain socket (#653)
312   * Do not rely on ioctl FIONREAD (#673)
313   * Now really fix mod auth ldap (#1066)
314   * Fix leaving zombie process with include_shell (#1777)
315   * Removed debian/, openwrt/ and cygwin/; they weren't kept up-to-date, and we decided to remove dist. specific stuff
316   * Try to convert string options to shorts for numeric options in config file; allows to use env-vars for numeric options. (#1159, thx andrewb)
317   * Do not cache default vhost in mod_simple_vhost (#709)
318   * Trust pcre-config, do not check for pcre manually (#1769)
319   * Fix fastcgi authorization in subdirectories with check-local=disabled; don't split pathinfo for authorizer. (#963)
320   * Add possibility to disable methods in mod_compress (#1773)
321   * Fix duplicate connection keep-alive/transfer-encoding headers (#960)
322   * Fixed fix for round-robin in mod_proxy (forgot to increment the index) (#1715)
323   * Fix fastcgi-authorizer handling; Status: 200 is now accepted as the doc requests
324   * Compare address family in inet_ntop_cache
325   * Revert CVE-2008-4359 (#1720) fix "encoding+simplifying urls for rewrite/redirect": too many regressions.
326   * Use FD_CLOEXEC if possible (fixes #1821)
327   * Optimized buffer usage in mod_proxy (fixes #1850)
328   * Fix uninitialized value in time struct after strptime
329   * Do not pass Proxy-Connection: header from client to backend http server in mod_proxy (#1877)
330   * Fix wrong malloc sizes in mod_accesslog (probably nothing bad happened...) (fixes #1855, thx ycheng)
331   * Some small buffer.c fixes (closes #1837)
332   * Remove floating point math from server.c (fixes #1402)
333   * Disable SSLv2 by default
334   * Use/enforce sane max-connection values (fixes #1803)
335   * Allow mod_compress to return 304 (Not Modified); compress ignores the static-file.etags option.(fixes #1884)
336   * Add option to ignore the "Expect: 100-continue" header instead of returning 417 Expectation failed (closes #1017)
337   * Use modified etags in mod_compress (fixes #1800)
338   * Fix max-connection limit handling/100% cpu usage (fixes #1436)
339   * Fix error handling in freebsd-sendfile (fixes #1813)
340   * Silenced the annoying "request timed out" warning, enable with the "debug.log-timeouts" option (fixes #1529)
341   * Allow tabs in header values (fixes #1822)
342   * Added Language conditional (fixes #1119); patch by petar
343   * Fix wrong format strings (#1900, thx stepancheg)
345 - 1.4.20 - 2008-09-30
347   * Fix mod_compress to compile with old gcc version (#1592)
348   * Fix mod_extforward to compile with old gcc version (#1591)
349   * Update documentation for #1587
350   * 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)
351   * Fix mod_magnet: enable "request.method" and "request.protocol" in lighty.env (#1308)
352   * Fix segfault for appending matched parts if there was no regex matching (just give empty strings) (#1601)
353   * Use data_response_init in mod_fastcgi x-sendfile handling for response.headers, fix a small "memleak" (#1628)
354   * Don't send empty Server headers (#1620)
355   * Fix conditional interpretation of core options
356   * Enable escaping of % and $ in redirect/rewrite; only two cases changed their behaviour: "%%" => "%", "$$" => "$"
357   * Fix accesslog port (should be port from the connection, not the "server.port") (#1618)
358   * Fix mod_fastcgi prefix matching: match the prefix always against url, not the absolute filepath (regardless of check-local)
359   * Overwrite Content-Type header in mod_dirlisting instead of inserting (#1614), patch by Henrik Holst
360   * Handle EINTR in mod_cgi during write() (#1640)
361   * Allow all http status codes by default; disable body only for 204,205 and 304; generate error pages for 4xx and 5xx (#1639)
362   * Fix mod_magnet to set con->mode = p->id if it generates content, so returning 4xx/5xx doesn't append an error page
363   * Remove lighttpd.spec* from source, fixing all problems with it ;-)
364   * Do not rely on PATH_MAX (POSIX does not require it) (#580)
365   * Disable logging to access.log if filename is an empty string
366   * Implement a clean way to open /dev/null and use it to close stdin/out/err in the needed places (#624)
367   * merge spawn-fcgi changes from trunk (from @2191)
368   * let spawn-fcgi propagate exit code from spawned fcgi application
369   * close connection after redirect in trigger_b4_dl (thx icy)
370   * close connection in mod_magnet if returned status code
371   * fix bug with IPv6 in mod_evasive (#1579)
372   * fix scgi HTTP/1.* status parsing (#1638), found by met@uberstats.com
373   * [tests] fixed system, use foreground daemons and waitpid
374   * [tests] removed pidfile from test system
375   * [tests] fixed tests needing php running (if not running on port 1026, search php in env[PHP] or /usr/bin/php-cgi)
376   * fixed typo in mod_accesslog (#1699)
377   * replaced buffer_{append,copy}_string with the _len variant where possible (#1732) (thx crypt)
378   * case insensitive match for secdownload md5 token (#1710)
379   * Handle only HEAD, GET and POST in mod_dirlisting (same as in staticfile) (#1687)
380   * fixed mod_secdownload problem with unsigned time_t (#1688)
381   * handle EAGAIN and EINTR for freebsd sendfile (#1675)
382   * Use filedescriptor 0 for mod_scgi spawn socket, redirect STDERR to /dev/null (#1716)
383   * fixed round-robin balancing in mod_proxy (#1715)
384   * fixed EINTR handling for waitpid in mod_fastcgi
385   * mod_{fast,s}cgi: overwrite environment variables (#1722)
386   * inserted many con->mode checks; they should prevent two modules to handle the same request if they shouldn't (#631)
387   * fixed url encoding to encode more characters (#266)
388   * allow digits in [s]cgi env vars (#1712)
389   * fixed dropping last character of evhost pattern (#161)
390   * print helpful error message on conditionals in global block (#1550)
391   * decode url before matching in mod_rewrite (#1720) -- (reverted for 1.4.21)
392   * fixed conditional patching of ldap filter (#1564)
393   * Match headers case insensitive in response (removing of X-{Sendfile,LIGHTTPD-*}, catching Date/Server) [2281]
394   * fixed bug with case-insensitive filenames in mod_userdir (#1589), spotted by "anders1" (CVE-2008-4360)
395   * fixed format string bugs in mod_accesslog for SYSLOG
396   * replaced fprintf with log_error_write in fastcgi debug
397   * fixed mem leak in ssi expression parser (#1753), thx Take5k
398   * hide some ssl errors per default, enable them with debug.log-ssl-noise (#397)
399   * do not send content-encoding for 304 (#1754), thx yzlai
400   * fix segfault for stat_cache(fam) calls with relative path (without '/', can be triggered by x-sendfile) (#1750)
401   * fix splitting of auth-ldap filter
402   * workaround ldap connection leak if a ldap connection failed (restarting ldap)
403   * fix auth.backend.ldap.bind-dn/pw problems (only read from global context for temporary ldap reconnects, thx ruskie)
404   * fix memleak in request header parsing (#1774, thx qhy) (CVE-2008-4298)
405   * fix mod_rewrite memleak/endless loop detection (#1775, thx phy - again!)
406   * use decoded url for matching in mod_redirect (#1720) (CVE-2008-4359) -- (reverted for 1.4.21)
408 - 1.4.19 - 2008-03-10
410   * added support for If-Range: <date> (#1346)
411   * added support for matching $HTTP["scheme"] in configs
412   * fixed initgroups() called after chroot (#1384)
413   * fixed case-sensitive check for Auth-Method (#1456)
414   * execute fcgi app without /bin/sh if used as argument to spawn-fcgi (#1428)
415   * fixed a bug that made /-prefixed extensions being handled also when
416     matching the end of the uri in fcgi,scgi and proxy modules (#1489)
417   * print error if X-LIGHTTPD-send-file cannot be done; reset header
418     Content-Length for send-file. Patches by Stefan Buehler
419   * prevent crash in certain php-fcgi configurations (#841)
420   * add IdleServers and Scoreboard directives in ?auto mode for mod_status (#1507)
421   * open log immediately after daemonizing, fixes SIGPIPEs on startup  (#165)
422   * HTTPS env var should be "on" when using mod_extforward and the X-Forwarded-Proto header is set. (#1499)
423   * generate ETag and Last-Modified headers for mod_ssi based on newest modified include (#1491)
424   * support letterhomes in mod_userdir (#1473)
425   * support chained proxies in mod_extforward (#1528)
426   * fixed bogus "cgi died ?" if we kill the CGI process on shutdown
427   * fixed ECONNRESET handling in network-openssl
428   * fixed handling of EAGAIN in network-linux-sendfile (#657)
429   * reset conditional cache (#1164)
430   * create directories in mod_compress (was broken with alias/userdir) (#1027)
431   * fixed out of range access in fd array (#1562, #372) (CVE-2008-0983)
432   * mod_compress should check if the request is already handled, e.g. by fastcgi (#1565)
433   * remove broken workaround for buggy Opera version with ssl/chunked encoding (#285)
434   * generate etag/last-modified header for on-the-fly-compressed files (#1171)
435   * req-method OPTIONS: do not insert default response if request was denied, do not deny OPTIONS by default (#1324)
436   * fixed memory leak on windows (#1347)
437   * fixed building outside of the src dir (#1349)
438   * fixed including of stdint.h/inttypes.h in etag.c (#1413)
439   * do not add Accept-Ranges header if range-request is disabled (#1449)
440   * log the ip of failed auth tries in error.log (enhancement #1544)
441   * fixed RoundRobin in mod_proxy (#516)
442   * check for symlinks after successful pathinfo matching (#1574)
443   * fixed mod-proxy.t to run with a builddir outside of the src dir
444   * do not suppress content on "307 Temporary Redirect" (#1412)
445   * fixed Content-Length header if response body gets removed in connections.c (#1412, part 2)
446   * do not generate a "Content-Length: 0" header for HEAD requests, added test too
447   * remove compress cache file if compression or write failed (#1150)
448   * fixed body handling of status 300 requests 
449   * spawn-fcgi: only try to connect to unix socket (not tcp) before spawning (#1575)
450   * fix sending source of cgi script instead of 500 error if fork fails (CVE-2008-1111)
451   * fix min-procs handling in mod_scgi.c, just set to max-procs (patch from #623)
452   * fix sending "408 - Timeout" instead of "410 - Gone" for timedout urls in mod_secdownload (#1440)
453   * workaround #1587: require userdir.path to be set to enable mod_userdir (empty string allowed) (CVE-2008-1270)
454   * make configure checks for --with-pcre, --with-zlib and --with-bzip2 failing if the headers aren't found
455   * fixed handling of waitpid() == EINTR mod_ssi on solaris 
457 - 1.4.18 - 2007-09-09
459   * fixed compile error on IRIX 6.5.x on prctl() (#1333)
460   * fixed forwarding a SIGINT and SIGHUP when using max-workers (#902)
461   * fixed FastCGI header overrun in mod_fastcgi (reported by mattias@secweb.se)
462   * fixed hanging redirects with keep-alive due to missing
463     "Content-Length: 0" headers
464   * fixed crashing when using undefined environment variables in the config
465   * fixed compilation of mod_mysql_vhost on irix (#1341)
467 - 1.4.17 - 2007-08-29
469   * added dir-listing.set-footer in mod_dirlisting (#1277)
470   * added sending UID and PID for SIGTERM and SIGINT to the logs
471   * fixed hardcoded font-sizes in mod_dirlisting (#1267)
472   * fixed different ETag length on 32/64 platforms (#1279)
473   * fixed compression of files < 128 bytes by disabling compression (#1241)
474   * fixed mysql server reconnects (#518)
475   * fixed disabled keep-alive for dynamic content with HTTP/1.0 (#1166)
476   * fixed crash on mixed EOL sequences in mod_cgi
477   * fixed key compare (#1287)
478   * fixed invalid char in header values (#1286)
479   * fixed invalid "304 Not Modified" on broken timestamps
480   * fixed endless loop on shrinked files with sendfile() on BSD (#1289)
481   * fixed counter overrun in ?auto in mod_status (#909)
482   * fixed too aggresive caching of nested conditionals (#41)
483   * fixed possible overflow in unix-socket path checks on BSD (#713)
484   * fixed extra Content-Length header on 1xx, 204 and 304 (#1002)
485   * fixed handling of duplicate If-Modified-Since to return 304 
486   * fixed extracting status code from NPH scripts (#1125)
487   * fixed prctl() usage (#1310)
488   * removed config-check if passwd files exist (#1188)
489   * fixed crash when etags are disabled but the client sends one (#1322)
490   * fixed crash when freeing the config in mod_alias
491   * fixed server.error-handler-404 breakage from 1.4.16 (#1270)
492   * fixed entering 404-handler from dynamic content (#948)
493   * added more debug infos for FAM based stat-cache
494   * use more LSB like paths in the sample config (#1242)
496 - 1.4.16 - 2007-07-25
498   * added static-file.etags, etag.use-inode, etag.use-mtime, etag.use-size
499     to customize the generation of ETags for static files. (#1209) 
500     (patch by <Yusufg@gmail.com>)
501   * fixed typecast of NULL on execl() (#1235)
502     (patch by F. Denis)
503   * fixed circumventing url.access-deny by trailing slash (#1230)
504   * fixed crash on duplicate headers with trailing WS (#1232)
505   * fixed accepting more connections then requested (#1216)
506   * fixed mem-leak in mod_auth (reported by Stefan Esser)
507   * fixed crash with md5-sess and cnonce not set in mod_auth (reported by Stefan Esser)
508   * fixed missing check for base64 encoded string in mod_auth and Basic auth
509     (reported by Stefan Esser)
510   * fixed possible crash in Auth-Digest header parser on trailing WS in 
511     mod_auth (reported by Stefan Esser) 
512   * fixed check on stale errno values, which broke handling of broken fastcgi
513     applications. (#1245)
514   * fixed crash on 32bit archs when debug-msgs are printed in mod_scgi, mod_fastcgi 
515     and mod_webdav (#1263)
517 - 1.4.15 - 2007-04-13
519   * fixed broken Set-Cookie headers
521 - 1.4.14 - 2007-04-13
523   * fix crash if gethostbyaddr() failed on redirect [1718]
524   * properly handle 206 responses generated by *cgi scripts. (#755) [1716]
525   * added HTTPS=on to the environment of cgi scripts (#861) [1684]
526   * fix handling of 303 (#1045) [1678]
527   * made the configure check for lua more portable [1677]
528   * added mod_extforward module [1665]
529   * references to the fam stat cache engine should be conditional (#1039) [1664]
530   * fix http 500 errors (colin.stephen/at/o2.com) #1041 [1663]
531   * prevent wrong pidfile unlinking on graceful restart (Chris Webb) [1656]
532   * ignore empty packets from STDERR stream. #998
533   * fix a crash for files with an mtime of 0 reported by cubiq on irc [1519]
534     CVE-2007-1870
535   * allow empty passwords with ldap (Jörg Sonnenberger) [1516]
536   * mod_scgi.c segfault fix #964 [1501]
537   * Added round-robin support to mod_fastcgi [1500]
538   * Handle DragonFlyBSD the same way as Freebsd (Jörg Sonnenberger) [1492,1676]
539   * added now and weeks support to mod_expire. #943
540   * fix cpu hog in certain requests [1473] CVE-2007-1869
541   * fix for handling hostnames with trailing dot [1406]
542   * fixed header-injection via server.tag (#1106)
543   * disabled caching of files without a content-type to solve the
544     aggressive caching of FF
545   * remove trailing white-spaces from HTTP-requests before parsing (#1098)
546   * fixed accesslog.use-syslog in a conditional and the caching of the
547     accesslog for files (fixes #1064)
548   * fixed various crashes at startup on broken accesslog.format strings (#1000)
549   * fixed handling of %% in accesslog.format
550   * fixed conditional dir-listing.exclude (#930)
551   * reduced default PATH_MAX to 255 (#826)
552   * ECONNABORTED is not known on cygwin (#863)
553   * fixed crash on url.redirect and url.rewrite if %0 is used in a global context
554     (#800)
555   * fixed possible crash in debug-message in mod_extforward
556   * fixed compilation of mod_extforward on glibc < 2.3.4
557   * fixed include of empty in the configfiles (#1076)
558   * send SIGUSR1 to fastcgi children before SIGTERM. libfcgi wants SIGUSR1. (#737)
559   * fixed missing AUTH_TYPE entry in the fastcgi environment. (#889)
560   * fixed compilation in network_writev.c on MacOS X 10.3.9 (#903)
561   * added kill-signal as another setting for fastcgi backends. See the wiki for more.
563 - 1.4.13 - 2006-10-09
565   * added initgroups in spawn-fcgi (#871)
566   * added apr1 support htpasswd in mod-auth (#870)
567   * added lighty.stat() to mod_magnet
568   * fixed segfault in splitted CRLF CRLF sequences
569     (introduced in 1.4.12) (#876)
570   * fixed compilation of LOCK support in mod-webdav
571   * fixed fragments in request-URLs (#869)
572   * fixed pkg-config check for lua5.1 on debian
573   * fixed Content-Length = 0 on HEAD requests without
574     a known Content-Length (#119)
575   * fixed mkdir() forcing 0700 (#884)
576   * fixed writev() on FreeBSD 4.x and older (#875)
577   * removed warning about a 404-error-handler
578     returned 404
579   * backported and fixed the buildsystem changes for
580     webdav locks
581   * fixed plugin loading so we can finally load lua
582     extensions in mod_magnet scripts
583   * fixed large uploads if xattr is enabled
585 - 1.4.12 - 2006-09-23
587   * added experimental LOCK support for webdav
588   * added Content-Range support for PUT in webdav
589   * added support for += on empty arrays in config-files
590   * added ssl.cipher-list and ssl.use-sslv2
591   * added $HTTP["querystring"] conditional
592   * added mod_magnet as long-term replacement for mod_cml
593   * added work-around for a Opera Bug with SSL + Chunked-Encoding
594   * changed --print-config to print to stdout instead of stderr
595   * changed no longer use 0600 for new files with webdav. umask is
596     honored. Make sure you have set a proper umask.
597   * fixed upload hangs with SSL
598   * fixed connection drops with SSL (aka bad retry)
599   * fixed path traversal with \ on cygwin
600   * fixed mem-leak in mod_flv_streaming
601   * fixed required trailing newline in configfiles (#142)
602   * fixed quoting the autoconf files (#466)
603   * fixed empty Host: + $HTTP["host"] handling (#458)
604   * fixed handling of If-Modified-Since if ETag is not set
605   * fixed default-shell if SHELL is not set (#441)
606   * fixed appending and assigning of env.* vars
607   * fixed empty FCGI_STDERR packets
608   * fixed conditional server.allow-http-11
609   * fixed handling of follow-symlink + lstat()
610   * fixed SIGHUP handling if max-workers is used
611   * fixed "Software caused connection abort" messages on FreeBSD
613 - 1.4.11 - 2006-03-09
615   * added ability to specify which ip address spawn-fci listens on
616     (agkr/at/pobox.com)
617   * added mod_flv_streaming to streaming Flash Movies efficiently
618   * fixed handling of error codes returned by mod_dav_svn behing a
619     mod_proxy
620   * fixed error-messages in mod_auth and mod_fastcgi
621   * fixed re-enabling overloaded local fastcgi backends
622   * fixed handling of deleted files in linux-sendfile
623   * fixed compilation on BSD and MacOSX
624   * fixed $SERVER["socket"] on a already bound socket
625   * fixed local source retrieval on windows
626     (secunia)
627   * fixed hanging cgi if remote side is dieing while reading
628     from the pipe (sandy/at/meebo.com)
630 - 1.4.10 - 2006-02-08
632   * added docs for mod_dirlisting
633   * added fastcgi.map-extensions to mod_fastcgi
634   * fixed load balancing for mod_fastcgi
635   * fixed extra newline for syslog() in mod_accesslog
636   * fixed user-track cookie for IE in mod_usertrack
637   * fixed crash in digest handling in mod_auth
638   * fixed handling of 301 response-bodies from a mod_proxy backend
639   * fixed loading of base modules if server.modules is not set
640   * fixed broken cgi if mod_scgi is loaded
642 - 1.4.9 - 2006-01-14
644   * added server.core-files option (sandy <sandy/at/meebo.com>)
645   * added docs for mod_status
646   * added mod_evasive to limit the number of connections by IP (<w1zzard/at/techpowerup.com>)
647   * added the power-magnet to mod_cml
648   * added internal statistics to mod_fastcgi
649   * added server.statistics-url to get internal statistics from mod_status
650   * added support for conditional range-requests through If-Range
651   * added static building via scons
652   * fixed 100% cpu loops in mod_cgi ("sandy" <sjen/at/cs.stanford.edu>)
653   * fixed handling for secure-download.timeout (jamis/at/37signals.com)
654   * fixed IE bug in content-charset in the output of mod_dirlisting (sniper/at/php.net)
655   * fixed typos and language in the docs (ryan-2005/at/ryandesign.com)
656   * fixed assertion in mod_cgi on HEAD request is Content-Length (<sandy/at/meebo.com>)
657   * fixed handling if equal but duplicate If-Modified-Since request headers
658   * fixed endless loops in mod_fastcgi if backend is dead
659   * fixed Depth: 1 handling in PROPFIND requests on empty dirs
660   * fixed encoding of UTF8 encoded dirlistings (Jani Taskinen <sniper/at/iki.fi>)
661   * fixed initial bind to a unix-domain socket through server.bind
662   * fixed handling of lowercase filesystems
663   * fixed duplicate request headers cause by mod_setenv
665 - 1.4.8 - 2005-11-23
667   * added auto-reconnect to ldap-server in mod_auth
668     (joerg/at/netbsd.org)
669   * changed auth.ldap-cafile to be optional
670     (joerg/at/netbsd.org)
671   * added strip_request_uri in mod_fastcgi
672   * added more X-* headers to mod_proxy
673     (Ben Grimm <bengrimm/at/gmail.com>)
674   * added 'debug' to simple-vhost to suppress the
675     (mod_simple_vhost.c.157) No such file or directory /servers/ww.lighttpd.net/pages/
676     messages by default
677   * added support to let the server listen on UNIX-socket
678   * changed default stat-cache-engine to 'simple'
679   * removed debian/ dir from source package on request by packager
680   * fixed max-age timestamps in mod_expire
681   * fixed encoding the filenames in PROPFIND in mod_webdav
682   * fixed range request handling in network_writev
683   * fixed retry on connect error in mod_fastcgi
684     (Robert G. Jakabosky <bobby/at/alphatrade.com>)
685   * fixed possible crash in mod_webdav if sqlite3 support
686     is available but not use
687   * fixed fdvent-handler init if server.max-worker was used
688     (Siddharth Vijayakrishnan <mail/at/bluefireworks.net>)
689   * fixed missing cleanup in mysql_vhost
690   * fixed assert() in "connections.c:962:
691       connection_handle_read_state: Assertion 'c->mem->used' failed."
692   * fixed 64bit issue in md5
693   * fixed crash in mod_status
694   * fixed duplicate headers in mod_proxy
695   * fixed Content-Length in HEAD request in mod_proxy
696   * fixed unsigned/signed comparisions
697   * fixed streaming in mod_cgi
698   * fixed possible overflow in password-salt handling
699     (reported on slashdot by james-web/at/and.org)
700   * fixed server-traffic-limit if connection limit is not set
702 - 1.4.7 - 2005-11-02
704   * added FD_CLOEXEC to fds which are kept open for a longer time
705   * added smaller, moving mmaped windows to network_writev
706   * added madvise() to instruct the kernel the do proper read-ahead in network_writev
707   * added support for %I in mod_accesslog
708   * added better compat to Apache for ?auto in mod_status
709   * added support for userdirs without a entry in /etc/passwd in mod_userdir
710     (rob/at/inversepath.com)
711   * added startup-time selectable network-backend
712   * added location of upload-files to config as array
713   * added webdav.log-xml for logging xml-content in mod_webdav
714   * added Cache-Control: max-age to mod_expire
715   * workaround missing client-bug by assuming we received a close-notify on
716     non-keep-alive requests in SSL request
717   * disabled kerberos5 support by default to fix compilation on RHEL
718   * fixed order of library checks to fix compilation on Solaris 9
719   * fixed open file-descriptors on read-error
720   * fixed crash if /var/tmp is not writable
722 - 1.4.6 - 2005-10-09
724   * fixed compilation on MacOS X and cygwin
725   * fixed compressed output if caching was disabled (seen in IE and Opera)
726   * fixed range-request option
727   * fixed mysql-vhost module (was broken in 1.4.5)
728   * fixed false positive in the detection of case-insensitive FS
730 - 1.4.5 - 2005-10-02
732   * added all DeltaV methods as known methods
733   * added buffer-to-disk of request content
734   * added warning for unused variables in conditionals
735   * added global index-generators to mod_indexfile
736   * fixed caching for remote-ip conditionals with keep-alive
737   * fixed redirects with content
738   * fixed infinite loop in exec-cmd in mod_ssi
739   * fixed segfault in config handling for mod_mysql_vhost
740   * fixed segfault on FIFOs/Sockets
741   * fixed possible crash on uninit memory if If-Modified-Since was too long
742   * fixed accounting of mem-chunks
743   * fixed starving of connections on high load
744   * fixed crc errors in mod_compress on 64bit platforms
745   * fixed handling of overlapping fastcgi packets (bug added in 1.4.4)
746   * fixed logic of conditionals if a header was not set
747   * fixed a segfault in mod_rewrite if %1 references were used
748   * fixed handling of empty request URIs in HTTP requests
750 - 1.4.4 - 2005-09-16
751   * added support for %V in mod_accesslog
752   * added a option for a FastCGI responser to send static files
753   * added md5 and blowfish hashes to htpasswd
754   * fixed METHOD in mod_accesslog of WebDAV methods
755   * fixed check for permission before files in sent
756   * fixed mod-proxy and content for non-POST requests
757   * fixed compilation of mod_cml on MacOS X
758   * fixed SSL errmsg after accept()
759   * fixed memleak in stat-cache
760   * fixed aborted connections if file was moved while in transfer
761   * fixed mem-usage for large FastCGI transfers
763 - 1.4.3 - 2005-09-01
765   * added gracefull shutdown
766   * added server.max-connections
767   * fixed compilation on all BSD platforms
768   * fixed init of kqueue and /dev/poll after daemonize
769   * fixed segfault if select() is event-handler and more than FD_SETSIZE
770     fds are opened
771   * fixed compilation of mod_cml
772   * fixed bin-copy-env in mod_fastcgi
774 - 1.4.2 - 2005-08-29
776   * fixed mimetype detection on uppercase extensions
777   * fixed memleak in stat-cache
778   * fixed infinite loop in mod_cgi
779   * fixed alignment crashes on sparc64 and alpha64
780   * fixed test system for gentoo ebuild
781   * fixed infinite loop in SSL
782   * fixed range request for files > 2Gb
784 - 1.4.1 - 2005-08-22
786   * added a complete Class 1 complient mod_webdav
787   * fixed ssl support (especially on OpenBSD)
788   * fixed response header in body problem in mod_cgi
789   * fixed numbers before body problem
790   * fixed compilation on Solaris and FreeBSD
791   * fixed conditional options in mod_dirlisting
792   * fixed segfault in mod_dirlisting for NFS directories
793   * fixed check for docroot in change-root environments
795 - 1.4.0 - 2005-08-17
797   * added nested conditionals
798   * added remote-ip to $HTTP
799   * added support for stat-cache via FAM
800   * added a read-only WebDAV module
801   * fixed cleanup in mod_proxy and mod_fastcgi
802   * fixed handling of filenames on case-insensitive filesystems
804 - 1.3.16 - 2005-07-31
806   * added Date: headers to dynamic HTTP/1.0 requests
807   * added support for OPTION * HTTP/1.1
808   * added support for accesslog to syslog
809   * added support for PATH_INFO guessing if check-local is disabled in
810       mod_fastcgi
811   * added switch to disable range-requests
812   * added valid-user option for mod_auth (tigger at gentoo.org)
813   * added JavaScript based sorting to mod_status (erik)
814   * added selective TCP_CORK (Christian von Roques)
815   * break up endless loops with Status: 500
816   * fixed endless loops in mod_rewrite
817   * mapped url.rewrite and url.rewrite-final to uri.rewrite-once
818   * fixed compilation for mod_trigger_b4_dl
819   * fixed 'can't reach host' in mod_proxy
820   * error-handler-404 defaults to Status: 200 and static files work now
822 - 1.3.15 - 2005-07-15
824   * added mod_cml
825   * added mod_trigger_b4_dl
826   * added encoding to mod_dirlisting
827   * added ?auto to mod_status
828   * relaxed handling of characters in URIs even more
829   * fixed detection of sendfile() on Linux 2.4.x
830   * fixed comparision of buffers for short strings
831   * server.errorfile-prefix is now conditional
832   * fixed mod_rrdtool to close STDERR
834 - 1.3.14 - 2005-06-15
836   * added SCGI support via mod_scgi
837   * added hash-based and round-robin load balancing to mod_proxy
838   * fixed range requests larger than 2Gb
839   * fixed compilation on Solaris
840   * fixed endless loops in mod_fastcgi, mod_cgi and mod_proxy
841   * fixed handling of URIs for '+' and characters > 127
843 - 1.3.13 - 2005-03-06
845   * added customizable directory listings
846   * fixed compile error on all BSD unixes
847   * fixed PATHINFO handling for FastCGI
848   * fixed handling of remote-close on FreeBSD and OpenSSL
850 - 1.3.12 - 2005-03-02
852   * added ssl.ca-file
853   * added support for \n\n as terminator
854   * rewrote test-framework and added more tests
855   * fixed cgi.assign with empty handler
856   * fixed segfault in debug-code
857   * fixed mod_expire if modification-timestamps are used
858   * fixed segfault on duplication Host-headers
859   * fixed endless loop in mod_fastcgi
860   * fixed handling of dead fastcgi-processes
862 - 1.3.11 - 2005-02-20
864   * added REMOTE_PORT and SERVER_ADDR to CGI-env
865   * relaxed handling of newlines before keep-alive requests
866   * relaxed uri-parser again
867   * fixed PHP_SELF for php
868   * fixed compilation on MacOS X
869   * fixed handling of EPIPE and ECONNRESET
870   * fixed crash in mod_auth if config-options are missing
871   * fixed handling of missing trailing / in mod_userdir
872   * fixed conditional secdownload.secret
873   * fixed REPORT ME error due to failed reconnects in mod_fastcgi
874   * fixed cmdline handling in mod_fastcgi
876 - 1.3.10 - 2005-02-06
878   * added support for full commandline in spawn-fcgi
879   * fixed missing check for IP-address in mod_fastcgi
880   * fixed compile error with openssl in mod_fastcgi
881   * removed a debug-message from network-functions
883 - 1.3.9 - 2005-02-06
885   * added a stricter URI parser
886   * added a check to the CGI spawner if the cgi-handler exists
887   * added documentation for SSL and mod_status
888   * added handling of startup environment to FastCGI
889   * improved performance in FastCGI in buildind the FastCGI header
890   * fixed min-procs and max-procs in FastCGI on PowerPC
891   * fixed crash in setenv.add-response-header
892   * fixed handling of nph-scripts in CGI
893   * fixed accidently sending out physical file in CGI on error
894   * fixed cygwin support
895   * fixed handling of missing files
896   * fixed HEAD requests for dynamic requests
898 - 1.3.8 - 2005-01-30
900   * added traffic shaping by remote host and virtual server
901   * added auto-spawning of FastCGI process on demand
902   * added virtual host based on MySQL
903   * added mod_setenv to add envirnoment and http headers on the fly
904   * added support for syslog in mod_accesslog
905   * improved output of mod_status
906   * improved debug output in request handling
907   * fixed build problems on netbsd 1.4.x and 1.5.x
908   * fixed status.url configuration
909   * fixed handling of != and !~ in configutation
910   * fixed special cases in keep-alive handling
911   * fixed timeout handling in handling POST requests
912   * fixed mode AUTHORIZER in FastCGI
913   * fixed handling if internal redirects if no Host: is supplied
914   * fixed mod_alias + pathinfo
915   * fixed directory indexes and permissions
916   * enabled sending errorlog to syslog again
918 - 1.3.7 - 2004-12-11
920   * added retries for a fastcgi connect if a php-childs
921     dies at startup
922   * update the debian directory
923   * added setgroups() to drop all group-privs
924   * added native port to windows via mingw32
925   * added server.tag = '...'
926   * added support for ${...} in mod_ssi
927   * ported all plugins to conditional support
928   * fixed multipart handling in cgi
929   * fixed kqueue event-handler
930   * fixed wrap-around in mod_status
931   * fixed crash with SSL + FastCGI
932   * fixed detection of SSL headers
933   * fixed handling of dangling SSL_shutdown
934   * fixed detection of keep-alive of Firefox
936 - 1.3.6 - 2004-11-03
938   * added spawn-fcgi to the distribution
939   * added support in fastcgi module to spawn fastcgi
940     processes itself
941   * fixed logfile cycling if external logging is used
942   * fixed connection handling in fastcgi if no chunk
943     encoding is used
944   * fixed internal redirects on directories if a query
945     string is supplied
946   * fixed cgi-module for POST request above 4k
947   * fixed mod_alias and follow-symlink
949 - 1.3.5 - 2004-10-31
951   * added mod_alias
952   * added mod_userdir
953   * added the exec command to the SSI handler
954   * added a switch to disable follow-symlinks
955   * added a switch to disable IPv6 at compile-time
956   * fixed compilation on FreeBSD and NetBSD 1.3.x
957   * fixed segfault in pipelining
958   * fixed a segfault in writev() handler if LFS is used
960 - 1.3.4 - 2004-10-24
962   * added limiter for open files
963   * added logging of user supplied data to accesslogs
964   * added build target for OpenWRT
965   * added plain backend support for auth-digest
966   * fixed handling the external accesslog processes
967   * fixed SERVER_NAME in CGI and FastCGI
969 - 1.3.3 - 2004-10-16
971   * added support for NL terminators in CGI-scripts
972   * added support for conditionals in mod_auth,
973     mod_simple_vhost and mod_evhost
974   * added a error-handler for 404 codes
975   * fixed request counter in the rrdtool module
976   * fixed log-file cycling
977   * fixed seg-fault
979 - 1.3.2 - 2004-09-30
981   * fixed file-cache
983 - 1.3.1 - 2004-09-30
985   * fixed file-cache
986   * fixed parsing of IPv6 adresses
987   * fixed cgi for cygwin
988   * fixed test-suite for FreeBSD and IRIX
989   * fixed handling of shrinked files
990   * fixed handling of REQUEST_URI after rewrite
992 - 1.3.0 - 2004-09-17
994   * added build for MacOS X and Cygwin
995   * added handling of more than one socket
996   * added config-conditions for User-Agent and Referer
997   * added final rewrite-rules
999 - 1.2.8 - 2004-09-11
1001   * added a cache for mimetypes
1002   * added X-Forwarded-For for mod_proxy
1003   * fixed handling of comments in If-Modified-Since
1004   * fixed error handling in FastCGI code
1005   * fixed expire plugin for second Expire header
1007 - 1.2.7 - 2004-09-04
1009   * added mod_rrdtool for internal statistics
1010   * added xattr support
1011   * added user-controlable timeouts
1012   * improved documentation for many plugins
1013   * fixed POST requests for mod_proxy
1014   * fixed rare hang with CGI
1015   * fixed seg-fault if no configfile is specified
1016   * fixed rare problem in FastCGI header generation
1018 - 1.2.6 - 2004-08-26
1020   * added apache-like accesslog definition
1021   * enabled timestamp cache again
1022   * improved performance in the string compare functions
1023   * fixed double-free in fastcgi handler
1024   * fixed error-handling in cgi handler
1026 - 1.2.5 - 2004-08-10
1028   * added skeleton for solaris 10 port-API
1029   * added compression support even if no cachedir is set
1030   * added conditional configoptions
1031   * fixed compilation on OpenBSD
1032   * fixed kqueue support
1033   * fixed pipelining bug
1034   * fixed parallel build (triggered by Gentoo)
1035   * updated debian postinst
1037 - 1.2.4 - 2004-07-31
1039   * added kqueue support
1040   * added server-side includes (mod_ssi)
1041   * fixed large post uploads in fastcgi
1042   * fixed rt-signals handling of delayed events
1044 - 1.2.3 - 2004-07-10
1046   * added a proxy module for Java and friends
1047   * added support to pass accesslog through an external programm
1048   * added mimetypes for text/css and text/javascript
1049   * fixed index-files for FastCGI if webserver is in chroot
1050   * fixed error messages of CGI process fails to exec()
1051   * fixed detection of pcre on IRIX and FreeBSD
1052   * fixed timestamps in Last-Modified checks
1053   * fixed 64bit builds
1054   * fixed mmap-caching of large files
1055   * relaxed the HTTP parser on empty headerfields
1057 - 1.2.2 - 2004-06-15
1059   * added support for unix domain sockets in FastCGI
1060   * fixed mmap caching
1061   * fixed compile-time check for linux sendfile()
1062   * fixed check for pcre.h on Fedora Core 2
1064 - 1.2.1 - 2004-05-30
1066   * added experimental support for AIX send_file()
1067   * added an mmap cache to the filehandle cache
1068   * enabled FreeBSD sendfile support again
1069   * added support for calling CGI binaries directly
1070   * fixed pipelining for POST requests
1071   * fixed some seg-faults if no configfile is used
1073 - 1.2.0 - 2004-05-17
1075   * added conforming Expect: handling
1076   * added a module for secure and fast downloading
1077   * rewrote the event handling interface
1078   * fixed array handling which might lead to 'missing header'
1079   * fixed pipelining support
1080   * fixed build of the localizer extension
1081   * fixed cgi handling for headers which are flushed to often
1082   * fixed compilation on Solaris 2.5
1084 - 1.1.9 - 2004-04-29
1086   * added AUTHORIZER mode to the FastCGI module
1087   * added 'check-local' option to disable local stat() in the FastCGI module
1088   * added prefix-notation for FastCGI module
1089   * added 'mod_usertrack'
1090   * improved CGI/FastCGI spec conformance
1091   * more code cleanup
1092   * fixed HTTP/1.1 chunk headers
1093   * fixed POST handling
1094   * fixed SSL network handler
1095   * fixed writev() network handler
1097 - 1.1.8 - 2004-04-16
1099   * code cleanup
1100   * limiting the size of the request-body and the request-header
1101   * minor speed improvements
1102   * tightend the HTTP-Parser again
1104 - 1.1.7 - 2004-04-12
1106   * added REMOTE_USER to the Server->FastCGI parameters
1107   * added bzip2 compression
1108   * improved the error-messages from the new configfile parser
1109   * fixed accesslog writing for errornous requests
1110   * fixed LFS (64bit filesizes) handling
1111   * fixed Content-Length for HEAD requests
1112   * fixed some memory leaks in the configfile parser
1114 - 1.1.6 - 2004-04-10
1116   * tightend the HTTP-Parser
1117   * rewrote the configfile parser (based on lemon)
1118   * fixed openssl support
1119   * fixed mmap+write support
1120   * use localtime in accesslog if possible
1122 - 1.1.5 - 2004-04-07
1124   * added ldap backend to the auth
1125   * added a mod_expire
1126   * added debian packaging structure
1127   * merged redhat and suse spec-file
1128   * fixed eventhandler for solaris
1129   * fixed 64bit fileoffsets
1130   * fixed permissions of the PID-file
1132 - 1.1.4 - 2004-04-04
1134   * added server.pid-file
1135   * added support for solaris /dev/poll and solaris sendfilev()
1136   * added support for writev()
1137   * added PATHINFO support (again)
1138   * fixed CLF logfile writing
1140 - 1.1.3 - 2004-03-25
1142   * set default event-handler to 'poll'
1143   * fixed logcycling in chroot()
1144   * fixed hostname detection
1145   * added syslog() as fallback for error-logging
1147 - 1.1.2 - 2004-03-22
1149   * added a "docroot" setting for fastcgi processes
1150   * performance improvements
1151   * improved configure script
1152   * rewrote the fastcgi config parser
1153   * added a rc-script for RedHat
1154   * added epoll() support for Linux 2.6.x
1156 - 1.1.1 - 2004-03-15
1158   * added localizer module
1159   * performance improvements
1160   * code cleanup
1162 - 1.1.0 - 2004-03-06
1164   * changed some configuration keys for better readability
1165   * moved the virtual-host code to mod_simple_vhost
1166   * added enhanced virtual host plugin from Christian Kruse
1167   * added two new auth-backends (htpasswd, htdigest)
1168   * fixed and improved authentification
1169   * stricter parsing of the Host: field
1170   * added a warning for unused configuration keys
1171   * improved FastCGI documentation
1173 - 1.0.3 - 2004-02-13
1175   * a startup script has been added (LSB compliant)
1176   * HEAD requests were submitting the content like a GET request
1177   * the virtual directory listing got a face-lifting and fixes
1178   * request-headers are now handled case-in-sensitive as required
1179     by the standard. this fixes POST requests for w3m and some Proxies.
1181 - 1.0.2 - 2004-02-07
1183   * rearrangement of the default configfile
1184   * some updates in the documentation
1185   * a entry in the error-log for a 404
1186   * stdout is no longer the default for the accesslog