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