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