summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorStefan Bühler <stbuehler@web.de>2014-02-16 13:08:36 +0000
committerStefan Bühler <stbuehler@web.de>2014-02-16 13:08:36 +0000
commit8e31e18b8e983ed54141cb872280c545ac0cfc83 (patch)
tree26fba645186323f523f0d7f9737c3e06fc037d4a /NEWS
parent57c661c1913b418fe46eaef89fed686082894057 (diff)
downloadlighttpd-git-8e31e18b8e983ed54141cb872280c545ac0cfc83.tar.gz
[mod_webdav] fix logic error in handling file creation error
From: Stefan Bühler <stbuehler@web.de> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2955 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index deea305d..01f3a1b7 100644
--- a/NEWS
+++ b/NEWS
@@ -19,6 +19,7 @@ NEWS
* force assertion: setting FD_CLOEXEC must work (if available)
* [network] check return value of lseek()
* fix unchecked return values from stream_open/stat_cache_get_entry
+ * [mod_webdav] fix logic error in handling file creation error
- 1.4.34
* [mod_auth] explicitly link ssl for SHA1 (fixes #2517)