root/branches/lighttpd-1.4.x/NEWS

Revision 2299, 34.7 kB (checked in by stbuehler, 37 hours ago)

fix segfault for stat_cache(fam) calls with relative path (without '/', can be triggered by x-sendfile) (#1750)

Line 
1
2====
3NEWS
4====
5
6- 1.4.20 -
7
8  * Fix mod_compress to compile with old gcc version (#1592)
9  * Fix mod_extforward to compile with old gcc version (#1591)
10  * Update documentation for #1587
11  * 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)
12  * Fix mod_magnet: enable "request.method" and "request.protocol" in lighty.env (#1308)
13  * Fix segfault for appending matched parts if there was no regex matching (just give empty strings) (#1601)
14  * Use data_response_init in mod_fastcgi x-sendfile handling for response.headers, fix a small "memleak" (#1628)
15  * Don't send empty Server headers (#1620)
16  * Fix conditional interpretation of core options
17  * Enable escaping of % and $ in redirect/rewrite; only two cases changed their behaviour: "%%" => "%", "$$" => "$"
18  * Fix accesslog port (should be port from the connection, not the "server.port") (#1618)
19  * Fix mod_fastcgi prefix matching: match the prefix always against url, not the absolute filepath (regardless of check-local)
20  * Overwrite Content-Type header in mod_dirlisting instead of inserting (#1614), patch by Henrik Holst
21  * Handle EINTR in mod_cgi during write() (#1640)
22  * Allow all http status codes by default; disable body only for 204,205 and 304; generate error pages for 4xx and 5xx (#1639)
23  * Fix mod_magnet to set con->mode = p->id if it generates content, so returning 4xx/5xx doesn't append an error page
24  * Remove lighttpd.spec* from source, fixing all problems with it ;-)
25  * Do not rely on PATH_MAX (POSIX does not require it) (#580)
26  * Disable logging to access.log if filename is an empty string
27  * Implement a clean way to open /dev/null and use it to close stdin/out/err in the needed places (#624)
28  * merge spawn-fcgi changes from trunk (from @2191)
29  * let spawn-fcgi propagate exit code from spawned fcgi application
30  * close connection after redirect in trigger_b4_dl (thx icy)
31  * close connection in mod_magnet if returned status code
32  * fix bug with IPv6 in mod_evasive (#1579)
33  * fix scgi HTTP/1.* status parsing (#1638), found by met@uberstats.com
34  * [tests] fixed system, use foreground daemons and waitpid
35  * [tests] removed pidfile from test system
36  * [tests] fixed tests needing php running (if not running on port 1026, search php in env[PHP] or /usr/bin/php-cgi)
37  * fixed typo in mod_accesslog (#1699)
38  * replaced buffer_{append,copy}_string with the _len variant where possible (#1732) (thx crypt)
39  * case insensitive match for secdownload md5 token (#1710)
40  * Handle only HEAD, GET and POST in mod_dirlisting (same as in staticfile) (#1687)
41  * fixed mod_secdownload problem with unsigned time_t (#1688)
42  * handle EAGAIN and EINTR for freebsd sendfile (#1675)
43  * Use filedescriptor 0 for mod_scgi spawn socket, redirect STDERR to /dev/null (#1716)
44  * fixed round-robin balancing in mod_proxy (#1715)
45  * fixed EINTR handling for waitpid in mod_fastcgi
46  * mod_{fast,s}cgi: overwrite environment variables (#1722)
47  * inserted many con->mode checks; they should prevent two modules to handle the same request if they shouldn't (#631)
48  * fixed url encoding to encode more characters (#266)
49  * allow digits in [s]cgi env vars (#1712)
50  * fixed dropping last character of evhost pattern (#161)
51  * print helpful error message on conditionals in global block (#1550)
52  * decode url before matching in mod_rewrite (#1720)
53  * fixed conditional patching of ldap filter (#1564)
54  * Match headers case insensitive in response (removing of X-{Sendfile,LIGHTTPD-*}, catching Date/Server)
55  * fixed bug with case-insensitive filenames in mod_userdir (#1589), spotted by "anders1"
56  * fixed format string bugs in mod_accesslog for SYSLOG
57  * replaced fprintf with log_error_write in fastcgi debug
58  * fixed mem leak in ssi expression parser (#1753), thx Take5k
59  * hide some ssl errors per default, enable them with debug.log-ssl-noise (#397)
60  * do not send content-encoding for 304 (#1754), thx yzlai
61  * fix segfault for stat_cache(fam) calls with relative path (without '/', can be triggered by x-sendfile) (#1750)
62
63- 1.4.19 - 2008-03-10
64
65  * added support for If-Range: <date> (#1346)
66  * added support for matching $HTTP["scheme"] in configs
67  * fixed initgroups() called after chroot (#1384)
68  * fixed case-sensitive check for Auth-Method (#1456)
69  * execute fcgi app without /bin/sh if used as argument to spawn-fcgi (#1428)
70  * fixed a bug that made /-prefixed extensions being handled also when
71    matching the end of the uri in fcgi,scgi and proxy modules (#1489)
72  * print error if X-LIGHTTPD-send-file cannot be done; reset header
73    Content-Length for send-file. Patches by Stefan Buehler
74  * prevent crash in certain php-fcgi configurations (#841)
75  * add IdleServers and Scoreboard directives in ?auto mode for mod_status (#1507)
76  * open log immediately after daemonizing, fixes SIGPIPEs on startup  (#165)
77  * HTTPS env var should be "on" when using mod_extforward and the X-Forwarded-Proto header is set. (#1499)
78  * generate ETag and Last-Modified headers for mod_ssi based on newest modified include (#1491)
79  * support letterhomes in mod_userdir (#1473)
80  * support chained proxies in mod_extforward (#1528)
81  * fixed bogus "cgi died ?" if we kill the CGI process on shutdown
82  * fixed ECONNRESET handling in network-openssl
83  * fixed handling of EAGAIN in network-linux-sendfile (#657)
84  * reset conditional cache (#1164)
85  * create directories in mod_compress (was broken with alias/userdir) (#1027)
86  * fixed out of range access in fd array (#1562, #372) (CVE-2008-0983)
87  * mod_compress should check if the request is already handled, e.g. by fastcgi (#1565)
88  * remove broken workaround for buggy Opera version with ssl/chunked encoding (#285)
89  * generate etag/last-modified header for on-the-fly-compressed files (#1171)
90  * req-method OPTIONS: do not insert default response if request was denied, do not deny OPTIONS by default (#1324)
91  * fixed memory leak on windows (#1347)
92  * fixed building outside of the src dir (#1349)
93  * fixed including of stdint.h/inttypes.h in etag.c (#1413)
94  * do not add Accept-Ranges header if range-request is disabled (#1449)
95  * log the ip of failed auth tries in error.log (enhancement #1544)
96  * fixed RoundRobin in mod_proxy (#516)
97  * check for symlinks after successful pathinfo matching (#1574)
98  * fixed mod-proxy.t to run with a builddir outside of the src dir
99  * do not suppress content on "307 Temporary Redirect" (#1412)
100  * fixed Content-Length header if response body gets removed in connections.c (#1412, part 2)
101  * do not generate a "Content-Length: 0" header for HEAD requests, added test too
102  * remove compress cache file if compression or write failed (#1150)
103  * fixed body handling of status 300 requests
104  * spawn-fcgi: only try to connect to unix socket (not tcp) before spawning (#1575)
105  * fix sending source of cgi script instead of 500 error if fork fails (CVE-2008-1111)
106  * fix min-procs handling in mod_scgi.c, just set to max-procs (patch from #623)
107  * fix sending "408 - Timeout" instead of "410 - Gone" for timedout urls in mod_secdownload (#1440)
108  * workaround #1587: require userdir.path to be set to enable mod_userdir (empty string allowed) (CVE-2008-1270)
109  * make configure checks for --with-pcre, --with-zlib and --with-bzip2 failing if the headers aren't found
110  * fixed handling of waitpid() == EINTR mod_ssi on solaris
111
112- 1.4.18 - 2007-09-09
113
114  * fixed compile error on IRIX 6.5.x on prctl() (#1333)
115  * fixed forwarding a SIGINT and SIGHUP when using max-workers (#902)
116  * fixed FastCGI header overrun in mod_fastcgi (reported by mattias@secweb.se)
117  * fixed hanging redirects with keep-alive due to missing
118    "Content-Length: 0" headers
119  * fixed crashing when using undefined environment variables in the config
120  * fixed compilation of mod_mysql_vhost on irix (#1341)
121
122- 1.4.17 - 2007-08-29
123
124  * added dir-listing.set-footer in mod_dirlisting (#1277)
125  * added sending UID and PID for SIGTERM and SIGINT to the logs
126  * fixed hardcoded font-sizes in mod_dirlisting (#1267)
127  * fixed different ETag length on 32/64 platforms (#1279)
128  * fixed compression of files < 128 bytes by disabling compression (#1241)
129  * fixed mysql server reconnects (#518)
130  * fixed disabled keep-alive for dynamic content with HTTP/1.0 (#1166)
131  * fixed crash on mixed EOL sequences in mod_cgi
132  * fixed key compare (#1287)
133  * fixed invalid char in header values (#1286)
134  * fixed invalid "304 Not Modified" on broken timestamps
135  * fixed endless loop on shrinked files with sendfile() on BSD (#1289)
136  * fixed counter overrun in ?auto in mod_status (#909)
137  * fixed too aggresive caching of nested conditionals (#41)
138  * fixed possible overflow in unix-socket path checks on BSD (#713)
139  * fixed extra Content-Length header on 1xx, 204 and 304 (#1002)
140  * fixed handling of duplicate If-Modified-Since to return 304
141  * fixed extracting status code from NPH scripts (#1125)
142  * fixed prctl() usage (#1310)
143  * removed config-check if passwd files exist (#1188)
144  * fixed crash when etags are disabled but the client sends one (#1322)
145  * fixed crash when freeing the config in mod_alias
146  * fixed server.error-handler-404 breakage from 1.4.16 (#1270)
147  * fixed entering 404-handler from dynamic content (#948)
148  * added more debug infos for FAM based stat-cache
149  * use more LSB like paths in the sample config (#1242)
150
151- 1.4.16 - 2007-07-25
152
153  * added static-file.etags, etag.use-inode, etag.use-mtime, etag.use-size
154    to customize the generation of ETags for static files. (#1209)
155    (patch by <Yusufg@gmail.com>)
156  * fixed typecast of NULL on execl() (#1235)
157    (patch by F. Denis)
158  * fixed circumventing url.access-deny by trailing slash (#1230)
159  * fixed crash on duplicate headers with trailing WS (#1232)
160  * fixed accepting more connections then requested (#1216)
161  * fixed mem-leak in mod_auth (reported by Stefan Esser)
162  * fixed crash with md5-sess and cnonce not set in mod_auth (reported by Stefan Esser)
163  * fixed missing check for base64 encoded string in mod_auth and Basic auth
164    (reported by Stefan Esser)
165  * fixed possible crash in Auth-Digest header parser on trailing WS in
166    mod_auth (reported by Stefan Esser)
167  * fixed check on stale errno values, which broke handling of broken fastcgi
168    applications. (#1245)
169  * fixed crash on 32bit archs when debug-msgs are printed in mod_scgi, mod_fastcgi
170    and mod_webdav (#1263)
171
172- 1.4.15 - 2007-04-13
173
174  * fixed broken Set-Cookie headers
175
176- 1.4.14 - 2007-04-13
177
178  * fix crash if gethostbyaddr() failed on redirect [1718]
179  * properly handle 206 responses generated by *cgi scripts. (#755) [1716]
180  * added HTTPS=on to the environment of cgi scripts (#861) [1684]
181  * fix handling of 303 (#1045) [1678]
182  * made the configure check for lua more portable [1677]
183  * added mod_extforward module [1665]
184  * references to the fam stat cache engine should be conditional (#1039) [1664]
185  * fix http 500 errors (colin.stephen/at/o2.com) #1041 [1663]
186  * prevent wrong pidfile unlinking on graceful restart (Chris Webb) [1656]
187  * ignore empty packets from STDERR stream. #998
188  * fix a crash for files with an mtime of 0 reported by cubiq on irc [1519]
189    CVE-2007-1870
190  * allow empty passwords with ldap (J�Sonnenberger) [1516]
191  * mod_scgi.c segfault fix #964 [1501]
192  * Added round-robin support to mod_fastcgi [1500]
193  * Handle DragonFlyBSD the same way as Freebsd (J�Sonnenberger) [1492,1676]
194  * added now and weeks support to mod_expire. #943
195  * fix cpu hog in certain requests [1473] CVE-2007-1869
196  * fix for handling hostnames with trailing dot [1406]
197  * fixed header-injection via server.tag (#1106)
198  * disabled caching of files without a content-type to solve the
199    aggressive caching of FF
200  * remove trailing white-spaces from HTTP-requests before parsing (#1098)
201  * fixed accesslog.use-syslog in a conditional and the caching of the
202    accesslog for files (fixes #1064)
203  * fixed various crashes at startup on broken accesslog.format strings (#1000)
204  * fixed handling of %% in accesslog.format
205  * fixed conditional dir-listing.exclude (#930)
206  * reduced default PATH_MAX to 255 (#826)
207  * ECONNABORTED is not known on cygwin (#863)
208  * fixed crash on url.redirect and url.rewrite if %0 is used in a global context
209    (#800)
210  * fixed possible crash in debug-message in mod_extforward
211  * fixed compilation of mod_extforward on glibc < 2.3.4
212  * fixed include of empty in the configfiles (#1076)
213  * send SIGUSR1 to fastcgi children before SIGTERM. libfcgi wants SIGUSR1. (#737)
214  * fixed missing AUTH_TYPE entry in the fastcgi environment. (#889)
215  * fixed compilation in network_writev.c on MacOS X 10.3.9 (#903)
216  * added kill-signal as another setting for fastcgi backends. See the wiki for more.
217
218- 1.4.13 - 2006-10-09
219
220  * added initgroups in spawn-fcgi (#871)
221  * added apr1 support htpasswd in mod-auth (#870)
222  * added lighty.stat() to mod_magnet
223  * fixed segfault in splitted CRLF CRLF sequences
224    (introduced in 1.4.12) (#876)
225  * fixed compilation of LOCK support in mod-webdav
226  * fixed fragments in request-URLs (#869)
227  * fixed pkg-config check for lua5.1 on debian
228  * fixed Content-Length = 0 on HEAD requests without
229    a known Content-Length (#119)
230  * fixed mkdir() forcing 0700 (#884)
231  * fixed writev() on FreeBSD 4.x and older (#875)
232  * removed warning about a 404-error-handler
233    returned 404
234  * backported and fixed the buildsystem changes for
235    webdav locks
236  * fixed plugin loading so we can finally load lua
237    extensions in mod_magnet scripts
238  * fixed large uploads if xattr is enabled
239
240- 1.4.12 - 2006-09-23
241
242  * added experimental LOCK support for webdav
243  * added Content-Range support for PUT in webdav
244  * added support for += on empty arrays in config-files
245  * added ssl.cipher-list and ssl.use-sslv2
246  * added $HTTP["querystring"] conditional
247  * added mod_magnet as long-term replacement for mod_cml
248  * added work-around for a Opera Bug with SSL + Chunked-Encoding
249  * changed --print-config to print to stdout instead of stderr
250  * changed no longer use 0600 for new files with webdav. umask is
251    honored. Make sure you have set a proper umask.
252  * fixed upload hangs with SSL
253  * fixed connection drops with SSL (aka bad retry)
254  * fixed path traversal with \ on cygwin
255  * fixed mem-leak in mod_flv_streaming
256  * fixed required trailing newline in configfiles (#142)
257  * fixed quoting the autoconf files (#466)
258  * fixed empty Host: + $HTTP["host"] handling (#458)
259  * fixed handling of If-Modified-Since if ETag is not set
260  * fixed default-shell if SHELL is not set (#441)
261  * fixed appending and assigning of env.* vars
262  * fixed empty FCGI_STDERR packets
263  * fixed conditional server.allow-http-11
264  * fixed handling of follow-symlink + lstat()
265  * fixed SIGHUP handling if max-workers is used
266  * fixed "Software caused connection abort" messages on FreeBSD
267
268- 1.4.11 - 2006-03-09
269
270  * added ability to specify which ip address spawn-fci listens on
271    (agkr/at/pobox.com)
272  * added mod_flv_streaming to streaming Flash Movies efficiently
273  * fixed handling of error codes returned by mod_dav_svn behing a
274    mod_proxy
275  * fixed error-messages in mod_auth and mod_fastcgi
276  * fixed re-enabling overloaded local fastcgi backends
277  * fixed handling of deleted files in linux-sendfile
278  * fixed compilation on BSD and MacOSX
279  * fixed $SERVER["socket"] on a already bound socket
280  * fixed local source retrieval on windows
281    (secunia)
282  * fixed hanging cgi if remote side is dieing while reading
283    from the pipe (sandy/at/meebo.com)
284
285- 1.4.10 - 2006-02-08
286
287  * added docs for mod_dirlisting
288  * added fastcgi.map-extensions to mod_fastcgi
289  * fixed load balancing for mod_fastcgi
290  * fixed extra newline for syslog() in mod_accesslog
291  * fixed user-track cookie for IE in mod_usertrack
292  * fixed crash in digest handling in mod_auth
293  * fixed handling of 301 response-bodies from a mod_proxy backend
294  * fixed loading of base modules if server.modules is not set
295  * fixed broken cgi if mod_scgi is loaded
296
297- 1.4.9 - 2006-01-14
298
299  * added server.core-files option (sandy <sandy/at/meebo.com>)
300  * added docs for mod_status
301  * added mod_evasive to limit the number of connections by IP (<w1zzard/at/techpowerup.com>)
302  * added the power-magnet to mod_cml
303  * added internal statistics to mod_fastcgi
304  * added server.statistics-url to get internal statistics from mod_status
305  * added support for conditional range-requests through If-Range
306  * added static building via scons
307  * fixed 100% cpu loops in mod_cgi ("sandy" <sjen/at/cs.stanford.edu>)
308  * fixed handling for secure-download.timeout (jamis/at/37signals.com)
309  * fixed IE bug in content-charset in the output of mod_dirlisting (sniper/at/php.net)
310  * fixed typos and language in the docs (ryan-2005/at/ryandesign.com)
311  * fixed assertion in mod_cgi on HEAD request is Content-Length (<sandy/at/meebo.com>)
312  * fixed handling if equal but duplicate If-Modified-Since request headers
313  * fixed endless loops in mod_fastcgi if backend is dead
314  * fixed Depth: 1 handling in PROPFIND requests on empty dirs
315  * fixed encoding of UTF8 encoded dirlistings (Jani Taskinen <sniper/at/iki.fi>)
316  * fixed initial bind to a unix-domain socket through server.bind
317  * fixed handling of lowercase filesystems
318  * fixed duplicate request headers cause by mod_setenv
319
320- 1.4.8 - 2005-11-23
321
322  * added auto-reconnect to ldap-server in mod_auth
323    (joerg/at/netbsd.org)
324  * changed auth.ldap-cafile to be optional
325    (joerg/at/netbsd.org)
326  * added strip_request_uri in mod_fastcgi
327  * added more X-* headers to mod_proxy
328    (Ben Grimm <bengrimm/at/gmail.com>)
329  * added 'debug' to simple-vhost to suppress the
330    (mod_simple_vhost.c.157) No such file or directory /servers/ww.lighttpd.net/pages/
331    messages by default
332  * added support to let the server listen on UNIX-socket
333  * changed default stat-cache-engine to 'simple'
334  * removed debian/ dir from source package on request by packager
335  * fixed max-age timestamps in mod_expire
336  * fixed encoding the filenames in PROPFIND in mod_webdav
337  * fixed range request handling in network_writev
338  * fixed retry on connect error in mod_fastcgi
339    (Robert G. Jakabosky <bobby/at/alphatrade.com>)
340  * fixed possible crash in mod_webdav if sqlite3 support
341    is available but not use
342  * fixed fdvent-handler init if server.max-worker was used
343    (Siddharth Vijayakrishnan <mail/at/bluefireworks.net>)
344  * fixed missing cleanup in mysql_vhost
345  * fixed assert() in "connections.c:962:
346      connection_handle_read_state: Assertion 'c->mem->used' failed."
347  * fixed 64bit issue in md5
348  * fixed crash in mod_status
349  * fixed duplicate headers in mod_proxy
350  * fixed Content-Length in HEAD request in mod_proxy
351  * fixed unsigned/signed comparisions
352  * fixed streaming in mod_cgi
353  * fixed possible overflow in password-salt handling
354    (reported on slashdot by james-web/at/and.org)
355  * fixed server-traffic-limit if connection limit is not set
356
357- 1.4.7 - 2005-11-02
358
359  * added FD_CLOEXEC to fds which are kept open for a longer time
360  * added smaller, moving mmaped windows to network_writev
361  * added madvise() to instruct the kernel the do proper read-ahead in network_writev
362  * added support for %I in mod_accesslog
363  * added better compat to Apache for ?auto in mod_status
364  * added support for userdirs without a entry in /etc/passwd in mod_userdir
365    (rob/at/inversepath.com)
366  * added startup-time selectable network-backend
367  * added location of upload-files to config as array
368  * added webdav.log-xml for logging xml-content in mod_webdav
369  * added Cache-Control: max-age to mod_expire
370  * workaround missing client-bug by assuming we received a close-notify on
371    non-keep-alive requests in SSL request
372  * disabled kerberos5 support by default to fix compilation on RHEL
373  * fixed order of library checks to fix compilation on Solaris 9
374  * fixed open file-descriptors on read-error
375  * fixed crash if /var/tmp is not writable
376
377- 1.4.6 - 2005-10-09
378
379  * fixed compilation on MacOS X and cygwin
380  * fixed compressed output if caching was disabled (seen in IE and Opera)
381  * fixed range-request option
382  * fixed mysql-vhost module (was broken in 1.4.5)
383  * fixed false positive in the detection of case-insensitive FS
384
385- 1.4.5 - 2005-10-02
386
387  * added all DeltaV methods as known methods
388  * added buffer-to-disk of request content
389  * added warning for unused variables in conditionals
390  * added global index-generators to mod_indexfile
391  * fixed caching for remote-ip conditionals with keep-alive
392  * fixed redirects with content
393  * fixed infinite loop in exec-cmd in mod_ssi
394  * fixed segfault in config handling for mod_mysql_vhost
395  * fixed segfault on FIFOs/Sockets
396  * fixed possible crash on uninit memory if If-Modified-Since was too long
397  * fixed accounting of mem-chunks
398  * fixed starving of connections on high load
399  * fixed crc errors in mod_compress on 64bit platforms
400  * fixed handling of overlapping fastcgi packets (bug added in 1.4.4)
401  * fixed logic of conditionals if a header was not set
402  * fixed a segfault in mod_rewrite if %1 references were used
403  * fixed handling of empty request URIs in HTTP requests
404
405- 1.4.4 - 2005-09-16
406  * added support for %V in mod_accesslog
407  * added a option for a FastCGI responser to send static files
408  * added md5 and blowfish hashes to htpasswd
409  * fixed METHOD in mod_accesslog of WebDAV methods
410  * fixed check for permission before files in sent
411  * fixed mod-proxy and content for non-POST requests
412  * fixed compilation of mod_cml on MacOS X
413  * fixed SSL errmsg after accept()
414  * fixed memleak in stat-cache
415  * fixed aborted connections if file was moved while in transfer
416  * fixed mem-usage for large FastCGI transfers
417
418- 1.4.3 - 2005-09-01
419
420  * added gracefull shutdown
421  * added server.max-connections
422  * fixed compilation on all BSD platforms
423  * fixed init of kqueue and /dev/poll after daemonize
424  * fixed segfault if select() is event-handler and more than FD_SETSIZE
425    fds are opened
426  * fixed compilation of mod_cml
427  * fixed bin-copy-env in mod_fastcgi
428
429- 1.4.2 - 2005-08-29
430
431  * fixed mimetype detection on uppercase extensions
432  * fixed memleak in stat-cache
433  * fixed infinite loop in mod_cgi
434  * fixed alignment crashes on sparc64 and alpha64
435  * fixed test system for gentoo ebuild
436  * fixed infinite loop in SSL
437  * fixed range request for files > 2Gb
438
439- 1.4.1 - 2005-08-22
440
441  * added a complete Class 1 complient mod_webdav
442  * fixed ssl support (especially on OpenBSD)
443  * fixed response header in body problem in mod_cgi
444  * fixed numbers before body problem
445  * fixed compilation on Solaris and FreeBSD
446  * fixed conditional options in mod_dirlisting
447  * fixed segfault in mod_dirlisting for NFS directories
448  * fixed check for docroot in change-root environments
449
450- 1.4.0 - 2005-08-17
451
452  * added nested conditionals
453  * added remote-ip to $HTTP
454  * added support for stat-cache via FAM
455  * added a read-only WebDAV module
456  * fixed cleanup in mod_proxy and mod_fastcgi
457  * fixed handling of filenames on case-insensitive filesystems
458
459- 1.3.16 - 2005-07-31
460
461  * added Date: headers to dynamic HTTP/1.0 requests
462  * added support for OPTION * HTTP/1.1
463  * added support for accesslog to syslog
464  * added support for PATH_INFO guessing if check-local is disabled in
465      mod_fastcgi
466  * added switch to disable range-requests
467  * added valid-user option for mod_auth (tigger at gentoo.org)
468  * added JavaScript based sorting to mod_status (erik)
469  * added selective TCP_CORK (Christian von Roques)
470  * break up endless loops with Status: 500
471  * fixed endless loops in mod_rewrite
472  * mapped url.rewrite and url.rewrite-final to uri.rewrite-once
473  * fixed compilation for mod_trigger_b4_dl
474  * fixed 'can't reach host' in mod_proxy
475  * error-handler-404 defaults to Status: 200 and static files work now
476
477- 1.3.15 - 2005-07-15
478
479  * added mod_cml
480  * added mod_trigger_b4_dl
481  * added encoding to mod_dirlisting
482  * added ?auto to mod_status
483  * relaxed handling of characters in URIs even more
484  * fixed detection of sendfile() on Linux 2.4.x
485  * fixed comparision of buffers for short strings
486  * server.errorfile-prefix is now conditional
487  * fixed mod_rrdtool to close STDERR
488
489- 1.3.14 - 2005-06-15
490
491  * added SCGI support via mod_scgi
492  * added hash-based and round-robin load balancing to mod_proxy
493  * fixed range requests larger than 2Gb
494  * fixed compilation on Solaris
495  * fixed endless loops in mod_fastcgi, mod_cgi and mod_proxy
496  * fixed handling of URIs for '+' and characters > 127
497
498- 1.3.13 - 2005-03-06
499
500  * added customizable directory listings
501  * fixed compile error on all BSD unixes
502  * fixed PATHINFO handling for FastCGI
503  * fixed handling of remote-close on FreeBSD and OpenSSL
504
505- 1.3.12 - 2005-03-02
506
507  * added ssl.ca-file
508  * added support for \n\n as terminator
509  * rewrote test-framework and added more tests
510  * fixed cgi.assign with empty handler
511  * fixed segfault in debug-code
512  * fixed mod_expire if modification-timestamps are used
513  * fixed segfault on duplication Host-headers
514  * fixed endless loop in mod_fastcgi
515  * fixed handling of dead fastcgi-processes
516
517- 1.3.11 - 2005-02-20
518
519  * added REMOTE_PORT and SERVER_ADDR to CGI-env
520  * relaxed handling of newlines before keep-alive requests
521  * relaxed uri-parser again
522  * fixed PHP_SELF for php
523  * fixed compilation on MacOS X
524  * fixed handling of EPIPE and ECONNRESET
525  * fixed crash in mod_auth if config-options are missing
526  * fixed handling of missing trailing / in mod_userdir
527  * fixed conditional secdownload.secret
528  * fixed REPORT ME error due to failed reconnects in mod_fastcgi
529  * fixed cmdline handling in mod_fastcgi
530
531- 1.3.10 - 2005-02-06
532
533  * added support for full commandline in spawn-fcgi
534  * fixed missing check for IP-address in mod_fastcgi
535  * fixed compile error with openssl in mod_fastcgi
536  * removed a debug-message from network-functions
537
538- 1.3.9 - 2005-02-06
539
540  * added a stricter URI parser
541  * added a check to the CGI spawner if the cgi-handler exists
542  * added documentation for SSL and mod_status
543  * added handling of startup environment to FastCGI
544  * improved performance in FastCGI in buildind the FastCGI header
545  * fixed min-procs and max-procs in FastCGI on PowerPC
546  * fixed crash in setenv.add-response-header
547  * fixed handling of nph-scripts in CGI
548  * fixed accidently sending out physical file in CGI on error
549  * fixed cygwin support
550  * fixed handling of missing files
551  * fixed HEAD requests for dynamic requests
552
553- 1.3.8 - 2005-01-30
554
555  * added traffic shaping by remote host and virtual server
556  * added auto-spawning of FastCGI process on demand
557  * added virtual host based on MySQL
558  * added mod_setenv to add envirnoment and http headers on the fly
559  * added support for syslog in mod_accesslog
560  * improved output of mod_status
561  * improved debug output in request handling
562  * fixed build problems on netbsd 1.4.x and 1.5.x
563  * fixed status.url configuration
564  * fixed handling of != and !~ in configutation
565  * fixed special cases in keep-alive handling
566  * fixed timeout handling in handling POST requests
567  * fixed mode AUTHORIZER in FastCGI
568  * fixed handling if internal redirects if no Host: is supplied
569  * fixed mod_alias + pathinfo
570  * fixed directory indexes and permissions
571  * enabled sending errorlog to syslog again
572
573- 1.3.7 - 2004-12-11
574
575  * added retries for a fastcgi connect if a php-childs
576    dies at startup
577  * update the debian directory
578  * added setgroups() to drop all group-privs
579  * added native port to windows via mingw32
580  * added server.tag = '...'
581  * added support for ${...} in mod_ssi
582  * ported all plugins to conditional support
583  * fixed multipart handling in cgi
584  * fixed kqueue event-handler
585  * fixed wrap-around in mod_status
586  * fixed crash with SSL + FastCGI
587  * fixed detection of SSL headers
588  * fixed handling of dangling SSL_shutdown
589  * fixed detection of keep-alive of Firefox
590
591- 1.3.6 - 2004-11-03
592
593  * added spawn-fcgi to the distribution
594  * added support in fastcgi module to spawn fastcgi
595    processes itself
596  * fixed logfile cycling if external logging is used
597  * fixed connection handling in fastcgi if no chunk
598    encoding is used
599  * fixed internal redirects on directories if a query
600    string is supplied
601  * fixed cgi-module for POST request above 4k
602  * fixed mod_alias and follow-symlink
603
604- 1.3.5 - 2004-10-31
605
606  * added mod_alias
607  * added mod_userdir
608  * added the exec command to the SSI handler
609  * added a switch to disable follow-symlinks
610  * added a switch to disable IPv6 at compile-time
611  * fixed compilation on FreeBSD and NetBSD 1.3.x
612  * fixed segfault in pipelining
613  * fixed a segfault in writev() handler if LFS is used
614
615- 1.3.4 - 2004-10-24
616
617  * added limiter for open files
618  * added logging of user supplied data to accesslogs
619  * added build target for OpenWRT
620  * added plain backend support for auth-digest
621  * fixed handling the external accesslog processes
622  * fixed SERVER_NAME in CGI and FastCGI
623
624- 1.3.3 - 2004-10-16
625
626  * added support for NL terminators in CGI-scripts
627  * added support for conditionals in mod_auth,
628    mod_simple_vhost and mod_evhost
629  * added a error-handler for 404 codes
630  * fixed request counter in the rrdtool module
631  * fixed log-file cycling
632  * fixed seg-fault
633
634- 1.3.2 - 2004-09-30
635
636  * fixed file-cache
637
638- 1.3.1 - 2004-09-30
639
640  * fixed file-cache
641  * fixed parsing of IPv6 adresses
642  * fixed cgi for cygwin
643  * fixed test-suite for FreeBSD and IRIX
644  * fixed handling of shrinked files
645  * fixed handling of REQUEST_URI after rewrite
646
647- 1.3.0 - 2004-09-17
648
649  * added build for MacOS X and Cygwin
650  * added handling of more than one socket
651  * added config-conditions for User-Agent and Referer
652  * added final rewrite-rules
653
654- 1.2.8 - 2004-09-11
655
656  * added a cache for mimetypes
657  * added X-Forwarded-For for mod_proxy
658  * fixed handling of comments in If-Modified-Since
659  * fixed error handling in FastCGI code
660  * fixed expire plugin for second Expire header
661
662- 1.2.7 - 2004-09-04
663
664  * added mod_rrdtool for internal statistics
665  * added xattr support
666  * added user-controlable timeouts
667  * improved documentation for many plugins
668  * fixed POST requests for mod_proxy
669  * fixed rare hang with CGI
670  * fixed seg-fault if no configfile is specified
671  * fixed rare problem in FastCGI header generation
672
673- 1.2.6 - 2004-08-26
674
675  * added apache-like accesslog definition
676  * enabled timestamp cache again
677  * improved performance in the string compare functions
678  * fixed double-free in fastcgi handler
679  * fixed error-handling in cgi handler
680
681- 1.2.5 - 2004-08-10
682
683  * added skeleton for solaris 10 port-API
684  * added compression support even if no cachedir is set
685  * added conditional configoptions
686  * fixed compilation on OpenBSD
687  * fixed kqueue support
688  * fixed pipelining bug
689  * fixed parallel build (triggered by Gentoo)
690  * updated debian postinst
691
692- 1.2.4 - 2004-07-31
693
694  * added kqueue support
695  * added server-side includes (mod_ssi)
696  * fixed large post uploads in fastcgi
697  * fixed rt-signals handling of delayed events
698
699- 1.2.3 - 2004-07-10
700
701  * added a proxy module for Java and friends
702  * added support to pass accesslog through an external programm
703  * added mimetypes for text/css and text/javascript
704  * fixed index-files for FastCGI if webserver is in chroot
705  * fixed error messages of CGI process fails to exec()
706  * fixed detection of pcre on IRIX and FreeBSD
707  * fixed timestamps in Last-Modified checks
708  * fixed 64bit builds
709  * fixed mmap-caching of large files
710  * relaxed the HTTP parser on empty headerfields
711
712- 1.2.2 - 2004-06-15
713
714  * added support for unix domain sockets in FastCGI
715  * fixed mmap caching
716  * fixed compile-time check for linux sendfile()
717  * fixed check for pcre.h on Fedora Core 2
718
719- 1.2.1 - 2004-05-30
720
721  * added experimental support for AIX send_file()
722  * added an mmap cache to the filehandle cache
723  * enabled FreeBSD sendfile support again
724  * added support for calling CGI binaries directly
725  * fixed pipelining for POST requests
726  * fixed some seg-faults if no configfile is used
727
728- 1.2.0 - 2004-05-17
729
730  * added conforming Expect: handling
731  * added a module for secure and fast downloading
732  * rewrote the event handling interface
733  * fixed array handling which might lead to 'missing header'
734  * fixed pipelining support
735  * fixed build of the localizer extension
736  * fixed cgi handling for headers which are flushed to often
737  * fixed compilation on Solaris 2.5
738
739- 1.1.9 - 2004-04-29
740
741  * added AUTHORIZER mode to the FastCGI module
742  * added 'check-local' option to disable local stat() in the FastCGI module
743  * added prefix-notation for FastCGI module
744  * added 'mod_usertrack'
745  * improved CGI/FastCGI spec conformance
746  * more code cleanup
747  * fixed HTTP/1.1 chunk headers
748  * fixed POST handling
749  * fixed SSL network handler
750  * fixed writev() network handler
751
752- 1.1.8 - 2004-04-16
753
754  * code cleanup
755  * limiting the size of the request-body and the request-header
756  * minor speed improvements
757  * tightend the HTTP-Parser again
758
759- 1.1.7 - 2004-04-12
760
761  * added REMOTE_USER to the Server->FastCGI parameters
762  * added bzip2 compression
763  * improved the error-messages from the new configfile parser
764  * fixed accesslog writing for errornous requests
765  * fixed LFS (64bit filesizes) handling
766  * fixed Content-Length for HEAD requests
767  * fixed some memory leaks in the configfile parser
768
769- 1.1.6 - 2004-04-10
770
771  * tightend the HTTP-Parser
772  * rewrote the configfile parser (based on lemon)
773  * fixed openssl support
774  * fixed mmap+write support
775  * use localtime in accesslog if possible
776
777- 1.1.5 - 2004-04-07
778
779  * added ldap backend to the auth
780  * added a mod_expire
781  * added debian packaging structure
782  * merged redhat and suse spec-file
783  * fixed eventhandler for solaris
784  * fixed 64bit fileoffsets
785  * fixed permissions of the PID-file
786
787- 1.1.4 - 2004-04-04
788
789  * added server.pid-file
790  * added support for solaris /dev/poll and solaris sendfilev()
791  * added support for writev()
792  * added PATHINFO support (again)
793  * fixed CLF logfile writing
794
795- 1.1.3 - 2004-03-25
796
797  * set default event-handler to 'poll'
798  * fixed logcycling in chroot()
799  * fixed hostname detection
800  * added syslog() as fallback for error-logging
801
802- 1.1.2 - 2004-03-22
803
804  * added a "docroot" setting for fastcgi processes
805  * performance improvements
806  * improved configure script
807  * rewrote the fastcgi config parser
808  * added a rc-script for RedHat
809  * added epoll() support for Linux 2.6.x
810
811- 1.1.1 - 2004-03-15
812
813  * added localizer module
814  * performance improvements
815  * code cleanup
816
817- 1.1.0 - 2004-03-06
818
819  * changed some configuration keys for better readability
820  * moved the virtual-host code to mod_simple_vhost
821  * added enhanced virtual host plugin from Christian Kruse
822  * added two new auth-backends (htpasswd, htdigest)
823  * fixed and improved authentification
824  * stricter parsing of the Host: field
825  * added a warning for unused configuration keys
826  * improved FastCGI documentation
827
828- 1.0.3 - 2004-02-13
829
830  * a startup script has been added (LSB compliant)
831  * HEAD requests were submitting the content like a GET request
832  * the virtual directory listing got a face-lifting and fixes
833  * request-headers are now handled case-in-sensitive as required
834    by the standard. this fixes POST requests for w3m and some Proxies.
835
836- 1.0.2 - 2004-02-07
837
838  * rearrangement of the default configfile
839  * some updates in the documentation
840  * a entry in the error-log for a 404
841  * stdout is no longer the default for the accesslog
Note: See TracBrowser for help on using the browser.