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