diff options
author | Stefan Bühler <stbuehler@web.de> | 2015-02-12 06:39:39 +0000 |
---|---|---|
committer | Stefan Bühler <stbuehler@web.de> | 2015-02-12 06:39:39 +0000 |
commit | c92496720d21ea7888187a8ae305c392d4fe824a (patch) | |
tree | 80de200fd6ed5dcf2f3c5ba7a2f7b6c215f511a8 /NEWS | |
parent | 673923daf839fda59e4dc1e5f95f5b265a65e802 (diff) | |
download | lighttpd-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-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |