Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2007-10-05 22:52:45 +0200
committerArthur de Jong <arthur@arthurdejong.org>2007-10-05 22:52:45 +0200
commite904d80b60379c1295af085ec4dfd825870f278d (patch)
treefbeee240a5dc6e37cecfa2c162101bc594296e4d /debian
parent1c7408c03332f78f4d89fe768b34c80bda14b702 (diff)
get files ready for 0.4 release0.4
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@434 ef36b2f9-881f-0410-afb5-c4e39611909c
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