summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorStefan Bühler <stbuehler@web.de>2015-02-12 06:39:39 +0000
committerStefan Bühler <stbuehler@web.de>2015-02-12 06:39:39 +0000
commitc92496720d21ea7888187a8ae305c392d4fe824a (patch)
tree80de200fd6ed5dcf2f3c5ba7a2f7b6c215f511a8 /NEWS
parent673923daf839fda59e4dc1e5f95f5b265a65e802 (diff)
downloadlighttpd-git-c92496720d21ea7888187a8ae305c392d4fe824a.tar.gz
[mod_auth] use crypt_r instead of crypt if available
From: Stefan Bühler <stbuehler@web.de> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2986 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 ddb370db..59fd4f60 100644
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,7 @@ NEWS
* [connections] fix bug in connection state handling
* print backtrace in assert logging with libunwind
* major refactoring of internal buffer/chunk handling
+ * [mod_auth] use crypt_r instead of crypt if available
- 1.4.35 - 2014-03-12
* [network/ssl] fix build error if TLSEXT is disabled