summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2007-10-05 20:52:45 +0000
committerArthur de Jong <arthur@arthurdejong.org>2007-10-05 20:52:45 +0000
commite904d80b60379c1295af085ec4dfd825870f278d (patch)
treefbeee240a5dc6e37cecfa2c162101bc594296e4d /NEWS
parent1c7408c03332f78f4d89fe768b34c80bda14b702 (diff)
get files ready for 0.4 release
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@434 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 6e42e05..25b101b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+changes from 0.3 to 0.4
+-----------------------
+
+* remove nss_schema configfile option
+* temporary remove support for uniqueMember group membership attributes (will
+ be re-added in a later release)
+* removed support for nested groups, if this is really needed (please ask or
+ file a bug if you want it) it can be re-added later on
+* added missing docbook sources for manual pages to tarball
+* major cleanups and simplifications in the core LDAP query code (we don't
+ need to worry about SIGPIPE because nslcd does that globally, locking
+ because a connection is only used by one thread and simplifications the the
+ LDAP connection and query state)
+* get base, scope, filter and map configfile directives properly working
+* simplifications in LDAP reconnect logic (some work remains to be done in
+ this area)
+* issue warnings or errors for untested or unsupported configuration options
+* properly handle multiple URIs in Debian configuration
+* documentation improvements
+
+
changes from 0.2.1 to 0.3
-------------------------