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