Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2013-05-05 17:34:15 +0200
committerArthur de Jong <arthur@arthurdejong.org>2013-05-05 17:34:15 +0200
commit12767b6daf975d80e0523079c85af79c8966bd18 (patch)
tree7d7178f7129ef901637dea8e6a67ed47913780c4 /NEWS
parent29f922f820a6bfa1fbf4621891c457a625709156 (diff)
get files ready for 0.8.13 release0.8.13
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd-0.8@1959 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS21
1 files changed, 21 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9328064..87080a2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+changes from 0.8.12 to 0.8.13
+-----------------------------
+
+* include an extra sanity check to ensure not too many file descriptors are
+ open
+* fix handling of gid configuration option if it listed before the uid option
+* fix microsecond timeout calculation (thanks Julien Cristau)
+* return NSS_STATUS_TRYAGAIN on zero-length (but not-NULL) buffer (thanks
+ Jakub Hrozek)
+* provide an _nss_ldap_version symbol in the NSS module to help debug problems
+ with a newer nslcd
+* retry updating the lastChange attribute with the normal nslcd LDAP
+ connection if the update with the user's connection failed
+* avoid processing passwd_byuid requests for uids below nss_min_uid
+* fix a few minor or very unlikely to occur memory leaks
+* fix the text representation of shadow information for nscd on Solaris
+* make the way manual pages are built and installed more consistent with
+ the chosen configure options
+* miscellaneous minor changes, fixes and compatibility improvements
+
+
changes from 0.8.11 to 0.8.12
-----------------------------