summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJan Kneschke <jan@kneschke.de>2005-11-01 07:50:08 +0000
committerJan Kneschke <jan@kneschke.de>2005-11-01 07:50:08 +0000
commita8d7ca1bb4dcff4ac5d1543db1c759ec00cf4509 (patch)
tree1354885547e01fbdb65d20f2dfc7417e2d69a9b8 /NEWS
parent1e38f0931a089054ef6ef994732d71a89b1dc837 (diff)
downloadlighttpd-git-a8d7ca1bb4dcff4ac5d1543db1c759ec00cf4509.tar.gz
chunkqueue can get a list of tempdirs which are tried to open a file at
server.upload-dirs is the option in the configfile git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@812 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 83ffa68a..fb899f6a 100644
--- a/NEWS
+++ b/NEWS
@@ -12,13 +12,13 @@ NEWS
* added better compat to Apache for ?auto in mod_status
* added support for userdirs without a entry in /etc/passwd in mod_userdir
* added startup-time selectable network-backend
+ * added location of upload-files to config as array
* workaround missing client-bug by assuming we received a close-notify on
non-keep-alive requests in SSL request
* disabled kerberos5 support by default to fix compilation on RHEL
* fixed order of library checks to fix compilation on Solaris 9
* fixed open file-descriptors on read-error
* fixed crash if /var/tmp is not writable
- * TODO: export location of upload-files to config as array
* TODO: add debugging to mod_webdav
- 1.4.6 - 2005-10-09