updated ChangeLog and NEWS from trac-timeline
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@383 152afb58-edef-0310-8abb-c4023f1b3aa9
This commit is contained in:
parent
91f59d67b1
commit
8281374f40
68
ChangeLog
68
ChangeLog
|
@ -22,13 +22,75 @@ Feature Requests:
|
|||
* simple
|
||||
- file-mapping for alias
|
||||
- hostnames for remote-FastCGI
|
||||
- fix remote-fastcgi on freebsd + kqueue
|
||||
- crash FDEVENT_OUT on FreeBSD
|
||||
- cgi exec via shell
|
||||
- crash in read-post
|
||||
- same config option twice -> aaa, aaa
|
||||
- remove default port from Host:
|
||||
|
||||
12.06.2005 12:55 - pre-release
|
||||
- mod_fastcgi
|
||||
|
||||
fixed event handling after delayed connect
|
||||
|
||||
make retry timeout configurable
|
||||
|
||||
removed unused events if we switch to FCGI_STATE_READ
|
||||
|
||||
disabled adaptive spawning
|
||||
|
||||
- mod_proxy
|
||||
|
||||
added hash-based and round-robin balancing
|
||||
|
||||
use port 80 is default
|
||||
|
||||
fixed errorhandling on connection refused
|
||||
|
||||
fixed usage of dead hosts [285]
|
||||
|
||||
- mod_cgi
|
||||
|
||||
send 500 if the CGI died before we received any data
|
||||
|
||||
redirect the stderr of CGI to our errorlog
|
||||
|
||||
cleanup cgi-env after we finished our request
|
||||
|
||||
- uri-handling
|
||||
|
||||
don't replace + to space before the ?query part
|
||||
|
||||
accept characters > 127 again
|
||||
|
||||
- mod_auth
|
||||
|
||||
fixed segfault if debugging is enabled [371]
|
||||
|
||||
- mod_scgi
|
||||
|
||||
added SCGI support for python + WSGI [381], [382]
|
||||
|
||||
- mod_setenv
|
||||
|
||||
fixed conditionals for setenv.add-environment [109]
|
||||
|
||||
- generic
|
||||
|
||||
report an error on duplicate config-keys in configfile [267]
|
||||
|
||||
call initgroups to join the groups of the users [239]
|
||||
|
||||
fixed automatic redirects if SSL is used
|
||||
|
||||
fixed compilation on Solaris [283]
|
||||
|
||||
disable accept-filtering on FreeBSD if ssl is used [320]
|
||||
|
||||
fixed handling of range-request larger than 2Gb
|
||||
|
||||
fixed comparisions of mime-types to case-insensitive [266]
|
||||
|
||||
added quotation of ETags [376], [378]
|
||||
|
||||
06.03.2005 12:22 - 1.3.13
|
||||
- mod_accesslog
|
||||
|
||||
|
|
9
NEWS
9
NEWS
|
@ -3,6 +3,15 @@
|
|||
NEWS
|
||||
====
|
||||
|
||||
- 1.3.14 - 2005-06-..
|
||||
|
||||
* added SCGI support via mod_scgi
|
||||
* added hash-based and round-robin load balancing to mod_proxy
|
||||
* fixed range requests larger than 2Gb
|
||||
* fixed compilation on Solaris
|
||||
* fixed endless loops in mod_fastcgi, mod_cgi and mod_proxy
|
||||
* fixed handling of URIs for '+' and characters > 127
|
||||
|
||||
- 1.3.13 - 2005-03-06
|
||||
|
||||
* added customizable directory listings
|
||||
|
|
Loading…
Reference in New Issue