added note to ChangeLog that NEWS is the new ChangeLog and updated NEWS file
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@836 152afb58-edef-0310-8abb-c4023f1b3aa9
This commit is contained in:
parent
bdc5421430
commit
0ad4a2967c
27
ChangeLog
27
ChangeLog
|
@ -1,30 +1,11 @@
|
|||
CVS-Version: $Id: ChangeLog,v 1.18 2004/04/09 22:08:19 weigon Exp $
|
||||
|
||||
Feature Requests:
|
||||
* complex
|
||||
- limit read-queue to 64k and use traffic-shaping cap
|
||||
- if fastcgi/cgi are not ready ignore incoming FDEVENT_IN for a while
|
||||
-> reduce memory usage
|
||||
- userdir + suphp
|
||||
-> internal config-hash
|
||||
- don't strip // from PATHINFO
|
||||
- TLS
|
||||
** NOTE **
|
||||
|
||||
* moderate
|
||||
- errorlog piping
|
||||
- gracefull restart
|
||||
- mod_accesslog_mysql
|
||||
- mod_auth_mysql
|
||||
- IPv6 for FastCGI
|
||||
- man-page for spawn-fcgi
|
||||
- server.base-directory
|
||||
This file is abondend in favour of the NEWS file
|
||||
|
||||
** NOTE **
|
||||
|
||||
* simple
|
||||
- file-mapping for alias
|
||||
- hostnames for remote-FastCGI
|
||||
- cgi exec via shell
|
||||
- crash in read-post
|
||||
- remove default port from Host:
|
||||
|
||||
15.06.2005 20:10 - 1.3.15
|
||||
- mod_cml, mod_trigger_b4_dl
|
||||
|
|
12
NEWS
12
NEWS
|
@ -6,8 +6,17 @@ NEWS
|
|||
- 1.4.8 - 2005-..-..
|
||||
|
||||
* added auto-reconnect to ldap-server in mod_auth
|
||||
* added strip_request_uri in mod_fastcgi
|
||||
* changed default stat-cache-engine to 'simple'
|
||||
* removed debian/ dir from source package on request by packager
|
||||
* fixed max-age timestamps in mod_expire
|
||||
* fixed encoding the filenames in PROPFIND in mod_webdav
|
||||
* fixed range request handling in network_writev
|
||||
* fixed retry on connect error in mod_fastcgi
|
||||
* fixed possible crash in mod_webdav if sqlite3 support
|
||||
is available but not use
|
||||
* TODO: streaming CGI
|
||||
* TODO: missing cleanup in mysql_vhost
|
||||
|
||||
- 1.4.7 - 2005-11-02
|
||||
|
||||
|
@ -16,7 +25,8 @@ NEWS
|
|||
* added madvise() to instruct the kernel the do proper read-ahead in network_writev
|
||||
* added support for %I in mod_accesslog
|
||||
* added better compat to Apache for ?auto in mod_status
|
||||
* added support for userdirs without a entry in /etc/passwd in mod_userdir
|
||||
* added support for userdirs without a entry in /etc/passwd in mod_userdir
|
||||
(rob@inversepath.com)
|
||||
* added startup-time selectable network-backend
|
||||
* added location of upload-files to config as array
|
||||
* added webdav.log-xml for logging xml-content in mod_webdav
|
||||
|
|
Loading…
Reference in New Issue