Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog21
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index d222d19..6a1dc3b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,24 @@
+nss-ldapd (0.4) unstable; urgency=low
+
+ * 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 (closes: #442688)
+ * 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
+
+ -- Arthur de Jong <adejong@debian.org> Fri, 05 Oct 2007 22:00:00 +0200
+
nss-ldapd (0.3) unstable; urgency=low
* added XS-Vcs-Svn and XS-Vcs-Browser as specified in #391023