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