[tests] skip mod-secdownload HMAC-SHA1,HMAC-SHA256
[lighttpd.git] / NEWS
blobd5eec9658f25a967b0461aa0a6c4ba80e1a64e53
2 ====
3 NEWS
4 ====
6 - 1.4.53 - 2019-01-27
7   * [mod_cml,mod_flv_streaming] fix NULL ptr deref
8   * [mod_simple_vhost] t/test_mod_simple_vhost
9   * [mod_evhost] split uri handler func for testing
10   * [mod_evhost] restructure for unit tests
11   * [mod_evhost] t/test_mod_evhost
12   * [mod_access] restructure for unit tests
13   * [mod_access] t/test_mod_access
14   * [tests] include first.h and NDEBUG early
15   * [core] use kill_signal for gw_proc_kill()
16   * [tests] t/test_keyvalue
17   * [tests] some test config cleanup
18   * [tests] update skip count in mod-fastcgi.t
19   * [multiple] reduce initial buffer sz if large POST (fixes #2922)
20   * [mod_fastcgi] fix NULL ptr deref from bugfix #2922 (fixes #2923)
21   * [tests] more test config cleanup
22   * [core] perf: incremental hash of pathname w/o copy
23   * [core] perf: reuse buffer to redirect to directory
24   * [core] do not free() reused buffer
25   * [core] use connected sock port in dir redirect
26   * [core] http_response_buffer_append_authority()
27   * [core] use con->server_name for dir redir
28   * [core] memeq compare rounded to 64, not next 1M
29   * [core] define MD5_DIGEST_LENGTH 16
30   * [mod_auth] permit additional auth backends to load
31   * [core] send Connection: close if reqbody not read (fixes #2924)
32   * [core] cache rev DNS for localhost for dir redir
33   * [doc/conf] resolve some mime type conflicts from debian buster, regenerate mime.conf
34   * [core] move winsock init to network_init()
35   * [core] move /dev/stdin graceful restart handling
36   * [core] network_srv_sockets_append() shared code
37   * [core] systemd socket activation support
38   * [build] autotools: try mysqlclient.pc and mariadb.pc (fixes #2925)
39   * [mod_expire] look up expire fallback "" explicitly
40   * [multiple] calloc match ptr type (clang --analyze)
41   * [multiple] quiet clang --analyze where trivial
42   * [mod_webdav] compare COPY, MOVE Destination scheme
43   * [core] con->uri.scheme is maintained lowercase
44   * [mod_openssl] ALPN and acme-tls/1 (fixes #2931)
45   * [core] Fix recursive include_shell invocations
46   * [mod_openssl] ssl.privkey directive (optional)
48 - 1.4.52 - 2018-11-28
49   * [mysql] MySQL 8 deprecates my_bool
50   * [core] typo in trace
51   * [build] Fix unportable test(1) operator
52   * [core] perf: call connection_reset() fewer times
53   * [core] perf: array_reset_data_strings()
54   * [core] perf: buffer_free_ptr() __attribute__ cold
55   * [core] perf: one-element cache for host normalize
56   * [core] perf: buffer_copy_string_len()
57   * [core] perf: skip redundant prepare copy calls
58   * [core] perf: buffer_align_size() identity if align
59   * [core] perf: size write buffers for reuse
60   * [core] perf: prepend headers directly into write q
61   * [core] perf: copy small strings; better buf reuse
62   * [core] perf: copy small strings; extend last chunk
63   * [core] perf: specialized func for array sorting
64   * [core] perf: append response directly into write q
65   * [core] perf: better buf reuse reading from backend
66   * [core] chunk.c code reuse
67   * [multiple] perf: write headers to backend write cq
68   * [multiple] perf: power-2 alloc large headers
69   * [multiple] perf: use larger initial backend buffer
70   * [core] permit env vars to be set with blank value
71   * [mod_fastcgi] perf: reduce data copies
72   * [mod_fastcgi] perf: reduce data copies
73   * [core] perf: chunk.c chunk pool
74   * [multiple] perf: reuse large buffers w/ backend
75   * [multiple] better packing of struct chunk
76   * [core] perf: inline buffer_append_string_buffer()
77   * [core] slightly simpler flag append to string
78   * [mod_cgi] perf: reuse buffers for creating CGI env
79   * [mod_fastcgi,mod_scgi] perf: env accumulation
80   * [core] Don't call RAND_cleanup with OpenSSL 1.1.x
81   * [mod_openssl] move SSL_shutdown() to separate func
82   * [mod_openssl] SSL_read before second SSL_shutdown
83   * [mod_cgi] perf: use stat_cache for cgi handler
84   * [mod_openssl] prefer using TLS_server_method()
85   * [mod_webdav] return 403 if file should exist
86   * [core] perf: chunkqueue buffers already sized up
87   * [core] perf: simpler buffer_string_space()
88   * [multiple] dynamic handlers hint backend header sz
89   * [core] use chunk_buf_sz instead of hard-coded num
90   * [multiple] perf: simplify chunkqueue_get_memory()
91   * [mod_wstunnel] perf: reuse large buffers
92   * [mod_cgi] perf: cache getenv() results at start up
93   * [core] fix 301 -> 302 overwrite with Location (fixes #2918)
94   * [core] fix setting of headers previously reset (fixes #2919)
95   * [mod_webdav] quiet coverity false positive
96   * [core] server.compat-module-load = "disable"
97   * [core] server.chunkqueue-chunk-sz = 4096
98   * [core] perf: simpler buffer_string_space() (fixed)
99   * [core] perf: faster HTTP pipelined requests
100   * [core] perf: simpler buffer_string_space() (tests)
101   * [mod_cgi] reset reused buffer on internal redir
102   * [core] clear chunk buffer upon release
103   * [mod_fastcgi] minor: copy packet without padding
104   * [mod_redirect,mod_rewrite] use server_name
105   * [mod_fastcgi] transfer chunks minus packet padding
106   * [core] separate func to reset FILE_CHUNK
107   * [core] perf: simple, quick buffer_clear()
108   * [core] perf: small improvement to encoding CGI var
109   * [core] perf: small improvement buffer_string_space
110   * [core] simpler physical path concatenation
111   * [mod_webdav] fix LOCK on incorrect URI path
112   * [mod_webdav] one fewer buffer copy for COPY,MOVE
113   * [core] perf: simplify buffer_move()
114   * [mod_cml] parse query string without modifying it
115   * [core] perf: buffer optimizations
116   * [mod_wstunnel] use buffer_string_length()
117   * [core] perf: inline buffer_copy_buffer()
118   * [core] cygwin helper func for getcwd
119   * [core] cygwin sample to run lighttpd under NSSM
120   * [core] limit con->uri.authority < 1024 octets
121   * [mod_webdav] separate func for each request method
122   * [core] reject decoded url-path without leading '/'
123   * [multiple] validate UTF-8 in url-decoded paths
124   * [mod_proxy] silence coverity false positive
125   * [core] fix typo
126   * [core] buffer_append_path_len()
127   * [core] quiet indexfile warning if mod not loaded
129 - 1.4.51 - 2018-10-14
130   * [core] split parsing header line into separate function
131   * [core] explicitly return 0 instead of constant result
132   * [core] header parsing: use goto for error handling
133   * [core,security] process headers after combining folded headers
134   * [core] replace folding whitespace with a single space
135   * [buffer] fix duplicate assert and comment
136   * [core] redo HTTP header line folding
137   * [core] parse header line strings before copying
138   * [core] abstraction to insert/modify response hdrs
139   * [core] code reuse with array_insert_key_value()
140   * [core] simplify parsing hdr key whitespace then :
141   * [core] http_request_parse_reqline() separate func
142   * [core] abstraction layer for HTTP header manip
143   * [core] code reuse with http_response_body_clear()
144   * [mod_proxy] fix proxy.forwarded and proxy.replace-http-host (fixes #2902)
145   * [mod_rewrite] fix url.rewrite-repeat and url.rewrite-if-not-file (fixes #2908)
146   * [core] fastcgi.h link to Open Market License (OML) (fixes #2901)
147   * [mod_proxy,mod_wstunnel] copy full plugin_config (fixes #2903)
148   * [mod_fastcgi,mod_scgi] error on oversized request (fixes #2905)
149   * [mod_auth] send 401 for mismatch HTTP auth scheme (fixes #2906)
150   * [core] code reuse array_match_*() routines
151   * [mod_skeleton] review and simplify
152   * [multiple] code reuse: employ array_match_*()
153   * [doc] lighttpd.service uses network-online.target
154   * [mod_flv_streaming] code simplifications
155   * [mod_authn_pam] mod_auth PAM support (fixes #688)
156   * [mod_sockproxy] add to build
157   * [core] fix include_shell on inline shell commands (fixes #2910)
158   * [multiple] code reuse: using array_*() funcs
159   * [tests] t/test_array.c
160   * [core] array_get_int_ptr()
161   * [core] more memory-efficient fn table for data_*
162   * [tests] #undef NDEBUG before assert.h in t/test_*
163   * [core] inline status_counter routines
164   * [core] log_failed_assert() __attribute__((cold))
165   * [core] http_status_append()
166   * [core] http_method_append()
167   * [core] prefer buffer_append_string_len()
168   * [build] fix SCons build for mod_authn_pam
169   * [mod_userdir] security: skip username "." and ".."
170   * [mod_deflate] null-check to quiet coverity warning
171   * [core] quiet coverity false positive
172   * [multiple] quiet compiler warnings --without-pcre
173   * [mod_secdownload] support if HMAC() is a macro
174   * [TLS] sys-crypto.h abstraction
175   * [TLS] sys-crypto.h abstraction
176   * [build] put request.c in common src
177   * [meson] build fixes for libmariadb and libsasl2
178   * [core] PATH_INFO calculation when basedir is "/" (fixes #2911)
179   * [core] better consistency in buffer_is_equal*()
180   * [core] fix missing param from prev commit
181   * [mod_openssl] no renegotiation in TLS 1.3 (fixes #2912)
182   * [core] reject Transfer-Encoding from proxy (#2913)
183   * [mod_auth] use SHA1_Init,Update,Final
184   * [mod_openssl] add support for wolfSSL
185   * [build] automake support for wolfSSL
186   * [build] SCons support for wolfSSL
187   * [build] meson support for wolfSSL
188   * [build] CMake support for wolfSSL
189   * [core] perf: buffer.c internal inlines
190   * [mod_openssl] wolfSSL does not support SSLv2
191   * [core] perf: buffer_string_append_len()
192   * [core] permit server.error_handler to static file
194 - 1.4.50 - 2018-08-13
195   * [mod_extforward] allow explict IPs to be untrusted (#2860)
196   * [core] fix crash if 'host' empty in config (fixes #2876)
197   * [mod_magnet] fix regression in lighty.stat (fixes #2877)
198   * [core] minor code cleanup in gw_recv_response()
199   * [core] fix rare race condition from backends (fixes #2878)
200   * [mod_proxy] fix segfault in Set-Cookie reverse map (fixes #2879)
201   * [core] fdevent_accept_listenfd() nonblock cloexec
202   * [build] remove m4 AC_PATH_PROG for PKG_CONFIG
203   * [core] some header cleanup
204   * [mod_wstunnel] better Sec-WebSocket-Protocol parse
205   * [mod_magnet] code reuse
206   * [mod_magnet] reduce buffer copies
207   * [mod_fastcgi,mod_scgi] fastcgi.balance,scgi.balance (fixes #2882)
208   * [core] check if SOCK_NONBLOCK is ignored (fixes #2883)
209   * [core] buffer_append_string_encoded_hex_lc()
210   * [core] more efficient hex2int()
211   * [mod_secdownload] compare bin MAC instead of hex
212   * [core] li_tohex_lc() explicitly uses lc hex chars
213   * [core] buffer_append_uint_hex_lc() uses lc hex
214   * [core] buffer_append_string_encoded() uc hex
215   * [tests] reduce test_base64 brute force tests
216   * [tests] remove test_buffer output, except on error
217   * [core] check for continuation in server.tag
218   * [core] CONNECT must be handled before fs hooks
219   * [mod_redirect, mod_rewrite] code reuse (sharing)
220   * [core] data_config_pcre_compile,exec()
221   * [tests] test_request unit tests
222   * [core] http_kv.[ch] method, status, version str
223   * [core] remove unused get_http_status_body_name()
224   * [core] remove proc_open.[ch], reduce stdio.h use
225   * [tests] move src/test_*.c to src/t/
226   * [core] server.http-parseopts URL normalization opt (fixes #1720)
227   * [core] inline some buffer.[ch] routines
228   * [core] remove some duplicative code in log.c
229   * [core] debug server.log-request-header-on-error
230   * [mod_redirect,mod_rewrite] short-circuit earlier
231   * [core] fix buffer_to_upper()
232   * [mod_cgi] handle CGI partial response header write
233   * [mod_redirect,mod_rewrite] pass request URI info
234   * [mod_redirect,mod_rewrite] encoding options (fixes #443, fixes #911)
235   * [mod_redirect,mod_rewrite] fix segfault w/ invalid syntax (fixes #2892)
236   * [mod_fastcgi] fix memleak with FastCGI auth,resp (fixes #2894)
237   * [mod_alias] security: potential path traversal with specific configs
238   * [mod_wstunnel] quiet 32-bit compiler warnings
239   * [core] POLLRDHUP handling for transparent proxying
240   * [mod_redirect,mod_rewrite] support up to 19 match
241   * [core] add missing includes to quiet compiler warn
242   * [mod_redirect,mod_rewrite] base64url encoding opt
243   * [mod_rewrite] require rewrite result to begin '/'
244   * [core] security: use-after-free invalid Range req
245   * [core] reset var if FAMMonitorDirectory() fails
246   * [core] option to propagate TCP FIN to backend host
247   * mod_sockproxy - socket forwarding
248   * [core] workaround Coverity cov-build bug with gcc7
249   * [build] add missing file for test_burl
250   * [core] quell insignificant coverity warning
251   * [core] extend server.http-parseopts
252   * [mod_alias] security: path traversal in mod_alias (in some use cases) (fixes #2898)
253   * [core] security: use-after-free after invalid Range request (fixes #2899)
255 - 1.4.49 - 2018-03-11
256   * [core] adjust offset if response header blank line
257   * [mod_accesslog] %{canonical,local,remote}p (fixes #2840)
258   * [core] support POLLRDHUP, where available (#2743)
259   * [mod_proxy] basic support for HTTP CONNECT method (#2060)
260   * [mod_deflate] fix deflate of file > 2MB w/o mmap
261   * [core] fix segfault if tempdirs fill up (fixes #2843)
262   * [mod_compress,mod_deflate] try mmap MAP_PRIVATE
263   * [core] discard from socket using recv MSG_TRUNC
264   * [core] report to stderr if errorlog path ENOENT (fixes #2847)
265   * [core] fix base64 decode when char is unsigned (fixes #2848)
266   * [mod_authn_ldap] fix mem leak when ldap auth fails (fixes #2849)
267   * [core] warn if mod_indexfile after dynamic handler
268   * [core] do not reparse request if async cb
269   * [core] non-blocking write() to piped loggers
270   * [mod_openssl] minor code cleanup; reduce var scope
271   * [mod_openssl] elliptic curve auto selection (fixes #2833)
272   * [core] check for path-info forward down path
273   * [mod_authn_ldap] auth with ldap referrals (fixes #2846)
274   * [core] code cleanup: separate physical path sub
275   * [core] merge redirect/rewrite pattern substitution
276   * [core] fix POST with chunked request body (fixes #2854)
277   * [core] remove unused func
278   * [doc] minor update to *outdated* doc
279   * [mod_wstunnel] fix for frames larger than 64k (fixes #2858)
280   * [core] fix 32-bit compile POST w/ chunked request body (#2854)
281   * [core] add include sys/poll.h on Solaris (fixes #2859)
282   * [core] fix path-info calculation in git master (fixes #2861)
283   * [core] pass array_get_element_klen() const array *
284   * [core] increase stat_cache abstraction
285   * [core] open additional fds O_CLOEXEC
286   * [core] fix CONNECT w strict header parsing enabled
287   * [mod_extforward] CIDR support for trusted proxies (fixes #2860)
288   * [core] re-enable overloaded backends w/ multi wkrs
289   * [autoconf] reduce minimum automake version to 1.13
290   * [mod_auth] constant time compare plain passwords
291   * [mod_auth] check that digest realm matches config
292   * [core] fix incorrect hash algorithm impl
294 - 1.4.48 - 2017-11-11
295   * [mod_webdav] fix crash if stat fails, not ENOENT
296   * [core] fix build --disable-ipv6 (fixes #2832)
297   * [scons] Merge branch 'personal/stbuehler/scons-cleanup'
298   * [autobuild] Merge branch 'personal/stbuehler/autobuild-cleanup'
299   * [meson] new build system
300   * [core] fix var.CWD (regression in 1.4.46) (fixes #2835)
301   * [core] fix implicit wildcard IPv4 and IPv6 listen
302   * [autobuild] remove obsolete warning about mmap use
303   * [core] isolate sock_addr manipulation
304   * [stat_cache] remove debug code littered in file
305   * [core] cleanup unused ifndef
306   * [core] cleanup: consolidate FAM code in stat_cache
307   * [core] consolidate backend network write handlers
308   * [autobuild] allow sendfile() in cross-compile (fixes #2836)
309   * [core] quiet pedantic cc warning for excess comma
310   * [core] isolate backend fdevent handler defs
311   * [mod_openssl] error if ssl.engine in wrong section (fixes #2837)
312   * [core] fix lighttpd -1 one-shot graceful shutdown
313   * [mod_cgi] quiet trace if mod_cgi sends SIGTERM (fixes #2838)
314   * [build] fix link of test_configfile.c
315   * [core] quiet coverity false positive
316   * [mod_openssl] more pedantic check of return values
317   * [mod_openssl] allow specifying server cert chain (fixes #2692)
318   * [mod_openssl] ssl.openssl.ssl-conf-cmd (fixes #2758)
319   * [doc] NEWS - fix improper format line breaks
320   * [mod_authn_ldap] replace use of deprecated funcs
321   * [mod_authn_sasl] SASL auth (new) (fixes #2275)
322   * [mod_openssl] quiet trace from TCP probes (#2784)
323   * [core] fix dup typedef compiler warning
324   * [scons] fix various python2/3 incompatibilities
325   * [doc] fix doc/config/conf.d/fastcgi.conf example
327 - 1.4.47 - 2017-10-22
328   * [mod_authn_gssapi] needs -lcom_err under Darwin
329   * [core] stricter validation of request-URI begin
330   * [core] fix 1.4.46 regression in config match (fixes #2830)
331   * [core] normalize config addrs for != match (#2830)
332   * [core] normalize config addrs for eq and ne (#2830)
333   * [doc] use https:// URLs to .lighttpd.net resources
334   * [core] fix 1.4.46 regression in Last-Modified
336 - 1.4.46 - 2017-10-21
337   * [TLS] mark code that uses -lcrypto but not -lssl
338   * remove redundant calls to end-of-request hooks
339   * [mod_mysql_vhost] remove dev debug code
340   * [core] con interface for read/write; isolate SSL
341   * [core] new plugin hooks to help isolate SSL
342   * [mod_openssl] new module (preliminary layout)
343   * [core] move network_open_file_chunk() to chunk.c
344   * [mod_openssl] move openssl code into mod_openssl
345   * [mod_openssl] move openssl config into mod_openssl
346   * [core] move connection_read_cq() to connections.c
347   * [mod_geoip] call from handle_request_env hook
348   * [build] only mod_openssl depends on -lssl
349   * [mod_auth] enable optional authz if extern authn (fixes #2481)
350   * [mod_openssl] allow ssl.verifyclient on url paths (fixes #2245)
351   * [core] do not emit req/response hdrs w/ blank val
352   * [mod_setenv] directives to overwrite/remove hdrs (fixes #650, fixes #2295)
353   * [mod_secdownload] new directives modify hash path (fixes #646, fixes #1904)
354   * [core] move con throttling to connections-glue.c
355   * [core] support Expect: 100-continue with HTTP/1.1 (fixes #377, #1017, #1953, #2438)
356   * [mod_openssl] use TLS SNI to set host-based certs
357   * [mod_ssi] send #exec cmd="..." output to temp file
358   * [mod_scgi] tests/mod-scgi.t unit tests
359   * [mod_auth] support LDAP groups for HTTP auth (fixes #1817)
360   * [core] use getaddrinfo,inet_pton vs gethostbyname (fixes #2783)
361   * [mod_auth] LDAP escape username in DN and filters
362   * mod_vhostdb* (dbi,mysql,pgsql,ldap) (fixes #485, fixes #1936, fixes #2297)
363   * [mod_auth] have LDAP template replace '?'
364   * apply debian/patches/spelling.patch
365   * [core] permit connection-level state in modules
366   * [TLS] include <openssl/opensslv.h> in rand.c
367   * [core] config match w/ arbitrary HTTP request hdrs (fixes #1556)
368   * [mod_flv_streaming] add end pos param (fixes #1887)
369   * [core] X-LIGHTTPD-KBytes-per-second from backends (fixes #954)
370   * [core] improve accuracy of bandwidth write limits
371   * [core] quicker graceful shutdown
372   * [tests] remove unused file depending on CGI.pm
373   * [doc] doc/initscripts.txt (fixes #2782)
374   * [core] check issetugid() early in main()
375   * [core] combine duplicated getrlimit, network_init
376   * [core] move interval timer near worker event loop
377   * [core] initialize globals at top of main()
378   * [core] graceful restart with SIGUSR1 (fixes #2785)
379   * [mod_authn_mysql] fix minor memleak at shutdown
380   * [mod_rrdtool] no error if loaded but no config
381   * [doc] SIGUSR1 doc and lighttpd-angel SIGUSR1
382   * [mime.conf] add text/markdown to utf-8 list, regenerate mime.conf
383   * [mod_cgi] RFC3875 CGI local-redir strict adherence (#2108)
384   * [mod_cgi] do not send "Status" back to client
385   * [core] add label for 308 Permanent Redirect
386   * [mod_openssl] inherit ssl.* from global scope
387   * [core] handle if backend sends Transfer-Encoding (#2786)
388   * [core] use kqueue in level-triggered mode (fixes #2788)
389   * [mod_fastcgi,mod_scgi] backend spawn EINTR retry (#2788)
390   * [core] config opt to intercept dynamic handler err (fixes #974)
391   * [core] set default server_tag in server.c
392   * [core] include lighttpd vers in server started msg
393   * [core] move version.h logic into server.c
394   * [core] issue trace if max-fds too large (fixes #2789)
395   * [mod_fastcgi,mod_scgi] consistent waitpid handling (fixes #2791)
396   * [mod_cgi] fix CGI local-redir w/ url.rewrite-once (fixes #2793)
397   * [mod_scgi] fix unused_procs bidirectional-links
398   * [mod_scgi] fix potential repeated use of proc->id
399   * [mod_fastcgi,mod_scgi] consolidate backend process accounting (#2788)
400   * [mod_cgi] status 200 OK if no hdrs (deprecated) (#2786)
401   * [core] fix regex condition subst w/ mod_extforward (fixes #2794)
402   * [tests] correct skip count for mod-scgi.t
403   * [mod_vhostdb_ldap] fix inverted logic (coverity)
404   * [mod_cgi] cgi.local-redir = [enable|disable] (#2108, #2793)
405   * [core] $REQUEST_HEADER[...] subsumes other config (#1556)
406   * [mod_usertrack] usertrack.cookie-attrs config opt (fixes #2795)
407   * [core] default server.max-fds=4096 if unspecified (#2789)
408   * update .gitignore, add .gitattributes
409   * [core] reduce con allocation for small max_conns
410   * [config] more specific checks for array lists
411   * [mod_authn_gssapi] needs -lcom_err under cygwin
412   * [mod_cgi,fastcgi,scgi,proxy] fix streaming response (fixes #2796)
413   * [mod_auth] Digest nonce on system with time <=1978
414   * [doc] simple-vhost.debug takes an integer value (fixes #2797)
415   * [core] fix crash if invalid config file (fixes #2798)
416   * [core] remove unused member con->in_joblist
417   * [mod_proxy] remove use of con->got_response
418   * [core] consolidate dynamic handler response parse
419   * [core] remove now-unused buffer_search_string_len
420   * [mod_cgi] eliminate warning when compiled -Os
421   * [mod_scgi] do not reconnect after connect succeeds
422   * [tests] reduce time waiting for backends to start
423   * [core] server.syslog-facility (fixes #2800)
424   * [core] server.syslog-facility (use -1 for unset) (#2800)
425   * [core] allow overriding prior config values (fixes #2799)
426   * [mod_proxy] set Content-Length, if available
427   * [mod_proxy] set X-Forwarded-Host (fixes #418)
428   * [core] remove redundant Content-Length digit check
429   * [core] remove some unused header includes
430   * [core] use con->dst_addr_buf instead of ip recalc
431   * [core] include "fdevent.h" where needed
432   * [core] make stat_cache private to stat_cache.c
433   * [core] collect ioctl FIONREAD code
434   * [core] include <netdb.h> where needed
435   * [core] report file path when mkstemp() fails (fixes #2802)
436   * [core] export http_request_host_policy() for reuse
437   * [mod_extforward] simplify header search
438   * [mod_extforward] consolidate ipstr_to_sockaddr()
439   * [mod_extforward] upd scheme after ipstr validated
440   * [mod_extforward] rearrange code; prep Forwarded
441   * [mod_extforward] support Forwarded HTTP Extension (#2703)
442   * [mod_proxy] support Forwarded HTTP Extension (fixes #2703)
443   * [core] inet_pton(), inet_ntop() on (sock_addr *)
444   * [core] save connection-level proto in con->proto
445   * [mod_extforward] support HAProxy "PROXY" protocol (fixes #2804)
446   * [mod_extforward] fix typos in Forwarded handling
447   * [core] fix stat_cache initialization error
448   * [core] perf: stat_cache_mimetype_by_ext()
449   * [core] inet_ntop_cache now 4-element cache
450   * [mod_openssl] free local_send_buffer at exit
451   * [core] extend mimetype search w/o leading '.'
452   * [core] no SOCK_CLOEXEC on Linux kernel < 2.6.27
453   * [core] inline simple buffer is empty checks
454   * [core] buffer_substr_replace()
455   * [core] sys-strings.h abstraction for strings.h
456   * [mod_proxy] fix backslash escaping
457   * [core] omit default port from normalized host str
458   * [core] fix build issue without ipv6 support
459   * [core] permit strings and integers in config array
460   * [mod_accesslog] flag high precision ts for %T (fixes #2807)
461   * [core] permit strings,ints,arrays in config array
462   * [core] calloc plugin_config for consistent init
463   * [mod_proxy] simple host/url mapping in headers (fixes #152)
464   * [mod_uploadprogress] handle query str progress ID (fixes #2808)
465   * [mod_fastcgi] consolidate backend read code
466   * [mod_proxy,mod_scgi] fix truncated error trace
467   * [core] skip socket shutdown() if con->fd negative
468   * [core] act as transparent proxy after con Upgrade
469   * [core] remove redundant resets of fde_ndx
470   * [core] configparser: fix resource handling in error cases (fixes #2809)
471   * [core] fix crash for invalid syntax in config file (fixes #2810)
472   * [core] prep mod transitions to transparent proxy
473   * [mod_proxy] basic support for Upgrade: websocket (fixes #2811)
474   * [mod_extforward] compile on OSX
475   * [core] set server.max-keep-alive-requests = 100 (fixes #2205)
476   * [core] perf: skip redundant strlen() if len known
477   * [core] optional condition in config "else" clause (fixes #1268)
478   * [mod_cgi] basic support for Upgrade: websocket
479   * [core] buffer to disk streaming to slow backends
480   * [core] silence compiler warnings if !HAVE_FORK
481   * [build] -Werror if --enable-extra-warnings=error
482   * [build] autotools use AC_PROG_CC_STDC macro
483   * [mod_openssl] ssl.ca-crl-file for CRL (fixes #2319)
484   * [mod_openssl] ssl.ca-dn-file (fixes #2694)
485   * [mod_proxy] fix typo identified by coverity
486   * [mod_openssl] ignore client verification error if not enforced
487   * [mod_openssl] fix compile with openssl 1.1.0
488   * [mod_extforward] quiet clang compiler warning
489   * [mod_dirlisting] sort "../" to top of names
490   * [mod_openssl] safer_X509_NAME_oneline() (fixes #2693)
491   * [core] allow earlier plugin init for SSL/TLS
492   * [mod_openssl] adjust use of ssl.ca-dn-file
493   * [core] fix compiler warnings on Mac OS X
494   * [core] server.socket-perms to set perms on unix (fixes #656)
495   * [core] get port from sock_addr if AF_INET,AF_INET6
496   * [core] server.error_handler_404 X-Sendfile ENOENT (#2474)
497   * [core] consolidate fork()/execve() code (#1393)
498   * [core] mv log_error_{open,cycle.close} to server.c
499   * [core] rename fd_close_on_exec()
500   * [core] remove unused includes of stat_cache.h
501   * [core] add missing include of stdlib.h
502   * [core] reduce exposure of unistd.h, other includes
503   * [core] sock_addr_from_str_hints reusable name res
504   * [core] continue collecting use of netdb.h
505   * [core] continue collecting use of netdb.h
506   * [core] continue collecting use of netdb.h
507   * [core] fdevent_connect_status() shared code
508   * [core] add const to reduce .data segment size
509   * [mod_proxy] move data_fastcgi into mod_proxy.c
510   * [mod_proxy] store address family at config time
511   * [mod_fastcgi] slightly simplify counters
512   * [mod_fastcgi] consolidate connect() error handling
513   * [mod_fastcgi] set request_id in fcgi_create_env()
514   * [mod_fastcgi] move delayed connect() into switch()
515   * [mod_fastcgi,mod_scgi] consistent connect() error
516   * [mod_scgi] remove unused parse_response member
517   * [mod_fastcgi,mod_scgi] struct member consistency
518   * [mod_fastcgi,mod_scgi] parse bin_path at startup
519   * [mod_fastcgi,mod_scgi] use temp buffer for cgi_env
520   * [core] shared code for socket backends
521   * [core] spread load on socket backend procs
522   * [core] store sockaddr for socket backend procs
523   * [core] resolve DNS at startup for socket backends
524   * [core] adaptive spawning for socket backend procs (fixes #1162)
525   * quell compiler warnings for -Wimplicit-fallthrough
526   * [doc] update README
527   * [core] fdevent_cycle_logger()
528   * [core] reap lighttpd worker pids precisely
529   * [core] restart piped loggers if they exit (fixes #1393)
530   * [mod_webdav] PROPFIND getetag attr must match GET
531   * [core] consistent behavior w/ and w/o SA_SIGINFO
532   * [core] do not remove pid-file in test mode
533   * [core] add public domain SHA1() if no crypto
534   * [mod_wstunnel] websocket tunnel to other protocol
535   * [core] forward SIGHUP only to lighttpd workers
536   * [mod_dirlisting] treat README and HEADER as paths (fixes #2818)
537   * [core] set one-shot mode fd O_NONBLOCK, FD_CLOEXEC
538   * [core] remove fdevent fcntl_set hook
539   * [mod_extforward] typo in comment
540   * [mod_cgi] add missing #include
541   * [core] fix invalid sizeof() identified by coverity
542   * [core] add missing #include
543   * [core] base_decls.h to quiet compiler warnings
544   * [core] set socket perms after bind, before listen
545   * [core] warn if backend server config contains '_'
546   * [mod_extforward] PROXY proto and SSL_CLIENT_VERIFY
547   * [core] workaround for AIX mmap define
548   * [mod_accesslog] flush access logs every 4 seconds
549   * [mod_cgi] fix bug to properly exec interpreter
550   * [mod_fastcgi] fix return when streaming min buffer
551   * [core] attempt to quiet coverity false positives
552   * [core] attempt to quiet coverity false positives
553   * [core] attempt to quiet compiler warning in LEDE
554   * [core] SIGCHLD handle_waitpid hook for modules
555   * [mod_rrdtool] handle_trigger returns HANDLER_GO_ON
556   * [mod_openssl] ssl.read-ahead="disable" for stream
557   * [mod_cgi] add FDEVENT_IN upon CGI exit
558   * [mod_cgi] omit cgi_handle_fdevent after proc exit
559   * [mod_webdav] check HAVE_UUID for -luuid
560   * [core] adjust li_rand_pseudo* interfaces
561   * [mod_wstunnel] fix config parsing bug
562   * [core] fdevent setsockopt() helper functions
563   * [core] make strftime_cache_get() 16-element cache
564   * [core] disable Nagle if streaming to backend
565   * [core] fix triggered assert on HTTP chunked input (fixes #2822)
566   * [mod_wstunnel] fix NULL ptr deref
567   * [algo_sha1] fix compile break and warnings
568   * [lemon] fix gcc implicit-fallthrough warning
569   * [core] URI scheme is case-insensitive
570   * [network] do not append port to unix socket paths
571   * [unittests] consolidate base64 test code
572   * [core] use sun_path for addr string for AF_UNIX (fixes #2826)
573   * [core] cleaner code; remove goto from network.c
574   * [core] /dev/stdin listener for inetd wait yes
575   * [core] compare listen addrs after DNS resolution
576   * [core] inline chunkqueue_is_empty()
577   * [core] limit use of TCP_CORK
578   * [core] return from http_response_read if small rd
579   * [core] gateways might Upgrade con before body read
580   * [mod_wstunnel] set Sec-WebSocket-Protocol if bin
581   * [mod_wstunnel] remove invalid appended '\0'
582   * [core] quiet coverity warning
583   * [core] handle fds pending close after poll timeout (fixes #2827)
584   * [core] fix $REQUEST_HEADER[...] parsing in config (#1556)
585   * [mod_dirlisting] custom js date parse func (fixes #2823)
586   * [core] remove fd interest if create_env returns
587   * [mod_openssl] copy data for larger SSL packets
588   * [mod_openssl] remove erroneous SSL_set_shutdown()
589   * [core] permit LF to end lines if !header-strict
590   * [core] add back REQUEST_SCHEME for backends
591   * [core] remove fdevent_sched_run from fdevent_libev (#2827)
592   * [mod_openssl] ssl.read-ahead="disable" by default
593   * [core] adjust parser for valid variable expansion
594   * [cmake] handle WITH_WEBDAV_LOCKS option
595   * [cmake] fix attr header detection and linking
596   * [cmake] link mod_cml with memcached
597   * [core] reproducible build: hide __DATE__ __TIME__ (fixes #2828)
598   * [core] perf: more efficient fdevent_sched_run()
599   * [core] translate DNS to IP str for cond socket cmp
601 - 1.4.45 - 2017-01-14
602   * [mod_cgi] skip local-redir handling if to self (fixes #2779, #2108)
603   * [mod_webdav] fix crash when plugin_ctx cleaned up (fixes #2780)
604   * [mod_fastcgi] detect child exit, restart proactively
605   * [mod_scgi] detect child exit, restart proactively
606   * [TLS] ssl.read-ahead = "disable" for low mem (fixes #2778)
608 - 1.4.44 - 2016-12-24
609   * [mod_scgi] fix segfault (fixes #2762)
610   * [mod_authn_gssapi] fix memory leak
611   * [config] warn if mod_authn_ldap,mysql not listed
612   * [mod_magnet] fix magnet_cgi_set() set of env vars (fixes #2763)
613   * [mod_cgi] FreeBSD 9.3/MacOSX does not have pipe2() (fixes #2765)
614   * [mod_extforward] fix crash on invalid IP (fixes #2766)
615   * [mod_fastcgi] fix segfault if all backends down (fixes #2768)
616   * [mod_cgi] fix out of sockets error for POST to CGI (fixes #2771)
617   * [mod_auth] compile fix for Mac OS X XCode (fixes #2772)
618   * [mod_authn_gssapi] better resource cleanup
619   * [core] compile fix for Mac OS X 10.6 (old) (fixes #2773)
620   * fix race in dynamic handler configs (reentrancy) (fixes #2774)
621   * [mod_authn_mysql] close mysql_conn in cleanup
622   * [mod_webdav] compile fix when locking not enabled
623   * load mod_auth & mod_authn_file in sample/test.conf
624   * comment out auth.backend.ldap.* in tests/*.conf
625   * [mod_fastcgi,mod_scgi] warn if invalid "bin-path"
626   * RAND_pseudo_bytes() is deprecated in openssl 1.1.0
627   * openssl 1.1.0 init and cleanup
628   * [mod_cgi] remove direct calls to network_backend*
629   * [build] build network_*.c into lighttpd executable
630   * suggest inclusion of mod_geoip... before mod_ssi.
631   * set systemd settings similar to lighttpd2
632   * [doc] remove reference to Linux rt-signals
633   * [mod_authn_gssapi] fix missing error ret, coverity
634   * [core] rename li_rand() to li_rand_pseudo_bytes()
635   * remove #include "stream.h" where not used
636   * [mod_cml] include lua headers before base.h
637   * [core] combine duplicated connection reset code
638   * [mod_ssi] produce content in subrequest hook
639   * [core] remove srv->entropy[]
640   * [core] defer li_rand_init() until first use
641   * [core] permit connection-level state in modules
642   * [mod_dirlisting] render dirlisting as HTML (fixes #2767)
643   * [mod_proxy] replace HTTP Host sent to backend (fixes #2770)
644   * [mod_ssi] basic recursive SSI include virtual (fixes #536)
645   * [mod_ssi] implement, ignore <!--#comment ... -->
646   * [core] consolidate duplicated read-to-close code
647   * [core] fix segfault when parsing a bad config file
648   * [core] support Transfer-Encoding: chunked req body (fixes #2156)
649   * [autobuild] set NO_RDYNAMIC=yes for midipix
650   * [mod_proxy] proxy.balance = "sticky" option (fixes #2117)
651   * [mod_secdownload] warn if SHA used w/o SSL crypto
652   * [build] compile fixes for AIX
653   * [build] check for pipe2() at configure time
654   * [mod_evhost] fix an incorrect error trace
655   * [tests] mark tests/docroot/www/*.pl scripts a+x
656   * [mod_cgi] fall back to pipe() if pipe2() fails
657   * fix SCons fullstatic build with glibc pthreads
658   * [TLS] openssl 1.1.0 makes SSL_OP_NO_SSLv2 no-op
660 - 1.4.43 - 2016-10-31
661   * [autobuild] remove mod_authn_gssapi dep on resolv
662   * [mod_deflate] ignore '*' in deflate.mimetypes
663   * [autobuild] omit module stubs when missing deps
664   * [TLS] openssl 1.1.0 hides struct bignum_st
665   * [autobuild] move http_cgi_ssl_env() for Mac OS X (fixes #2757)
666   * [core] use paccept() on NetBSD (replace accept4())
667   * [TLS] remote IP conditions are valid for TLS SNI (fixes #2272)
668   * [doc] lighttpd-angel.8 (fixes #2254)
669   * [cmake] build fcgi-auth, fcgi-responder for tests
670   * [mod_accesslog] %{ratio}n logs compression ratio (fixes #2133)
671   * [mod_deflate] skip deflate if loadavg too high (fixes #1505)
672   * [mod_expire] expire by mimetype (fixes #423)
673   * [mod_evhost] partial matching patterns (fixes #1194)
674   * build: use CC_FOR_BUILD for lemon when cross-compiling
675   * [mod_dirlisting] config header and readme files
676   * [config] warn if mod_authn_ldap,mysql not listed
677   * fix FastCGI, SCGI, proxy reconnect on failure
678   * [core] network_open_file_chunk() temp file opt
679   * [mod_rewrite] add more info in error log msg
680   * [core] fix fd leak when using libev (fixes #2761)
681   * [core] fix potential streaming tempfile corruption (fixes #2760)
682   * [mod_scgi] fix prefix matching to always match url
683   * [autobuild] adjust Makefile.am for FreeBSD
684   * [build] move some build scripts to scripts/
685   * [autotools] fix configure.ac for opensuse 13.2
687 - 1.4.42 - 2016-10-16
688   * [TLS] SSL_shutdown() only if handshake finished
689   * [mod_proxy,mod_scgi] shutdown remote only if local (#2743)
690   * [core] check if client half-closed TCP if POLLHUP (#2743)
691   * [core] enforce wait for POLLWR after EINPROGRESS (fixes #2744)
692   * [core] do not enter handler twice after read body
693   * [core] proxy,scgi omit shutdown() to backend (fixes #2743)
694   * [mod_dirlisting] dirlist does not handle POST
695   * [mod_dirlisting] js column sort for dirlist table (fixes #613, fixes #2315)
696   * [mod_auth] Digest auth fails after rewrite (fixes #2745)
697   * [mod_auth] refactor out auth backend code
698   * [mod_auth] extensible interface for auth backends
699   * [core] better DragonFlyBSD support (fixes #2746)
700   * [mod_auth] include base.h for USE_OPENSSL def
701   * [mod_auth] support CRYPT-MD5-NTLM algorithm (fixes #1743)
702   * [mod_auth] terminate salt for CRYPT-MD5-NTLM
703   * [core] fix crash if ready events on abandoned fd (fixes #2748)
704   * [mod_auth] http_auth_md5_hex2bin()
705   * [mod_auth] remove empty mod_auth.h
706   * [mod_auth] mod_authn_mysql.c MySQL auth backend (fixes #752, fixes #1845)
707   * [mod_cgi] permit CGI exec of unreadable files (fixes #2374)
708   * [mod_uploadprogress] add to default build
709   * [mod_geoip] add to default build (fixes #2705, fixes #2101, fixes #2092, fixes #2025, fixes #1962, fixes #1938)
710   * [mod_fastcgi] Authorizer support with Responder (fixes #321, fixes #322)
711   * [tests] test coverage for issues (#321, #322)
712   * dynamic handlers store debug flag in handler_ctx
713   * [mod_fastcgi] allow authorizer, responder for same path/ext (#321)
714   * backport mod_deflate to lighttpd 1.4 (fixes #1824, fixes #2753)
715   * [autobuild] test_configfile might need vector.c (fixes #2752)
716   * [mod_deflate] fix longjmp clobber compiler warning
717   * remove unused array type TYPE_COUNT data_count
718   * [mod_auth] structured data, register auth schemes
719   * [mod_auth] mod_authn_gssapi Kerberos auth backend (fixes #1899)
720   * [autobuild] skip two new tests if no fcgi-auth
721   * [SCons] define with_krb5 for SCons build
722   * [SCons] fix syntax error in SConstruct
723   * [SCons] define with_geoip for SCons build
724   * [CMake] fix clang -Wcast-align warnings in lemon.c
725   * remove excess initializers (fix compiler warnings)
726   * fix errors detected by Coverity Scan
727   * performance: use Linux extended syscalls and flags
728   * [mod_scgi] add uwsgi protocol support
729   * [mod_auth] refactor LDAP code into smaller funcs
730   * [mod_auth] HTTP Basic auth backends also do authz (#1817)
731   * [mod_auth] ldap filter subst user for multiple '$' (fixes #1508)
732   * [mod_auth] permit specifying ldap DN; skip search (fixes #1248)
733   * [autobuild] update module/feature report
734   * [cmake] build mod_authn_gssapi if WITH_KRB5
735   * [mod_auth] fix printing of IP in error trace
736   * [mod_mysql_vhost] support multiple '?' replacement (fixes #2163)
737   * [core] make server.max-request-size scopeable (#1901)
738   * [core] server.max-request-field-size (fixes #2130)
739   * [core] optional condition in config "else" clause (fixes #1268)
740   * [core] restrict where config "else" clauses occur (#1268)
741   * silence warnings from clang ccc-analyzer
742   * consistent, shared code to create CGI env
743   * [TLS] replace env entries in https_add_ssl_entries
744   * [TLS] set SSL_CLIENT_M_SERIAL w/ client cert SN (fixes #2268)
745   * [TLS] set SSL_CLIENT_VERIFY w/ client cert (#1288, #2693)
746   * [TLS] set SSL_PROTOCOL, SSL_CIPHER* (fixes #2511)
747   * [core] rand.[ch] to use better RNGs when available
748   * [mod_cgi] fix pipe_cloexec() when no O_CLOEXEC
749   * ignore return value from fcntl() FD_CLOEXEC
750   * build w/o compiler warnings if no zlib or bz2lib
752 - 1.4.41 - 2016-07-31
753   * remove long-deprecated, non-functional config opts
754   * [config] inherit server.use-ipv6 and server.set-v6only (fixes #678)
755   * [mod_auth] fix Digest auth to be better than Basic (fixes #1844)
756   * [mod_ssi] fix #config sizefmt="bytes"
757   * [autobuild] move inet_pton detection later
758   * [core] #include <sys/filio.h> for FIONREAD (fixes #2726)
759   * [autobuild] clock_gettime() -lrt with glibc < 2.17
760   * [security] do not emit HTTP_PROXY to CGI env
761   * [build_cmake] clock_gettime() -lrt w/ glibc < 2.17 (fixes #2737)
762   * [core] avoid spurious trace and error abort
763   * [core] stay in CON_STATE_CLOSE until done with req
764   * [core] $HTTP["remoteip"] must handle IPv6 w/o []
765   * [mod_status] show keep-alive status w/ text output (fixes #2740)
766   * do not set REDIRECT_URI in mod_magnet, mod_rewrite (#2738)
767   * revert 1.4.40 swap of REQUEST_URI, REDIRECT_URI (fixes #2738)
768   * [core] permit IPv6 address scope identifier
769   * [TLS] better handling of SSL_ERROR_WANT_READ/WRITE
770   * [TLS] read all available records from SSL_read()
771   * [core] try AF_INET after AF_INET6 if use-ipv6
772   * [core] set chunkqueue tempdirs at startup
773   * [security] ensure gid != 0 if server.username set (fixes #2725)
774   * [security] disable stat_cache if !follow-symlink (fixes #2724)
775   * [core] fix buffer_copy_string_hex() assert (fixes #2742)
776   * [security] encode quoting chars in HTML and XML
777   * [cmake] always define _GNU_SOURCE
778   * [cmake] enable warnings for GCC and Clang
779   * [cmake] set cmake_minimum_required to 2.8.2
781 - 1.4.40 - 2016-07-16
782   * [mod_ssi] enhance support for ssi vars (thx fbrosson)
783   * add handling for lua 5.2 and 5.3 (fixes #2674)
784   * use libmemcached instead of deprecated libmemcache
785   * add force_assert for more allocation results
786   * [mod_cgi] use MAP_PRIVATE to mmap temporary file (fixes #2715)
787   * [core] do not send SIGHUP to process group unless server.max-workers is used (fixes #2711)
788   * [mod_cgi] edge case chdir "/" when docroot "/" (fixes #2460)
789   * [mod_cgi] issue trace and exit if execve() fails (closes #2302)
790   * [configparser] don't continue after parse error (fixes #2717)
791   * [core] never evaluate else branches until the previous branches are ready (fixes #2598)
792   * [core] fix conditional cache handling
793   * [core] improve conditional enabling (thx Gwenlliana, #2598)
794   * [mod_compress] case-insensitive content-codings (fixes #2645)
795   * [plugins] don't include dlfcn.h if not needed (fixes #2548)
796   * [mod_fastcgi] 404 for X-Sendfile file not found (fixes #2474)
797   * [mod_cgi] send 500 if CGI ends and there is no response (fixes #2542)
798   * [mod_cgi] consolidate CGI cleanup code
799   * [mod_cgi] simplify mod_cgi_handle_subrequest()
800   * [mod_cgi] kill CGI if fail to write request body
801   * [mod_proxy] use case-insensitive comparision to filter headers, send Connection: Close to backend (fixes #421)
802   * [mod_dirlisting] dir-listing.hide-dotfiles = "enabled" by default (fixes #1081)
803   * [mod_secdownload] fix buffer overflow in secdl_verify_mac (reported by Fortify Open Review Project)
804   * [mod_fastcgi,mod_scgi] fix leaking file-descriptor when backend spawning failed (reported by Fortify Open Review Project)
805   * [core] improve array API to prevent memory leaks
806   * [core] refactor array search; raise array size limit to SSIZE_MAX
807   * [core] fix memory leak in configparser_merge_data
808   * [core] provide array_extract_element and use it
809   * [core] configparser: error on duplicate keys in array merge (fixes #2685)
810   * [core] more careful parse of $SERVER["socket"] config str (prepare #2204)
811   * [core] accept $SERVER["socket"] without port, use server.port as fallback (fixes #2204)
812   * [mod_magnet] define lua_pushglobaltable (for lua5.1) and use it (fixes #2719)
813   * [ssl] support disabling ssl.verifyclient.activate in SNI callback (fixes #2531)
814   * restart (some) syscalls after SIGCHLD interrupted them; should fix LDAP problems (fixes #2464)
815   * [core] log remote address on request timeouts (fixes #652)
816   * [autobuild] use AC_CANONICAL_HOST instead of AC_CANONICAL_TARGET (fixes #1866)
817   * [core] fix request_start in keep-alive requests to mark time when received first byte (fixes #2412)
818   * [core] truncate pidfile on exit (fixes #2695)
819   * consistent inclusion of config.h at top of files (fixes #2073)
820   * [core] add generic vector implementation
821   * [core] replace array weakref with vector
822   * [base64] fix crash due to broken force_assert
823   * [unittests] add test_buffer and test_base64 unit tests
824   * [buffer] refactor buffer_path_simplify (fixes #2560)
825   * validate return values from strtol, strtoul (fixes #2564)
826   * [mod_ssi] Add SSI vars SCRIPT_{URI,URL} and REQUEST_SCHEME (fixes #2721)
827   * [config] warn if server.upload-dirs has non-existent dirs (fixes #2508)
828   * [mod_proxy] accept LF delimited headers, not just CRLF (fixes #2594)
829   * [core] wait for grandchild to be ready when daemonizing (fixes #2712, thx pasdVn)
830   * [core] respond 411 Length Required if request has Transfer-Encoding: chunked (fixes #631)
831   * [core] fixed the loading for default modules if they are specified explicitly
832   * [core] lighttpd -tt performs preflight startup checks (fixes #411)
833   * [stat] mimetype.xattr-name global config option (fixes #2631)
834   * [mod_webdav] allow Depth: Infinity lock on file (fixes #2296)
835   * [mod_status] use snprintf() instead of sprintf()
836   * pass buf size to li_tohex()
837   * use li_[iu]tostrn() instead of li_[iu]tostr()
838   * [stream] fstat() after open() to obtain file size
839   * [core] clean up srv before exiting for lighttpd -[vVh]
840   * [mod_fastcgi,mod_scgi] check for spawning on same unix socket (fixes #319)
841   * [mod_cgi] always set QUERY_STRING (fixes #1339)
842   * [mod_auth] send charset="UTF-8" in WWW-Authenticate (fixes #1468)
843   * [mod_magnet] rename var for clarity (fixes #1483)
844   * [mod_extforward] reset cond_cache for scheme (fixes #1499)
845   * [mod_webdav] readdir POSIX compat (fixes #1826)
846   * [mod_expire] reset caching response headers for error docs (fixes #1919)
847   * [mod_status] page refresh option (fixes #2170)
848   * [mod_status] table w/ count of con states (fixes #2427)
849   * [mod_dirlisting] class for dir <tr> (fixes #2304)
850   * [core] define __STDC_WANT_LIB_EXT1__ (fixes #2722)
851   * [core] setrlimit max-fds <= rlim_max for non-root (fixes #2723)
852   * [mod_ssi] config ssi.conditional-requests
853   * [mod_ssi] config ssi.exec (fixes #2051)
854   * [mod_redirect,mod_rewrite] short-circuit if blank replacement (fixes #2085)
855   * [mod_indexfile] save physical path to env (fixes #448, #892)
856   * [core] open fd when appending file to cq (fixes #2655)
857   * [config] server.listen-backlog option (fixes #1825, #2116)
858   * [core] retry tempdirs on partial write, ENOSPC (fixes #2588)
859   * [core] compile with upcoming openssl 1.1.0 release (fixes #2727)
860   * [core] improve dynamic handler control flow logic
861   * [core] defer reading request body until handle subrequest (fixes #2541)
862   * [core] always poll for client POLLHUP/POLLERR events (fixes #399)
863   * [mod_fastcgi,mod_scgi,mod_proxy] handlers can read response before sending req body (fixes #131, #2566)
864   * [mod_cgi] asynchronous send of request body to CGI
865   * [core] compile with upcoming openssl 1.1.0 release (fixes #2727)
866   * [core] set REDIRECT_STATUS to error_handler_saved_status (fixes #1828)
867   * [core] server.error-handler new directive for error pages (fixes #2702)
868   * [core] support IPv6 in $HTTP["remote-ip"] CIDR cond match (fixes #2706)
869   * [core] http_response_send_file() shared code (#2017)
870   * [mod_fastcgi] use http_response_xsendfile() (fixes #799, fixes #851, fixes #2017, fixes #2076)
871   * [mod_scgi] X-Sendfile feature (fixes #2253)
872   * [mod_cgi] X-Sendfile feature (fixes #2313)
873   * [mod_webdav] lseek,read if fs can not mmap (#2666, fixes #962)
874   * [mod_compress] use mmap and trap SIGBUS (#2666, fixes #1879)
875   * fallback to lseek()/read() if mmap() fails (#fixes 2666)
876   * [mod_auth] skip blank lines and comment lines (fixes #2327)
877   * [core] fallback to write if sendfile not supported (fixes #471, #987)
878   * [core] preserve PATH_INFO case on case-insensitive fs (fixes #406)
879   * [mod_ssi, mod_cml] set DOCUMENT_ROOT to basedir (fixes #2383)
880   * [core] cmd line opt to shutdown after idle time limit (fixes #2696)
881   * [core] lighttpd -1 handles single request on stdin socket (fixes #1584)
882   * [mod_fastcgi,mod_scgi] IPv6 support (fixes #2372)
883   * [mod_status] add JSON output option (fixed #2432)
884   * [mod_webdav] map COPY/MOVE Destination to aliases (fixes #1787)
885   * [mod_webdav] improve PROPFIND,PROPPATCH (#1818, #1953)
886   * [core] reset response headers, write_queue for error docs
887   * build with libressl
888   * static build instructions using SCons or make
889   * [mod_auth] preserve WWW-Authenticate for error docs (fixes #2730)
890   * check close() return code after writing to file
891   * adjustments for openssl 1.1.0 pre-release
892   * [config] support include file glob (fixes #1221)
893   * [mod_evasive] 302 redirect option if limit reached (fixes #2199)
894   * [build] enhancements for cross-compiling (fixes #2276)
895   * [mod_accesslog] report aborted con state with %X (fixes #1890)
896   * [mod_ssi] fix SSI statement parser
897   * [mod_ssi] include relative to alias,userdir (fixes #222)
898   * [mod_ssi] add PCRE_* options to constrain regex
899   * [mod_ssi] more flexible quoting (fixes #1768)
900   * [core] wrap IPv6 literal in "[]" in redirect URL
901   * [mod_ssi] fix parse of tag across buf boundary (fixes #2732)
902   * [mod_cgi,mod_scgi] X-Sendfile sets file_started (fixes #2733)
903   * [mod_fastcgi] no chunked response w/ X-Sendfile (fixes #2733)
904   * [config] opts for http header parsing strictness (fixes #551, fixes #1086, fixes #1184, fixes #2143, #2258, #2281, fixes #946, fixes #1330, fixes #602, #1016)
905   * [config] normalize IP strings in lighttpd.conf
906   * [build_cmake] use MODULE on Mac OS X (fixes #1761)
907   * [config] server.bsd-accept-filter option
908   * [mod_webdav] create file w/ LOCK request if ENOENT
909   * [core] buffer large responses to tempfiles (fixes #758, fixes #760, fixes #933, fixes #1387, #1283, fixes #2083)
910   * [core] stream response to client (#949)
911   * [TLS] release openssl buffers as used (fixes #1265, fixes #1283, #881)
912   * [config] config options to stream request/response (#949, #376)
913   * [core] option to stream request body to backend (fixes #376)
914   * [core] option to stream response body to client (fixes #949, #760, #1283, #1387)
915   * drain backend socket/pipe bufs upon FDEVENT_HUP
916   * remove excess calls to joblist_append()
917   * defer choosing "Transfer-Encoding: chunked"
918   * asynchronous, bidirectional streaming options
919   * fix errors detected by Coverity Scan
920   * [cygwin] fix mod_proxy and mod_fastcgi ioctl use
921   * [mod_webdav] remove excess SQL param to UNLOCK
922   * graceful shutdown without unnecessary 1 sec delay
923   * [core] disable Nagle algorithm (TCP_NODELAY)
924   * [core] add declarations to fdevent.h (#2373)
925   * [tests] remove dependency on CGI.pm
926   * [TLS] fix return value checks during cert init
927   * [core] fix server.max-request-size to be precise (fixes #2131)
928   * [mod_webdav] fix proppatch mem leak, other fixes (#fixes 1334, #fixes 2000)
929   * [autobuild] CMake check for struct tm tm_gmtoff (fixes #2014)
930   * [mod_uploadprogress] fix mem leak (#1858)
931   * [core] make server.max-request-size scopeable (fixes #1901)
932   * [mod_fastcgi,mod_scgi] check for spawning on same unix socket (#319)
933   * [mod_accesslog] %a %A %C %D %k %{}t %{}T (fixes #1145, fixes #1415, fixes #2081)
934   * [mod_access] new directive url.access-allow (fixes #1421)
935   * [core] fdevent_libev: update use of ev_timer
936   * [mod_cgi] handle local redirect response (fixes #2108)
938 - 1.4.39 - 2016-01-02
939   * [core] fix memset_s call (fixes #2698)
940   * [chunk] fix use after free / double free (fixes #2700)
942 - 1.4.38 - 2015-12-05
943   * [stat-cache] fix handling of collisions, might have returned wrong data (fixes #2669)
944   * [core] allocate at least 4k buffer for incoming data
945   * [core] fix search for header end if split across chunks (fixes #2670)
946   * [core] check configparserAlloc() result with force_assert
947   * [mod_auth] implement and use safe_memclear, using memset_s or explicit_bzero if available (thx loganaden)
948   * [core] don't buffer request bodies smaller than 64k on disk
949   * add force_assert for many allocations and function results
950   * [mod_secdownload] use a hopefully constant time comparison to check hash (fixes #2679)
951   * [config] check config option scope; warn if server option is given in conditional
952   * [core] revert increase of temp file size back to 1MB, provide a configure option "server.upload-temp-file-size" instead (fixes #2680)
953   * [core] add '~' to safe characters in ENCODING_REL_URI/ENCODING_REL_URI_PART encoding
954   * [core] encode path with ENCODING_REL_URI in redirect to directory (fixes #2661, thx gstrauss)
955   * [mod_secdownload] add required algorithm option; old behaviour available as "md5", new options "hmac-sha1" and "hmac-sha256"
956   * [mod_fastcgi/mod_scgi] zero sockaddr structs before use (fixes #2691, thx Kyle J. McKay)
957   * [network] add darwin-sendfile backend (fixes #2687, thx Kyle J. McKay)
958   * [core] show correct crypt support result (fixes #2690, thx Kyle J. McKay)
960 - 1.4.37 - 2015-08-30
961   * [mod_proxy] remove debug log line from error log (fixes #2659)
962   * [mod_dirlisting] fix dir-listing.set-footer not showing
963   * fix out-of-filedescriptors when uploading "large" files (fixes #2660, thx rmilecki)
964   * increase upload temporary chunk file size from 1MB to 16MB
965   * fix undefined integer shift
966   * rewrite network sendfile/mmap/writev/write backends
967   * fix some unchecked return value warnings
968   * [kqueue] fix kevent call
969   * [autoconf] define HAVE_CRYPT when crypt() is present
970   * [bsd xattr] fix compile break with BSD extended attributes in stat_cache
971   * [mod_cgi] rewrite mmap and generic (post body) send error handling
972   * [mmap] fix mmap alignment
973   * [plugins] when modules are linked statically still only load the modules given in the config
974   * [mmap] handle SIGBUS in network; those get triggered if the file gets smaller during reading
975   * fix some warnings found by coverity ("leak" in setup phase, not catching too long unix socket paths in mod_proxy)
977 - 1.4.36 - 2015-07-26
978   * use keep-alive timeout while waiting for HTTP headers; use always the read timeout while waiting for the HTTP body
979   * fix bad shift in conditional netmask ".../0" handling
980   * add more mime types and a script to generate mime.conf (fixes #2579)
981   * add support for (Free)BSD extended attributes
982   * [build] use fortify flags with "extra-warnings"
983   * [mod_dirlisting,mod_redirect,mod_rewrite] abort config parsing if pcre-compile fails or isn't available
984   * [ssl] disable SSL3.0 by default
985   * fixed typo in example config found by openSUSE user (boo# 907709)
986   * [network] fix compile break in calculation of sockaddr_un size if SUN_LEN is not defined (fixes #2609)
987   * [connections] fix bug in connection state handling
988   * print backtrace in assert logging with libunwind
989   * major refactoring of internal buffer/chunk handling
990   * [mod_auth] use crypt_r instead of crypt if available
991   * fix error message for T_CONFIG_ARRAY config values if an entry value is not a string
992   * fix segfaults in many plugins if they failed configuration
993   * escape all strings for logging (fixes #2646 log file injection, reported by Jaanus Kääp)
994   * fix hex escape in accesslog (fixes #2559)
995   * show extforward re-run warning only with debug.log-request-handling (fixes #2561)
996   * parse If-None-Match for ETag validation (fixes #2578)
997   * fix memory leak in mod_status when no counters are set (found by coverity)
998   * [mod_magnet] fix segfault when accessing not existing lighty.req_env[] entry (found by coverity)
999   * fix segfault when temp file for upload couldn't be created (found by coverity)
1000   * mime.conf: add some new mime types, remove .dat, .sha1, .md5, update .vcf
1001   * [mod_proxy] add unix domain socket support (fixes #2653)
1002   * [configfile] fix reading uninitialized variable (found by Willian B.)
1004 - 1.4.35 - 2014-03-12
1005   * [network/ssl] fix build error if TLSEXT is disabled
1006   * [mod_fastcgi] fix use after free (only triggered if fastcgi debug is active)
1007   * [mod_rrdtool] fix invalid read (string not null terminated)
1008   * [mod_dirlisting] fix memory leak if pcre fails
1009   * [mod_fastcgi,mod_scgi] fix resource leaks on spawning backends
1010   * [mod_magnet] fix memory leak
1011   * add comments for switch fall throughs
1012   * remove logical dead code
1013   * [buffer] fix length check in buffer_is_equal_right_len
1014   * fix resource leaks in error cases on config parsing and other initializations
1015   * add force_assert() to enforce assertions as simple assert()s are disabled by -DNDEBUG (fixes #2546)
1016   * [mod_cml_lua] fix null pointer dereference
1017   * force assertion: setting FD_CLOEXEC must work (if available)
1018   * [network] check return value of lseek()
1019   * fix unchecked return values from stream_open/stat_cache_get_entry
1020   * [mod_webdav] fix logic error in handling file creation error
1021   * check length of unix domain socket filenames
1022   * fix SQL injection / host name validation (thx Jann Horn)
1024 - 1.4.34 - 2014-01-20
1025   * [mod_auth] explicitly link ssl for SHA1 (fixes #2517)
1026   * [mod_extforward] fix compilation without IPv6, (not) using undefined var (fixes #2515, thx mm)
1027   * [ssl] fix SNI handling; only use key+cert from SNI specific config (fixes #2525, CVE-2013-4508)
1028   * [doc] update ssl.cipher-list recommendation
1029   * [stat-cache] FAM: fix use after free (CVE-2013-4560)
1030   * [stat-cache] fix FAM cleanup/fdevent handling
1031   * [core] check success of setuid,setgid,setgroups (CVE-2013-4559)
1032   * [ssl] fix regression from CVE-2013-4508 (client-cert sessions were broken)
1033   * maintain physical.basedir (the "acting" doc-root as prefix of physical.path) in more places
1034   * [core] decode URL before rewrite, enabling it to work in $HTTP["url"] conditionals (fixes #2526)
1035   * [auto* build] remove -no-undefined from linker flags, as we actually link modules with undefined symbols (fixes #2533)
1036   * [mod_mysql_vhost] fix memory leak on config init (#2530)
1037   * [mod_webdav] fix fd leak found with parfait (fixes #2530, thx kukackajiri)
1039 - 1.4.33 - 2013-09-27
1040   * mod_fastcgi: fix mix up of "mode" => "authorizer" in other fastcgi configs (fixes #2465, thx peex)
1041   * fix handling of If-Modified-Since if If-None-Match is present (don't return 412 for date parsing errors);
1042     follow current draft for HTTP/1.1, which tells us to ignore If-Modified-Since if we have matching etags.
1043   * [mod_fastcgi,log] support multi line logging (fixes #2252)
1044   * call ERR_clear_error only for ssl connections in CON_STATE_ERROR
1045   * reject non ASCII characters in HTTP header names
1046   * [mod_auth] use crypt() on encrypted password instead of extracting salt first (fixes #2483)
1047   * [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.
1048   * [mod_auth] fix base64_decode (#2484)
1049   * fix some bugs found with canalyze (fixes #2484, thx Zhenbo Xu)
1050   * fix undefined stuff found with clang
1051   * [cmake] Use TARGET_LINK_LIBRARIES instead of LINK_FLAGS for library dependencies, also add -Wl,--as-needed to extra warnings (fixes #2448)
1052   * [mod_auth] fix invalid read in digest qop=auth-int handling (fixes #2478)
1053   * [auto* build] simplify autogen.sh, handle automake 1.13 test running (fixes #2490)
1054   * [mod_userdir] add userdir.active option, "enabled" by default
1055   * [core] return 501 Not Implemented in static file mode for all methods except GET/POST/HEAD/OPTIONS
1056   * [core] recognize more http methods to forward to backends (fixes #2346)
1057   * [ssl] use DH only if openssl supports it (fixes #2479)
1058   * [network] use constants available at compile time for maximum number of chunks for writev instead of calling sysconf (fixes #2470)
1059   * [ssl] Fix $HTTP["scheme"] conditional, could be "http" for ssl connections if the ssl $SERVER["socket"] conditional was nested (fixes #2501)
1060   * [ssl] accept ssl renegotiations if they are not disabled (fixes #2491)
1061   * [ssl] add option ssl.empty-fragments, defaulting to disabled (fixes #2492)
1062   * [auth] put REMOTE_USER into cgi environment, making it accessible to lua via lighty.req_env (fixes #2495)
1063   * [auth] new method "extern" to use already present REMOTE_USER (from magnet, ssl, ...) (fixes #2436)
1064   * [core] remove requirement that default doc-root has to exist, there are reasonable scenarios not requiring static files at all
1065   * [core] check whether server.chroot exists
1066   * [mod_simple_vhost] fix cache; skip module if simple-vhost.server-root is empty (thx rm for reporting)
1067   * [mod_accesslog] add accesslog.syslog-level option (fixes #2480)
1068   * [core] allow files to be used as document-root (fixes #2475)
1069   * [core] set signal handlers before forking child processes in modules/plugins_call_set_defaults (fixes #2502)
1071 - 1.4.32 - 2012-11-21
1072   * Code cleanup with clang/sparse (fixes #2437, thx kibi)
1073   * Ignore EPIPE/ECONNRESET after SSL_shutdown
1074   * Handle ENAMETOOLONG, return 404 Not Found (fixes #2396, thx dererkazo)
1075   * configure.ac: remove old stuff, add some new to fix warnings in automake 1.12 (fixes #2419, thx blino)
1076   * add PATCH method (fixes #2424)
1077   * fix :port handling in $HTTP["host"] checks (fixes #2135. thx liming)
1078   * network_server_init: fix double free and memleak on error (fixes #2440, thx kyprizel)
1079   * detect "x-gzip"/"x-bzip2" as separate encodings, more strict encoding matching (fixes #2443)
1080   * tests: make sure mod_proxy doesn't leave running processes (fixes #2435, thx kibi)
1081   * mod_extforward: log address of untrusted proxy with debug.log-request-handling
1082   * fix DoS in Connection header value split (reported by Jesse Sipprell, CVE-2012-5533)
1083   * remove whitespace at end of header keys
1085 - 1.4.31 - 2012-05-31
1086   * [ssl] fix segfault in counting renegotiations for openssl versions without TLSEXT/SNI (thx carpii for reporting)
1087   * Move fdevent subsystem includes to implementation files to reduce conflicts (fixes #2373)
1088   * [mod_compress] fix handling if etags are disabled but cache-dir is set - may lead to double response
1089   * disable mmap by default (fixes #2391)
1090   * buffer_caseless_compare: always convert letters to lowercase to get transitive results, fixing array lookups (fixes #2405)
1091   * Fix handling of empty header list entries in http_request_split_value, fixing invalid read in valgrind (fixes #2413)
1092   * Fix access log escaping of " and \\ (fixes #1551)
1093   * [mod_auth] Fix digest "md5-sess" implementation (Errata ID 1649, RFC 2617) (fixes #2410)
1094   * [auth] Add "AUTH_TYPE" environment (for *cgi), remove fastcgi specific workaround, add fastcgi test case (fixes #889)
1095   * [mod_*cgi,mod_accesslog] Fix splitting :port with ipv6 (fixes #2333, thx simoncpu)
1096   * Detect multiple -f options: show error message instead of assert (fixes #2416)
1097   * [mod_extforward] Support ipv6 addresses (fixes #1889)
1098   * [mod_redirect] Support url.redirect-code option (fixes #2247)
1099   * Fix --enable-mmap handling in configure.ac
1101 - 1.4.30 - 2011-12-18
1102   * Always use our 'own' md5 implementation, fixes linking issues on MacOS (fixes #2331)
1103   * Limit amount of bytes we send in one go; fixes stalling in one connection and timeouts on slow systems.
1104   * [ssl] fix build errors when Elliptic-Curve Diffie-Hellman is disabled
1105   * Add static-file.disable-pathinfo option to prevent handling of urls like .../secret.php/image.jpg as static file
1106   * Don't overwrite 401 (auth required) with 501 (unknown method) (fixes #2341)
1107   * Fix mod_status bug: always showed "0/0" in the "Read" column for uploads (fixes #2351)
1108   * [mod_auth] Fix signedness error in http_auth (fixes #2370, CVE-2011-4362)
1109   * [ssl] count renegotiations to prevent client renegotiations
1110   * [ssl] add option to honor server cipher order (fixes #2364, BEAST attack)
1111   * [core] accept dots in ipv6 addresses in host header (fixes #2359)
1112   * [ssl] fix ssl connection aborts if files are larger than the MAX_WRITE_LIMIT (256kb)
1113   * [libev/cgi] fix waitpid ECHILD errors in cgi with libev (fixes #2324)
1115 - 1.4.29 - 2011-07-03
1116   * Fix mod_proxy waiting for response even if content-length is 0 (fixes #2259)
1117   * Silence annoying "connection closed: poll() -> ERR" error.log message (fixes #2257)
1118   * mod_cgi: make read buffer as big as incoming data block
1119   * [build] Fix detection of libev (fixes #2300)
1120   * ssl: Support for Diffie-Hellman and Elliptic-Curve Diffie-Hellman key exchange (fixes #2301)
1121          add ssl.use-sslv3 (fixes #2246)
1122          load all algorithms (fixes #2239)
1123   * [ssl/md5] prefix our own md5 implementation with li_ so it doesn't conflict with the openssl one (fixes #2269)
1124   * [ssl/build] some minor fixes; fix compile without ssl, cleanup ssl config buffers
1125   * [proc,include_shell] log error if exec shell fails (fixes #2280)
1126   * [*cgi] Use physical base dir (alias, userdir) as DOCUMENT_ROOT in cgi environments (fixes #2216)
1127   * [doc] Move docs to outdated/ subdir and refer to wiki instead (fixes #2248)
1128   * fdevent: add solaris eventports (fixes #2171)
1130 - 1.4.28 - 2010-08-22
1131   * Rename fdevent_event_add to _set to reflect what the function does. Fix some handlers. (fixes #2249)
1132   * Fix buffer.h to include stdio.h as it is needer for SEGFAULT() (fixes #2250)
1134 - 1.4.27 - 2010-08-13
1135   * Fix handling return value of SSL_CTX_set_options (fixes #2157, thx mlcreech)
1136   * Fix mod_proxy HUP handling (send final chunk, fix usage counter)
1137   * mod_proxy: close connection on write error (fixes #2114)
1138   * Check uri instead of physical path for directory redirect
1139   * Fix detecting git repository (fixes #2173, thx ncopa)
1140   * [mod_compress] Fix segfault when etags are disabled (fixes #2169)
1141   * Reset uri.authority before TLS servername handling, reset all "keep-alive" data in connection_del (fixes #2125)
1142   * Print double quotes properly when dumping config file (fixes #1806)
1143   * Include IP addresses on error log on password failures (fixes #2191)
1144   * Fix stalls while reading from ssl sockets (fixes #2197)
1145   * Fix etag formatting on boxes with 32-bit longs
1146   * Fix two compiler warnings
1147   * mod_accesslog: fix %p for ipv6 sockets (fixes #2228, thx jo.henke)
1148   * mod_fastcgi: Send 502 "Bad Gateway" if we couldn't open the file for X-Sendfile (fixes #2226)
1149   * mod_staticfile: add debug output if we ignore a file with static-file.exclude-extensions (fixes #2215)
1150   * mod_cgi: fix race condition leaving response not forwarded to client (fixes #2217)
1151   * mod_accesslog: Fix var declarations mixed in source (fixes #2233)
1152   * mod_status: Add version to status page (fixes #2219)
1153   * mod_accesslog: optimize accesslog_append_escaped (fixes #2236, thx crypt)
1154   * openssl: silence annoying error messages for errno==0 (fixes #2213)
1155   * 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)
1156   * add check to stop loading plugins twice
1157   * cleanup fdevent code, removed linux-rtsig handler, replaced some fprintf calls
1158   * only require FDEVENT_IN bit to be set for listening connections (fixes #2227)
1159   * add libev fdevent handler: server.event-handler = "libev"
1160   * mod_proxy: return response as soon as it is available (fixes #2196)
1161   * don't overwrite global server.force-lowercase-filenames setting (fixes #2042)
1162   * bind to IPV6-only if ipv6 address was specified (https://redmine.lighttpd.net/projects/lighttpd/wiki/IPv6-Config)
1164 - 1.4.26 - 2010-02-07
1165   * Fix request parser to handle packets with splitted \r\n\r\n (fixes #2105)
1166   * Remove dependency on automake >= 1.11 with m4_ifdef check
1167   * mod_accesslog: support %e (fixes #2113, thx presbrey)
1168   * Fix mod_cgi cgi.execute-x-only option in global block
1169   * mod_fastcgi: x-sendfile2 parse error debugging
1170   * Fix mod_proxy dead host detection if connect() fails
1171   * Fix fd leaks in mod_cgi (fds not closed on pipe/fork failures, found by Rodrigo, fixes #2158, #2159)
1172   * Fix segfault with broken rewrite/redirect patterns (fixes #2140, found by crypt)
1173   * Append to previous buffer in con read, fix DoS/OOM vulnerability (fixes #2147, found by liming, CVE-2010-0295)
1174   * Fix HUP detection in close-state if event-backend doesn't support FDEVENT_HUP (like select or poll on FreeBSD)
1176 - 1.4.25 - 2009-11-21
1177   * mod_magnet: fix pairs() for normal tables and strings (fixes #1307)
1178   * mod_magnet: add traceback for printing lua errors
1179   * mod_rewrite: fix compile error if compiled without pcre
1180   * disable warning "CLOSE-read" (fixes #2091)
1181   * mod_rrdtool: fix creating file if it doesn't exist (#1788)
1182   * reset tlsext_server_name in connection_reset - fixes random hostnames in the $HTTP["host"] conditional
1183   * export some SSL_CLIENT_* vars for client cert validation (fixes #1288, thx presbrey)
1184   * mod_fastcgi: fix mod_fastcgi packet parsing
1185   * mod_fastcgi: Don't reconnect after connect() succeeded (fixes #2096)
1186   * Fix configure.ac to allow autoreconf, also enables make V=0
1188 - 1.4.24 - 2009-10-25
1189   * Add T_CONFIG_INT for bigger integers from the config (needed for #1966)
1190   * Use unsigned int (and T_CONFIG_INT) for max_request_size
1191   * Use unsigned int for secdownload.timeout (fixes #1966)
1192   * Keep url/host values from connection to display information while keep-alive in mod_status (fixes #1202)
1193   * Add server.breakagelog, a "special" stderr (fixes #1863)
1194   * Fix config evaluation for debug.log-timeouts option (#1529)
1195   * Add "cgi.execute-x-only" to mod_cgi, requires +x for cgi scripts (fixes #2013)
1196   * Fix FD_SETSIZE comparision warnings
1197   * Add "lua-5.1" to searched pkg-config names for lua
1198   * Fix unused function webdav_lockdiscovery in mod_webdav
1199   * cmake: Fix crypt lib check
1200   * cmake: Add -export-dynamic to link flags, fixes build on FreeBSD
1201   * Set FD_CLOEXEC for bound sockets before pipe-logger forks (fixes #2026)
1202   * Reset ignored signals to SIG_DFL before exec() in fastcgi/scgi (fixes #2029)
1203   * Show "no uri specified -> 400" error only when "debug.log-request-header-on-error" is enabled (fixes #2030)
1204   * Fix hanging connection in mod_scgi (fixes #2024)
1205   * Allow digits in hostnames in more places (fixes #1148)
1206   * Use connection_reset instead of handle_request_done for cleanup callbacks
1207   * Change mod_expire to append Cache-Control instead of overwriting it (fixes #1997)
1208   * Allow all comparisons for $SERVER["socket"] - only bind for "=="
1209   * Remove strptime failed message (fixes #2031)
1210   * Fix issues found with clang analyzer
1211   * Try to fix server.tag issue with localized svnversion
1212   * Fix handling network-write return values (#2024)
1213   * Use disable-time in fastcgi for all disables after errors, default is 1sec (fixes #2040)
1214   * Remove adaptive spawning code from fastcgi (was disabled for a long time)
1215   * Allow mod_mysql_vhost to use stored procedures (fixes #2011, thx Ben Brown)
1216   * Fix ipv6 in mod_proxy (fixes #2043)
1217   * Print errors from include_shell to stderr
1218   * Set tm.tm_isdst = 0 before mktime() (fixes #2047)
1219   * Use linux-epoll by default if available (fixes #2021, thx Olaf van der Spek)
1220   * Print an error if you use too many captures in a regex pattern (fixes #2059)
1221   * Combine Cache-Control header value in mod_expire to existing HTTP header if header already added by other modules (fixes #2068)
1222   * Remember keep-alive-idle in separate variable (fixes #1988)
1223   * Fix header inclusion order, always include "config.h" before any system header
1224   * mod_webdav: Patch to skip login information for domain part of Destination field (fixes #1793)
1225   * mod_webdav: Delete old properties before updating new for MOVE (fixes #1317)
1226   * Read hostname from absolute uris in the request line (fixes #1937)
1227   * mod_fastcgi: don't disable backend if disable-time is 0 (fixes #1825)
1228   * mod_compress: match partial+full content-type (fixes #1552)
1229   * mod_fastcgi: fix is_local detection, respawn backends if bin-path is set (fixes #897)
1230   * Fix linger-on-close behaviour to avoid rare failure conditions (was r2636, fixes #657)
1231   * mod_fastcgi: restart local procs immediately after they terminated, fix local procs handling
1232   * Fix segfault on invalid config "duplicate else conditions" (fixes #2065)
1233   * mod_usertrack: Use T_CONFIG_INT for max-age, solves range problem (#1455)
1234   * mod_accesslog: configurable timestamp logging (fixes #1479)
1235   * always define _GNU_SOURCE
1236   * Add some iterators for mod_magnet (fixes #1307)
1237   * Fix close_timeout_ts trigger (should finally fix lingering close)
1238   * 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)
1239   * Add TLS servername indication (SNI) support (fixes #386, thx Peter Colberg <peter@colberg.org>)
1240   * Add SSL Client Certificate verification (#1288)
1241   * mod_fastcgi: Fix host->active_procs counter, return 503 if connect wasn't successful after 5 tries (fixes #1825)
1242   * mod_accesslog: escape special characters (fixes #1551, thx icy)
1243   * fix mod_webdav crash from #1793 (fixes #2084, thx hiroya)
1244   * Don't print ssl error if client didn't support TLS SNI
1245   * Fix linger close timeout handling, drop timeout to 5 seconds (fixes #2086)
1246   * Fix broken return values from int to enum in mod_fastcgi
1248 - 1.4.23 - 2009-06-19
1249   * Added some extra warning options in cmake and fix the resulting warnings (unused/static functions)
1250   * New lighttpd man page (moved it to section 8) (fixes #1875)
1251   * Create rrd file for empty rrdfile in mod_rrdtool (#1788)
1252   * Fix workaround for incorrect path info/scriptname if fastcgi prefix is "/" (fixes #729)
1253   * Finally removed spawn-fcgi
1254   * Allow xattr to overwrite mime type (fixes #1929)
1255   * Remove link from errormsg about fastcgi apps (fixes #1942)
1256   * Strip trailing dot from "Host:" header
1257   * Remove the optional port info from SERVER_NAME (thx Mr_Bond)
1258   * Fix mod_proxy RoundRobin (off by one problem if only one backend is up)
1259   * Rename configure.in to configure.ac, with small cleanups (fixes #1932)
1260   * Add proper SUID bit detection (fixes #416)
1261   * Check for regular file in mod_cgi, so we don't try to start directories
1262   * Include mmap.h from chunk.h to fix some problems with #define mmap mmap64 (fixes #1923)
1263   * Add support for pipe logging for server.errorlog (fixes #296)
1264   * Add revision number to package version for svn/git checkouts
1265   * Use server.tag for SERVER_SOFTWARE if configured (fixes #357)
1266   * Fix trailing zero char in REQUEST_URI after "strip-request-uri" in mod_fastcgi
1267   * mod_magnet: Add env["request.remote-ip"] (fixes #1740)
1268   * mod_magnet: Add env["request.path-info"]
1269   * Change name/version separator back to "/" (affects every place where the version is printed)
1270   * Fix bug with FastCGI request id overflow under high load; just use always id 1 as we don't use multiplexing. (thx jgray)
1271   * Add some dirlisting enhancements (fixes #1458)
1272   * Add option to enable TCP_DEFER_ACCEPT (fixes #1447)
1273   * Limit amount of bytes read for one read-event (fixes #1070)
1274   * Add evasive.silent option (fixes #1438)
1275   * Make mod_extforward headers configurable (fixes #1545)
1276   * Add '%_' pattern for complete hostname in mod_evhost (fixes #1737)
1277   * Add IPv6 support to mod_proxy (fixes #1537)
1278   * mod_ssi printenv: print cgi env, add environment vars to cgi env (fixes #1713)
1279   * Fix error message if no auth backend was set
1280   * Fix SERVER_NAME port stripping (fixes #1968)
1281   * Fix x-sendfile 2gb limiting (fixes #1970)
1282   * Fix mod_cgi environment keys mangling (fixes #1969)
1283   * Fix workaround for incorrect path info/scriptname if scgi prefix is "/" (fixes #729)
1284   * Fix max-age value in mod_expire for 'modification' (fixes #1978)
1285   * Fix evasive.silent option (#1438)
1286   * Fix mod-fastcgi counters
1287   * Modify fastcgi error message
1288   * Backup errno for later usage (reported by Guido Reina via mailinglist)
1289   * Improve FastCGI performance (fixes #1999)
1290   * Workaround broken operating systems: check for trailing '/' in filenames (fixes #1989)
1291   * Allow using pcre with cross-compiling (pcre-config got fixed; fixes #1986)
1292   * Add "lighty.req_env" table to mod_magnet for setting/getting environment values for cgi (fixes #1967, thx presbrey)
1293   * Fix segfault in mod_expire after failed config parsing (fixes #1992)
1294   * Add ssi.content-type option (default text/html, fixes #615)
1295   * Add support for "real" entropy from /dev/[u]random (fixes #1977)
1296   * Adding support for additional chars in LDAP usernames (fixes #1941)
1297   * Ignore multiple "If-None-Match" headers (only use first one, fixes #753)
1298   * Fix 100% cpu usage if time() < 0 (thx to gaspa and cate, fixes #1964)
1299   * Allow max-keep-alive-requests to depend on conditional (fixes #1881)
1300   * Make dependency on svnversion/git optional (for devel versionstamp, fixes #2009)
1302 - 1.4.22 - 2009-03-07
1303   * Fix wrong lua type for CACHE_MISS/CACHE_HIT in mod_cml (fixes #533)
1304   * Fix default vhost in mod_simple_vhost (fixes #1905)
1305   * Handle EINTR in mod_rrdtool (fixes #604)
1306   * Fix rrd error after graceful restart (fixes #419)
1307   * Fix EAGAIN handling for freebsd sendfile (fixes #1913, thx AnMaster for spotting the problem)
1308   * Fix segfault in mod_scgi (fixes #1911)
1309   * Treat EPIPE as connection-closed error in network_freebsd_sendfile.c (another fix from #1913)
1310   * Fix useless redirection of stderr in mod_rrdtool, as it gets redirected to /dev/null later. (fixes #1922)
1311   * Fix some problems with more strict compilers (#1923)
1312   * Fix segfault if siginfo_t* is NULL in sigaction handler (fixes #1926)
1314 - 1.4.21 - 2009-02-16
1316   * Fix base64 decoding in mod_auth (#1757, thx guido)
1317   * Fix mod_cgi segfault when bound to unix domain socket (#653)
1318   * Do not rely on ioctl FIONREAD (#673)
1319   * Now really fix mod auth ldap (#1066)
1320   * Fix leaving zombie process with include_shell (#1777)
1321   * Removed debian/, openwrt/ and cygwin/; they weren't kept up-to-date, and we decided to remove dist. specific stuff
1322   * Try to convert string options to shorts for numeric options in config file; allows to use env-vars for numeric options. (#1159, thx andrewb)
1323   * Do not cache default vhost in mod_simple_vhost (#709)
1324   * Trust pcre-config, do not check for pcre manually (#1769)
1325   * Fix fastcgi authorization in subdirectories with check-local=disabled; don't split pathinfo for authorizer. (#963)
1326   * Add possibility to disable methods in mod_compress (#1773)
1327   * Fix duplicate connection keep-alive/transfer-encoding headers (#960)
1328   * Fixed fix for round-robin in mod_proxy (forgot to increment the index) (#1715)
1329   * Fix fastcgi-authorizer handling; Status: 200 is now accepted as the doc requests
1330   * Compare address family in inet_ntop_cache
1331   * Revert CVE-2008-4359 (#1720) fix "encoding+simplifying urls for rewrite/redirect": too many regressions.
1332   * Use FD_CLOEXEC if possible (fixes #1821)
1333   * Optimized buffer usage in mod_proxy (fixes #1850)
1334   * Fix uninitialized value in time struct after strptime
1335   * Do not pass Proxy-Connection: header from client to backend http server in mod_proxy (#1877)
1336   * Fix wrong malloc sizes in mod_accesslog (probably nothing bad happened...) (fixes #1855, thx ycheng)
1337   * Some small buffer.c fixes (closes #1837)
1338   * Remove floating point math from server.c (fixes #1402)
1339   * Disable SSLv2 by default
1340   * Use/enforce sane max-connection values (fixes #1803)
1341   * Allow mod_compress to return 304 (Not Modified); compress ignores the static-file.etags option.(fixes #1884)
1342   * Add option to ignore the "Expect: 100-continue" header instead of returning 417 Expectation failed (closes #1017)
1343   * Use modified etags in mod_compress (fixes #1800)
1344   * Fix max-connection limit handling/100% cpu usage (fixes #1436)
1345   * Fix error handling in freebsd-sendfile (fixes #1813)
1346   * Silenced the annoying "request timed out" warning, enable with the "debug.log-timeouts" option (fixes #1529)
1347   * Allow tabs in header values (fixes #1822)
1348   * Added Language conditional (fixes #1119); patch by petar
1349   * Fix wrong format strings (#1900, thx stepancheg)
1351 - 1.4.20 - 2008-09-30
1353   * Fix mod_compress to compile with old gcc version (#1592)
1354   * Fix mod_extforward to compile with old gcc version (#1591)
1355   * Update documentation for #1587
1356   * 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)
1357   * Fix mod_magnet: enable "request.method" and "request.protocol" in lighty.env (#1308)
1358   * Fix segfault for appending matched parts if there was no regex matching (just give empty strings) (#1601)
1359   * Use data_response_init in mod_fastcgi x-sendfile handling for response.headers, fix a small "memleak" (#1628)
1360   * Don't send empty Server headers (#1620)
1361   * Fix conditional interpretation of core options
1362   * Enable escaping of % and $ in redirect/rewrite; only two cases changed their behaviour: "%%" => "%", "$$" => "$"
1363   * Fix accesslog port (should be port from the connection, not the "server.port") (#1618)
1364   * Fix mod_fastcgi prefix matching: match the prefix always against url, not the absolute filepath (regardless of check-local)
1365   * Overwrite Content-Type header in mod_dirlisting instead of inserting (#1614), patch by Henrik Holst
1366   * Handle EINTR in mod_cgi during write() (#1640)
1367   * Allow all http status codes by default; disable body only for 204,205 and 304; generate error pages for 4xx and 5xx (#1639)
1368   * Fix mod_magnet to set con->mode = p->id if it generates content, so returning 4xx/5xx doesn't append an error page
1369   * Remove lighttpd.spec* from source, fixing all problems with it ;-)
1370   * Do not rely on PATH_MAX (POSIX does not require it) (#580)
1371   * Disable logging to access.log if filename is an empty string
1372   * Implement a clean way to open /dev/null and use it to close stdin/out/err in the needed places (#624)
1373   * merge spawn-fcgi changes from trunk (from @2191)
1374   * let spawn-fcgi propagate exit code from spawned fcgi application
1375   * close connection after redirect in trigger_b4_dl (thx icy)
1376   * close connection in mod_magnet if returned status code
1377   * fix bug with IPv6 in mod_evasive (#1579)
1378   * fix scgi HTTP/1.* status parsing (#1638), found by met@uberstats.com
1379   * [tests] fixed system, use foreground daemons and waitpid
1380   * [tests] removed pidfile from test system
1381   * [tests] fixed tests needing php running (if not running on port 1026, search php in env[PHP] or /usr/bin/php-cgi)
1382   * fixed typo in mod_accesslog (#1699)
1383   * replaced buffer_{append,copy}_string with the _len variant where possible (#1732) (thx crypt)
1384   * case insensitive match for secdownload md5 token (#1710)
1385   * Handle only HEAD, GET and POST in mod_dirlisting (same as in staticfile) (#1687)
1386   * fixed mod_secdownload problem with unsigned time_t (#1688)
1387   * handle EAGAIN and EINTR for freebsd sendfile (#1675)
1388   * Use filedescriptor 0 for mod_scgi spawn socket, redirect STDERR to /dev/null (#1716)
1389   * fixed round-robin balancing in mod_proxy (#1715)
1390   * fixed EINTR handling for waitpid in mod_fastcgi
1391   * mod_{fast,s}cgi: overwrite environment variables (#1722)
1392   * inserted many con->mode checks; they should prevent two modules to handle the same request if they shouldn't (#631)
1393   * fixed url encoding to encode more characters (#266)
1394   * allow digits in [s]cgi env vars (#1712)
1395   * fixed dropping last character of evhost pattern (#161)
1396   * print helpful error message on conditionals in global block (#1550)
1397   * decode url before matching in mod_rewrite (#1720) -- (reverted for 1.4.21)
1398   * fixed conditional patching of ldap filter (#1564)
1399   * Match headers case insensitive in response (removing of X-{Sendfile,LIGHTTPD-*}, catching Date/Server) [2281]
1400   * fixed bug with case-insensitive filenames in mod_userdir (#1589), spotted by "anders1" (CVE-2008-4360)
1401   * fixed format string bugs in mod_accesslog for SYSLOG
1402   * replaced fprintf with log_error_write in fastcgi debug
1403   * fixed mem leak in ssi expression parser (#1753), thx Take5k
1404   * hide some ssl errors per default, enable them with debug.log-ssl-noise (#397)
1405   * do not send content-encoding for 304 (#1754), thx yzlai
1406   * fix segfault for stat_cache(fam) calls with relative path (without '/', can be triggered by x-sendfile) (#1750)
1407   * fix splitting of auth-ldap filter
1408   * workaround ldap connection leak if a ldap connection failed (restarting ldap)
1409   * fix auth.backend.ldap.bind-dn/pw problems (only read from global context for temporary ldap reconnects, thx ruskie)
1410   * fix memleak in request header parsing (#1774, thx qhy) (CVE-2008-4298)
1411   * fix mod_rewrite memleak/endless loop detection (#1775, thx phy - again!)
1412   * use decoded url for matching in mod_redirect (#1720) (CVE-2008-4359) -- (reverted for 1.4.21)
1414 - 1.4.19 - 2008-03-10
1416   * added support for If-Range: <date> (#1346)
1417   * added support for matching $HTTP["scheme"] in configs
1418   * fixed initgroups() called after chroot (#1384)
1419   * fixed case-sensitive check for Auth-Method (#1456)
1420   * execute fcgi app without /bin/sh if used as argument to spawn-fcgi (#1428)
1421   * fixed a bug that made /-prefixed extensions being handled also when
1422     matching the end of the uri in fcgi,scgi and proxy modules (#1489)
1423   * print error if X-LIGHTTPD-send-file cannot be done; reset header
1424     Content-Length for send-file. Patches by Stefan Buehler
1425   * prevent crash in certain php-fcgi configurations (#841)
1426   * add IdleServers and Scoreboard directives in ?auto mode for mod_status (#1507)
1427   * open log immediately after daemonizing, fixes SIGPIPEs on startup  (#165)
1428   * HTTPS env var should be "on" when using mod_extforward and the X-Forwarded-Proto header is set. (#1499)
1429   * generate ETag and Last-Modified headers for mod_ssi based on newest modified include (#1491)
1430   * support letterhomes in mod_userdir (#1473)
1431   * support chained proxies in mod_extforward (#1528)
1432   * fixed bogus "cgi died ?" if we kill the CGI process on shutdown
1433   * fixed ECONNRESET handling in network-openssl
1434   * fixed handling of EAGAIN in network-linux-sendfile (#657)
1435   * reset conditional cache (#1164)
1436   * create directories in mod_compress (was broken with alias/userdir) (#1027)
1437   * fixed out of range access in fd array (#1562, #372) (CVE-2008-0983)
1438   * mod_compress should check if the request is already handled, e.g. by fastcgi (#1565)
1439   * remove broken workaround for buggy Opera version with ssl/chunked encoding (#285)
1440   * generate etag/last-modified header for on-the-fly-compressed files (#1171)
1441   * req-method OPTIONS: do not insert default response if request was denied, do not deny OPTIONS by default (#1324)
1442   * fixed memory leak on windows (#1347)
1443   * fixed building outside of the src dir (#1349)
1444   * fixed including of stdint.h/inttypes.h in etag.c (#1413)
1445   * do not add Accept-Ranges header if range-request is disabled (#1449)
1446   * log the ip of failed auth tries in error.log (enhancement #1544)
1447   * fixed RoundRobin in mod_proxy (#516)
1448   * check for symlinks after successful pathinfo matching (#1574)
1449   * fixed mod-proxy.t to run with a builddir outside of the src dir
1450   * do not suppress content on "307 Temporary Redirect" (#1412)
1451   * fixed Content-Length header if response body gets removed in connections.c (#1412, part 2)
1452   * do not generate a "Content-Length: 0" header for HEAD requests, added test too
1453   * remove compress cache file if compression or write failed (#1150)
1454   * fixed body handling of status 300 requests 
1455   * spawn-fcgi: only try to connect to unix socket (not tcp) before spawning (#1575)
1456   * fix sending source of cgi script instead of 500 error if fork fails (CVE-2008-1111)
1457   * fix min-procs handling in mod_scgi.c, just set to max-procs (patch from #623)
1458   * fix sending "408 - Timeout" instead of "410 - Gone" for timedout urls in mod_secdownload (#1440)
1459   * workaround #1587: require userdir.path to be set to enable mod_userdir (empty string allowed) (CVE-2008-1270)
1460   * make configure checks for --with-pcre, --with-zlib and --with-bzip2 failing if the headers aren't found
1461   * fixed handling of waitpid() == EINTR mod_ssi on solaris 
1463 - 1.4.18 - 2007-09-09
1465   * fixed compile error on IRIX 6.5.x on prctl() (#1333)
1466   * fixed forwarding a SIGINT and SIGHUP when using max-workers (#902)
1467   * fixed FastCGI header overrun in mod_fastcgi (reported by mattias@secweb.se)
1468   * fixed hanging redirects with keep-alive due to missing
1469     "Content-Length: 0" headers
1470   * fixed crashing when using undefined environment variables in the config
1471   * fixed compilation of mod_mysql_vhost on irix (#1341)
1473 - 1.4.17 - 2007-08-29
1475   * added dir-listing.set-footer in mod_dirlisting (#1277)
1476   * added sending UID and PID for SIGTERM and SIGINT to the logs
1477   * fixed hardcoded font-sizes in mod_dirlisting (#1267)
1478   * fixed different ETag length on 32/64 platforms (#1279)
1479   * fixed compression of files < 128 bytes by disabling compression (#1241)
1480   * fixed mysql server reconnects (#518)
1481   * fixed disabled keep-alive for dynamic content with HTTP/1.0 (#1166)
1482   * fixed crash on mixed EOL sequences in mod_cgi
1483   * fixed key compare (#1287)
1484   * fixed invalid char in header values (#1286)
1485   * fixed invalid "304 Not Modified" on broken timestamps
1486   * fixed endless loop on shrinked files with sendfile() on BSD (#1289)
1487   * fixed counter overrun in ?auto in mod_status (#909)
1488   * fixed too aggresive caching of nested conditionals (#41)
1489   * fixed possible overflow in unix-socket path checks on BSD (#713)
1490   * fixed extra Content-Length header on 1xx, 204 and 304 (#1002)
1491   * fixed handling of duplicate If-Modified-Since to return 304 
1492   * fixed extracting status code from NPH scripts (#1125)
1493   * fixed prctl() usage (#1310)
1494   * removed config-check if passwd files exist (#1188)
1495   * fixed crash when etags are disabled but the client sends one (#1322)
1496   * fixed crash when freeing the config in mod_alias
1497   * fixed server.error-handler-404 breakage from 1.4.16 (#1270)
1498   * fixed entering 404-handler from dynamic content (#948)
1499   * added more debug infos for FAM based stat-cache
1500   * use more LSB like paths in the sample config (#1242)
1502 - 1.4.16 - 2007-07-25
1504   * added static-file.etags, etag.use-inode, etag.use-mtime, etag.use-size
1505     to customize the generation of ETags for static files. (#1209) 
1506     (patch by <Yusufg@gmail.com>)
1507   * fixed typecast of NULL on execl() (#1235)
1508     (patch by F. Denis)
1509   * fixed circumventing url.access-deny by trailing slash (#1230)
1510   * fixed crash on duplicate headers with trailing WS (#1232)
1511   * fixed accepting more connections then requested (#1216)
1512   * fixed mem-leak in mod_auth (reported by Stefan Esser)
1513   * fixed crash with md5-sess and cnonce not set in mod_auth (reported by Stefan Esser)
1514   * fixed missing check for base64 encoded string in mod_auth and Basic auth
1515     (reported by Stefan Esser)
1516   * fixed possible crash in Auth-Digest header parser on trailing WS in 
1517     mod_auth (reported by Stefan Esser) 
1518   * fixed check on stale errno values, which broke handling of broken fastcgi
1519     applications. (#1245)
1520   * fixed crash on 32bit archs when debug-msgs are printed in mod_scgi, mod_fastcgi 
1521     and mod_webdav (#1263)
1523 - 1.4.15 - 2007-04-13
1525   * fixed broken Set-Cookie headers
1527 - 1.4.14 - 2007-04-13
1529   * fix crash if gethostbyaddr() failed on redirect [1718]
1530   * properly handle 206 responses generated by *cgi scripts. (#755) [1716]
1531   * added HTTPS=on to the environment of cgi scripts (#861) [1684]
1532   * fix handling of 303 (#1045) [1678]
1533   * made the configure check for lua more portable [1677]
1534   * added mod_extforward module [1665]
1535   * references to the fam stat cache engine should be conditional (#1039) [1664]
1536   * fix http 500 errors (colin.stephen/at/o2.com) #1041 [1663]
1537   * prevent wrong pidfile unlinking on graceful restart (Chris Webb) [1656]
1538   * ignore empty packets from STDERR stream. #998
1539   * fix a crash for files with an mtime of 0 reported by cubiq on irc [1519]
1540     CVE-2007-1870
1541   * allow empty passwords with ldap (Jörg Sonnenberger) [1516]
1542   * mod_scgi.c segfault fix #964 [1501]
1543   * Added round-robin support to mod_fastcgi [1500]
1544   * Handle DragonFlyBSD the same way as Freebsd (Jörg Sonnenberger) [1492,1676]
1545   * added now and weeks support to mod_expire. #943
1546   * fix cpu hog in certain requests [1473] CVE-2007-1869
1547   * fix for handling hostnames with trailing dot [1406]
1548   * fixed header-injection via server.tag (#1106)
1549   * disabled caching of files without a content-type to solve the
1550     aggressive caching of FF
1551   * remove trailing white-spaces from HTTP-requests before parsing (#1098)
1552   * fixed accesslog.use-syslog in a conditional and the caching of the
1553     accesslog for files (fixes #1064)
1554   * fixed various crashes at startup on broken accesslog.format strings (#1000)
1555   * fixed handling of %% in accesslog.format
1556   * fixed conditional dir-listing.exclude (#930)
1557   * reduced default PATH_MAX to 255 (#826)
1558   * ECONNABORTED is not known on cygwin (#863)
1559   * fixed crash on url.redirect and url.rewrite if %0 is used in a global context
1560     (#800)
1561   * fixed possible crash in debug-message in mod_extforward
1562   * fixed compilation of mod_extforward on glibc < 2.3.4
1563   * fixed include of empty in the configfiles (#1076)
1564   * send SIGUSR1 to fastcgi children before SIGTERM. libfcgi wants SIGUSR1. (#737)
1565   * fixed missing AUTH_TYPE entry in the fastcgi environment. (#889)
1566   * fixed compilation in network_writev.c on MacOS X 10.3.9 (#903)
1567   * added kill-signal as another setting for fastcgi backends. See the wiki for more.
1569 - 1.4.13 - 2006-10-09
1571   * added initgroups in spawn-fcgi (#871)
1572   * added apr1 support htpasswd in mod-auth (#870)
1573   * added lighty.stat() to mod_magnet
1574   * fixed segfault in splitted CRLF CRLF sequences
1575     (introduced in 1.4.12) (#876)
1576   * fixed compilation of LOCK support in mod-webdav
1577   * fixed fragments in request-URLs (#869)
1578   * fixed pkg-config check for lua5.1 on debian
1579   * fixed Content-Length = 0 on HEAD requests without
1580     a known Content-Length (#119)
1581   * fixed mkdir() forcing 0700 (#884)
1582   * fixed writev() on FreeBSD 4.x and older (#875)
1583   * removed warning about a 404-error-handler
1584     returned 404
1585   * backported and fixed the buildsystem changes for
1586     webdav locks
1587   * fixed plugin loading so we can finally load lua
1588     extensions in mod_magnet scripts
1589   * fixed large uploads if xattr is enabled
1591 - 1.4.12 - 2006-09-23
1593   * added experimental LOCK support for webdav
1594   * added Content-Range support for PUT in webdav
1595   * added support for += on empty arrays in config-files
1596   * added ssl.cipher-list and ssl.use-sslv2
1597   * added $HTTP["querystring"] conditional
1598   * added mod_magnet as long-term replacement for mod_cml
1599   * added work-around for a Opera Bug with SSL + Chunked-Encoding
1600   * changed --print-config to print to stdout instead of stderr
1601   * changed no longer use 0600 for new files with webdav. umask is
1602     honored. Make sure you have set a proper umask.
1603   * fixed upload hangs with SSL
1604   * fixed connection drops with SSL (aka bad retry)
1605   * fixed path traversal with \ on cygwin
1606   * fixed mem-leak in mod_flv_streaming
1607   * fixed required trailing newline in configfiles (#142)
1608   * fixed quoting the autoconf files (#466)
1609   * fixed empty Host: + $HTTP["host"] handling (#458)
1610   * fixed handling of If-Modified-Since if ETag is not set
1611   * fixed default-shell if SHELL is not set (#441)
1612   * fixed appending and assigning of env.* vars
1613   * fixed empty FCGI_STDERR packets
1614   * fixed conditional server.allow-http-11
1615   * fixed handling of follow-symlink + lstat()
1616   * fixed SIGHUP handling if max-workers is used
1617   * fixed "Software caused connection abort" messages on FreeBSD
1619 - 1.4.11 - 2006-03-09
1621   * added ability to specify which ip address spawn-fci listens on
1622     (agkr/at/pobox.com)
1623   * added mod_flv_streaming to streaming Flash Movies efficiently
1624   * fixed handling of error codes returned by mod_dav_svn behing a
1625     mod_proxy
1626   * fixed error-messages in mod_auth and mod_fastcgi
1627   * fixed re-enabling overloaded local fastcgi backends
1628   * fixed handling of deleted files in linux-sendfile
1629   * fixed compilation on BSD and MacOSX
1630   * fixed $SERVER["socket"] on a already bound socket
1631   * fixed local source retrieval on windows
1632     (secunia)
1633   * fixed hanging cgi if remote side is dieing while reading
1634     from the pipe (sandy/at/meebo.com)
1636 - 1.4.10 - 2006-02-08
1638   * added docs for mod_dirlisting
1639   * added fastcgi.map-extensions to mod_fastcgi
1640   * fixed load balancing for mod_fastcgi
1641   * fixed extra newline for syslog() in mod_accesslog
1642   * fixed user-track cookie for IE in mod_usertrack
1643   * fixed crash in digest handling in mod_auth
1644   * fixed handling of 301 response-bodies from a mod_proxy backend
1645   * fixed loading of base modules if server.modules is not set
1646   * fixed broken cgi if mod_scgi is loaded
1648 - 1.4.9 - 2006-01-14
1650   * added server.core-files option (sandy <sandy/at/meebo.com>)
1651   * added docs for mod_status
1652   * added mod_evasive to limit the number of connections by IP (<w1zzard/at/techpowerup.com>)
1653   * added the power-magnet to mod_cml
1654   * added internal statistics to mod_fastcgi
1655   * added server.statistics-url to get internal statistics from mod_status
1656   * added support for conditional range-requests through If-Range
1657   * added static building via scons
1658   * fixed 100% cpu loops in mod_cgi ("sandy" <sjen/at/cs.stanford.edu>)
1659   * fixed handling for secure-download.timeout (jamis/at/37signals.com)
1660   * fixed IE bug in content-charset in the output of mod_dirlisting (sniper/at/php.net)
1661   * fixed typos and language in the docs (ryan-2005/at/ryandesign.com)
1662   * fixed assertion in mod_cgi on HEAD request is Content-Length (<sandy/at/meebo.com>)
1663   * fixed handling if equal but duplicate If-Modified-Since request headers
1664   * fixed endless loops in mod_fastcgi if backend is dead
1665   * fixed Depth: 1 handling in PROPFIND requests on empty dirs
1666   * fixed encoding of UTF8 encoded dirlistings (Jani Taskinen <sniper/at/iki.fi>)
1667   * fixed initial bind to a unix-domain socket through server.bind
1668   * fixed handling of lowercase filesystems
1669   * fixed duplicate request headers cause by mod_setenv
1671 - 1.4.8 - 2005-11-23
1673   * added auto-reconnect to ldap-server in mod_auth
1674     (joerg/at/netbsd.org)
1675   * changed auth.ldap-cafile to be optional
1676     (joerg/at/netbsd.org)
1677   * added strip_request_uri in mod_fastcgi
1678   * added more X-* headers to mod_proxy
1679     (Ben Grimm <bengrimm/at/gmail.com>)
1680   * added 'debug' to simple-vhost to suppress the
1681     (mod_simple_vhost.c.157) No such file or directory /servers/ww.lighttpd.net/pages/
1682     messages by default
1683   * added support to let the server listen on UNIX-socket
1684   * changed default stat-cache-engine to 'simple'
1685   * removed debian/ dir from source package on request by packager
1686   * fixed max-age timestamps in mod_expire
1687   * fixed encoding the filenames in PROPFIND in mod_webdav
1688   * fixed range request handling in network_writev
1689   * fixed retry on connect error in mod_fastcgi
1690     (Robert G. Jakabosky <bobby/at/alphatrade.com>)
1691   * fixed possible crash in mod_webdav if sqlite3 support
1692     is available but not use
1693   * fixed fdvent-handler init if server.max-worker was used
1694     (Siddharth Vijayakrishnan <mail/at/bluefireworks.net>)
1695   * fixed missing cleanup in mysql_vhost
1696   * fixed assert() in "connections.c:962:
1697       connection_handle_read_state: Assertion 'c->mem->used' failed."
1698   * fixed 64bit issue in md5
1699   * fixed crash in mod_status
1700   * fixed duplicate headers in mod_proxy
1701   * fixed Content-Length in HEAD request in mod_proxy
1702   * fixed unsigned/signed comparisions
1703   * fixed streaming in mod_cgi
1704   * fixed possible overflow in password-salt handling
1705     (reported on slashdot by james-web/at/and.org)
1706   * fixed server-traffic-limit if connection limit is not set
1708 - 1.4.7 - 2005-11-02
1710   * added FD_CLOEXEC to fds which are kept open for a longer time
1711   * added smaller, moving mmaped windows to network_writev
1712   * added madvise() to instruct the kernel the do proper read-ahead in network_writev
1713   * added support for %I in mod_accesslog
1714   * added better compat to Apache for ?auto in mod_status
1715   * added support for userdirs without a entry in /etc/passwd in mod_userdir
1716     (rob/at/inversepath.com)
1717   * added startup-time selectable network-backend
1718   * added location of upload-files to config as array
1719   * added webdav.log-xml for logging xml-content in mod_webdav
1720   * added Cache-Control: max-age to mod_expire
1721   * workaround missing client-bug by assuming we received a close-notify on
1722     non-keep-alive requests in SSL request
1723   * disabled kerberos5 support by default to fix compilation on RHEL
1724   * fixed order of library checks to fix compilation on Solaris 9
1725   * fixed open file-descriptors on read-error
1726   * fixed crash if /var/tmp is not writable
1728 - 1.4.6 - 2005-10-09
1730   * fixed compilation on MacOS X and cygwin
1731   * fixed compressed output if caching was disabled (seen in IE and Opera)
1732   * fixed range-request option
1733   * fixed mysql-vhost module (was broken in 1.4.5)
1734   * fixed false positive in the detection of case-insensitive FS
1736 - 1.4.5 - 2005-10-02
1738   * added all DeltaV methods as known methods
1739   * added buffer-to-disk of request content
1740   * added warning for unused variables in conditionals
1741   * added global index-generators to mod_indexfile
1742   * fixed caching for remote-ip conditionals with keep-alive
1743   * fixed redirects with content
1744   * fixed infinite loop in exec-cmd in mod_ssi
1745   * fixed segfault in config handling for mod_mysql_vhost
1746   * fixed segfault on FIFOs/Sockets
1747   * fixed possible crash on uninit memory if If-Modified-Since was too long
1748   * fixed accounting of mem-chunks
1749   * fixed starving of connections on high load
1750   * fixed crc errors in mod_compress on 64bit platforms
1751   * fixed handling of overlapping fastcgi packets (bug added in 1.4.4)
1752   * fixed logic of conditionals if a header was not set
1753   * fixed a segfault in mod_rewrite if %1 references were used
1754   * fixed handling of empty request URIs in HTTP requests
1756 - 1.4.4 - 2005-09-16
1757   * added support for %V in mod_accesslog
1758   * added a option for a FastCGI responser to send static files
1759   * added md5 and blowfish hashes to htpasswd
1760   * fixed METHOD in mod_accesslog of WebDAV methods
1761   * fixed check for permission before files in sent
1762   * fixed mod-proxy and content for non-POST requests
1763   * fixed compilation of mod_cml on MacOS X
1764   * fixed SSL errmsg after accept()
1765   * fixed memleak in stat-cache
1766   * fixed aborted connections if file was moved while in transfer
1767   * fixed mem-usage for large FastCGI transfers
1769 - 1.4.3 - 2005-09-01
1771   * added gracefull shutdown
1772   * added server.max-connections
1773   * fixed compilation on all BSD platforms
1774   * fixed init of kqueue and /dev/poll after daemonize
1775   * fixed segfault if select() is event-handler and more than FD_SETSIZE
1776     fds are opened
1777   * fixed compilation of mod_cml
1778   * fixed bin-copy-env in mod_fastcgi
1780 - 1.4.2 - 2005-08-29
1782   * fixed mimetype detection on uppercase extensions
1783   * fixed memleak in stat-cache
1784   * fixed infinite loop in mod_cgi
1785   * fixed alignment crashes on sparc64 and alpha64
1786   * fixed test system for gentoo ebuild
1787   * fixed infinite loop in SSL
1788   * fixed range request for files > 2Gb
1790 - 1.4.1 - 2005-08-22
1792   * added a complete Class 1 complient mod_webdav
1793   * fixed ssl support (especially on OpenBSD)
1794   * fixed response header in body problem in mod_cgi
1795   * fixed numbers before body problem
1796   * fixed compilation on Solaris and FreeBSD
1797   * fixed conditional options in mod_dirlisting
1798   * fixed segfault in mod_dirlisting for NFS directories
1799   * fixed check for docroot in change-root environments
1801 - 1.4.0 - 2005-08-17
1803   * added nested conditionals
1804   * added remote-ip to $HTTP
1805   * added support for stat-cache via FAM
1806   * added a read-only WebDAV module
1807   * fixed cleanup in mod_proxy and mod_fastcgi
1808   * fixed handling of filenames on case-insensitive filesystems
1810 - 1.3.16 - 2005-07-31
1812   * added Date: headers to dynamic HTTP/1.0 requests
1813   * added support for OPTION * HTTP/1.1
1814   * added support for accesslog to syslog
1815   * added support for PATH_INFO guessing if check-local is disabled in
1816       mod_fastcgi
1817   * added switch to disable range-requests
1818   * added valid-user option for mod_auth (tigger at gentoo.org)
1819   * added JavaScript based sorting to mod_status (erik)
1820   * added selective TCP_CORK (Christian von Roques)
1821   * break up endless loops with Status: 500
1822   * fixed endless loops in mod_rewrite
1823   * mapped url.rewrite and url.rewrite-final to uri.rewrite-once
1824   * fixed compilation for mod_trigger_b4_dl
1825   * fixed 'can't reach host' in mod_proxy
1826   * error-handler-404 defaults to Status: 200 and static files work now
1828 - 1.3.15 - 2005-07-15
1830   * added mod_cml
1831   * added mod_trigger_b4_dl
1832   * added encoding to mod_dirlisting
1833   * added ?auto to mod_status
1834   * relaxed handling of characters in URIs even more
1835   * fixed detection of sendfile() on Linux 2.4.x
1836   * fixed comparision of buffers for short strings
1837   * server.errorfile-prefix is now conditional
1838   * fixed mod_rrdtool to close STDERR
1840 - 1.3.14 - 2005-06-15
1842   * added SCGI support via mod_scgi
1843   * added hash-based and round-robin load balancing to mod_proxy
1844   * fixed range requests larger than 2Gb
1845   * fixed compilation on Solaris
1846   * fixed endless loops in mod_fastcgi, mod_cgi and mod_proxy
1847   * fixed handling of URIs for '+' and characters > 127
1849 - 1.3.13 - 2005-03-06
1851   * added customizable directory listings
1852   * fixed compile error on all BSD unixes
1853   * fixed PATHINFO handling for FastCGI
1854   * fixed handling of remote-close on FreeBSD and OpenSSL
1856 - 1.3.12 - 2005-03-02
1858   * added ssl.ca-file
1859   * added support for \n\n as terminator
1860   * rewrote test-framework and added more tests
1861   * fixed cgi.assign with empty handler
1862   * fixed segfault in debug-code
1863   * fixed mod_expire if modification-timestamps are used
1864   * fixed segfault on duplication Host-headers
1865   * fixed endless loop in mod_fastcgi
1866   * fixed handling of dead fastcgi-processes
1868 - 1.3.11 - 2005-02-20
1870   * added REMOTE_PORT and SERVER_ADDR to CGI-env
1871   * relaxed handling of newlines before keep-alive requests
1872   * relaxed uri-parser again
1873   * fixed PHP_SELF for php
1874   * fixed compilation on MacOS X
1875   * fixed handling of EPIPE and ECONNRESET
1876   * fixed crash in mod_auth if config-options are missing
1877   * fixed handling of missing trailing / in mod_userdir
1878   * fixed conditional secdownload.secret
1879   * fixed REPORT ME error due to failed reconnects in mod_fastcgi
1880   * fixed cmdline handling in mod_fastcgi
1882 - 1.3.10 - 2005-02-06
1884   * added support for full commandline in spawn-fcgi
1885   * fixed missing check for IP-address in mod_fastcgi
1886   * fixed compile error with openssl in mod_fastcgi
1887   * removed a debug-message from network-functions
1889 - 1.3.9 - 2005-02-06
1891   * added a stricter URI parser
1892   * added a check to the CGI spawner if the cgi-handler exists
1893   * added documentation for SSL and mod_status
1894   * added handling of startup environment to FastCGI
1895   * improved performance in FastCGI in buildind the FastCGI header
1896   * fixed min-procs and max-procs in FastCGI on PowerPC
1897   * fixed crash in setenv.add-response-header
1898   * fixed handling of nph-scripts in CGI
1899   * fixed accidently sending out physical file in CGI on error
1900   * fixed cygwin support
1901   * fixed handling of missing files
1902   * fixed HEAD requests for dynamic requests
1904 - 1.3.8 - 2005-01-30
1906   * added traffic shaping by remote host and virtual server
1907   * added auto-spawning of FastCGI process on demand
1908   * added virtual host based on MySQL
1909   * added mod_setenv to add envirnoment and http headers on the fly
1910   * added support for syslog in mod_accesslog
1911   * improved output of mod_status
1912   * improved debug output in request handling
1913   * fixed build problems on netbsd 1.4.x and 1.5.x
1914   * fixed status.url configuration
1915   * fixed handling of != and !~ in configutation
1916   * fixed special cases in keep-alive handling
1917   * fixed timeout handling in handling POST requests
1918   * fixed mode AUTHORIZER in FastCGI
1919   * fixed handling if internal redirects if no Host: is supplied
1920   * fixed mod_alias + pathinfo
1921   * fixed directory indexes and permissions
1922   * enabled sending errorlog to syslog again
1924 - 1.3.7 - 2004-12-11
1926   * added retries for a fastcgi connect if a php-childs
1927     dies at startup
1928   * update the debian directory
1929   * added setgroups() to drop all group-privs
1930   * added native port to windows via mingw32
1931   * added server.tag = '...'
1932   * added support for ${...} in mod_ssi
1933   * ported all plugins to conditional support
1934   * fixed multipart handling in cgi
1935   * fixed kqueue event-handler
1936   * fixed wrap-around in mod_status
1937   * fixed crash with SSL + FastCGI
1938   * fixed detection of SSL headers
1939   * fixed handling of dangling SSL_shutdown
1940   * fixed detection of keep-alive of Firefox
1942 - 1.3.6 - 2004-11-03
1944   * added spawn-fcgi to the distribution
1945   * added support in fastcgi module to spawn fastcgi
1946     processes itself
1947   * fixed logfile cycling if external logging is used
1948   * fixed connection handling in fastcgi if no chunk
1949     encoding is used
1950   * fixed internal redirects on directories if a query
1951     string is supplied
1952   * fixed cgi-module for POST request above 4k
1953   * fixed mod_alias and follow-symlink
1955 - 1.3.5 - 2004-10-31
1957   * added mod_alias
1958   * added mod_userdir
1959   * added the exec command to the SSI handler
1960   * added a switch to disable follow-symlinks
1961   * added a switch to disable IPv6 at compile-time
1962   * fixed compilation on FreeBSD and NetBSD 1.3.x
1963   * fixed segfault in pipelining
1964   * fixed a segfault in writev() handler if LFS is used
1966 - 1.3.4 - 2004-10-24
1968   * added limiter for open files
1969   * added logging of user supplied data to accesslogs
1970   * added build target for OpenWRT
1971   * added plain backend support for auth-digest
1972   * fixed handling the external accesslog processes
1973   * fixed SERVER_NAME in CGI and FastCGI
1975 - 1.3.3 - 2004-10-16
1977   * added support for NL terminators in CGI-scripts
1978   * added support for conditionals in mod_auth,
1979     mod_simple_vhost and mod_evhost
1980   * added a error-handler for 404 codes
1981   * fixed request counter in the rrdtool module
1982   * fixed log-file cycling
1983   * fixed seg-fault
1985 - 1.3.2 - 2004-09-30
1987   * fixed file-cache
1989 - 1.3.1 - 2004-09-30
1991   * fixed file-cache
1992   * fixed parsing of IPv6 adresses
1993   * fixed cgi for cygwin
1994   * fixed test-suite for FreeBSD and IRIX
1995   * fixed handling of shrinked files
1996   * fixed handling of REQUEST_URI after rewrite
1998 - 1.3.0 - 2004-09-17
2000   * added build for MacOS X and Cygwin
2001   * added handling of more than one socket
2002   * added config-conditions for User-Agent and Referer
2003   * added final rewrite-rules
2005 - 1.2.8 - 2004-09-11
2007   * added a cache for mimetypes
2008   * added X-Forwarded-For for mod_proxy
2009   * fixed handling of comments in If-Modified-Since
2010   * fixed error handling in FastCGI code
2011   * fixed expire plugin for second Expire header
2013 - 1.2.7 - 2004-09-04
2015   * added mod_rrdtool for internal statistics
2016   * added xattr support
2017   * added user-controlable timeouts
2018   * improved documentation for many plugins
2019   * fixed POST requests for mod_proxy
2020   * fixed rare hang with CGI
2021   * fixed seg-fault if no configfile is specified
2022   * fixed rare problem in FastCGI header generation
2024 - 1.2.6 - 2004-08-26
2026   * added apache-like accesslog definition
2027   * enabled timestamp cache again
2028   * improved performance in the string compare functions
2029   * fixed double-free in fastcgi handler
2030   * fixed error-handling in cgi handler
2032 - 1.2.5 - 2004-08-10
2034   * added skeleton for solaris 10 port-API
2035   * added compression support even if no cachedir is set
2036   * added conditional configoptions
2037   * fixed compilation on OpenBSD
2038   * fixed kqueue support
2039   * fixed pipelining bug
2040   * fixed parallel build (triggered by Gentoo)
2041   * updated debian postinst
2043 - 1.2.4 - 2004-07-31
2045   * added kqueue support
2046   * added server-side includes (mod_ssi)
2047   * fixed large post uploads in fastcgi
2048   * fixed rt-signals handling of delayed events
2050 - 1.2.3 - 2004-07-10
2052   * added a proxy module for Java and friends
2053   * added support to pass accesslog through an external programm
2054   * added mimetypes for text/css and text/javascript
2055   * fixed index-files for FastCGI if webserver is in chroot
2056   * fixed error messages of CGI process fails to exec()
2057   * fixed detection of pcre on IRIX and FreeBSD
2058   * fixed timestamps in Last-Modified checks
2059   * fixed 64bit builds
2060   * fixed mmap-caching of large files
2061   * relaxed the HTTP parser on empty headerfields
2063 - 1.2.2 - 2004-06-15
2065   * added support for unix domain sockets in FastCGI
2066   * fixed mmap caching
2067   * fixed compile-time check for linux sendfile()
2068   * fixed check for pcre.h on Fedora Core 2
2070 - 1.2.1 - 2004-05-30
2072   * added experimental support for AIX send_file()
2073   * added an mmap cache to the filehandle cache
2074   * enabled FreeBSD sendfile support again
2075   * added support for calling CGI binaries directly
2076   * fixed pipelining for POST requests
2077   * fixed some seg-faults if no configfile is used
2079 - 1.2.0 - 2004-05-17
2081   * added conforming Expect: handling
2082   * added a module for secure and fast downloading
2083   * rewrote the event handling interface
2084   * fixed array handling which might lead to 'missing header'
2085   * fixed pipelining support
2086   * fixed build of the localizer extension
2087   * fixed cgi handling for headers which are flushed to often
2088   * fixed compilation on Solaris 2.5
2090 - 1.1.9 - 2004-04-29
2092   * added AUTHORIZER mode to the FastCGI module
2093   * added 'check-local' option to disable local stat() in the FastCGI module
2094   * added prefix-notation for FastCGI module
2095   * added 'mod_usertrack'
2096   * improved CGI/FastCGI spec conformance
2097   * more code cleanup
2098   * fixed HTTP/1.1 chunk headers
2099   * fixed POST handling
2100   * fixed SSL network handler
2101   * fixed writev() network handler
2103 - 1.1.8 - 2004-04-16
2105   * code cleanup
2106   * limiting the size of the request-body and the request-header
2107   * minor speed improvements
2108   * tightend the HTTP-Parser again
2110 - 1.1.7 - 2004-04-12
2112   * added REMOTE_USER to the Server->FastCGI parameters
2113   * added bzip2 compression
2114   * improved the error-messages from the new configfile parser
2115   * fixed accesslog writing for errornous requests
2116   * fixed LFS (64bit filesizes) handling
2117   * fixed Content-Length for HEAD requests
2118   * fixed some memory leaks in the configfile parser
2120 - 1.1.6 - 2004-04-10
2122   * tightend the HTTP-Parser
2123   * rewrote the configfile parser (based on lemon)
2124   * fixed openssl support
2125   * fixed mmap+write support
2126   * use localtime in accesslog if possible
2128 - 1.1.5 - 2004-04-07
2130   * added ldap backend to the auth
2131   * added a mod_expire
2132   * added debian packaging structure
2133   * merged redhat and suse spec-file
2134   * fixed eventhandler for solaris
2135   * fixed 64bit fileoffsets
2136   * fixed permissions of the PID-file
2138 - 1.1.4 - 2004-04-04
2140   * added server.pid-file
2141   * added support for solaris /dev/poll and solaris sendfilev()
2142   * added support for writev()
2143   * added PATHINFO support (again)
2144   * fixed CLF logfile writing
2146 - 1.1.3 - 2004-03-25
2148   * set default event-handler to 'poll'
2149   * fixed logcycling in chroot()
2150   * fixed hostname detection
2151   * added syslog() as fallback for error-logging
2153 - 1.1.2 - 2004-03-22
2155   * added a "docroot" setting for fastcgi processes
2156   * performance improvements
2157   * improved configure script
2158   * rewrote the fastcgi config parser
2159   * added a rc-script for RedHat
2160   * added epoll() support for Linux 2.6.x
2162 - 1.1.1 - 2004-03-15
2164   * added localizer module
2165   * performance improvements
2166   * code cleanup
2168 - 1.1.0 - 2004-03-06
2170   * changed some configuration keys for better readability
2171   * moved the virtual-host code to mod_simple_vhost
2172   * added enhanced virtual host plugin from Christian Kruse
2173   * added two new auth-backends (htpasswd, htdigest)
2174   * fixed and improved authentification
2175   * stricter parsing of the Host: field
2176   * added a warning for unused configuration keys
2177   * improved FastCGI documentation
2179 - 1.0.3 - 2004-02-13
2181   * a startup script has been added (LSB compliant)
2182   * HEAD requests were submitting the content like a GET request
2183   * the virtual directory listing got a face-lifting and fixes
2184   * request-headers are now handled case-in-sensitive as required
2185     by the standard. this fixes POST requests for w3m and some Proxies.
2187 - 1.0.2 - 2004-02-07
2189   * rearrangement of the default configfile
2190   * some updates in the documentation
2191   * a entry in the error-log for a 404
2192   * stdout is no longer the default for the accesslog