diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +changes from 0.8.13 to 0.8.14 +----------------------------- + +* implement an -n switch to not daemonise (by Caleb Callaway) +* increase password value buffer size (by Bersl) +* fix for pwdLastSet attribute value handling (thanks Joshua Shire) +* fix buffer overflow on interrupted read that is hard to trigger (thanks + John Sullivan) +* fix a possible crash in the NSS module when retrieving large networks + entries (thanks Lukas Slebodnik) +* avoid more broken pipe errors by using a low timeout when aborting reading + requested information from nslcd (thanks John Sullivan) +* only log broken pipe errors in debugging mode +* ignore SIGUSR1 and SIGUSR2 for future compatibility + + changes from 0.8.12 to 0.8.13 ----------------------------- |