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