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