summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2009-12-28 21:23:49 +0000
committerArthur de Jong <arthur@arthurdejong.org>2009-12-28 21:23:49 +0000
commit53d1704ce8b374454cb9f1399e2f0cdc0f47b1ef (patch)
tree3ae6c93c95f3774e1d27863d816cb672648b92d3 /NEWS
parent2100edb2ebef821ea7663d6a6b026ba9854f17c0 (diff)
get files ready for 0.7.2 release
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1044 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS17
1 files changed, 17 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5e2e1fb..0c3c38e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+changes from 0.7.1 to 0.7.2
+---------------------------
+
+* some attributes may be mapped to a shell-like expression that expand
+ attributes from LDAP entries; this allows attributes overrides, defaults and
+ much more (as a result the passwd cn attribute mapping has been removed
+ because the gecos mapping is now "${gecos:-$cn}" by default)
+* update the NSS module to follow the change in Glibc where the addr
+ parameter of getnetbyaddr_r() was changed from network-byte-order to
+ host-byte-order
+* properly escape searches for uniqueMember attributes for DN with a comma in
+ an attribute value
+* miscellaneous improvements to the configure script implementing better (and
+ simpler) library detection
+* some general refactoring and other miscellaneous improvements
+
+
changes from 0.7.0 to 0.7.1
---------------------------