Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/debian/changelog
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2009-09-04 15:00:40 +0200
committerArthur de Jong <arthur@arthurdejong.org>2009-09-04 15:00:40 +0200
commit32f10c93e66781ba13757a7bdaf0ebf6f79641cd (patch)
treeec872a6c4116213d07d12cd8f763a6f2ed33b0de /debian/changelog
parent438471ec17f128e95d20c7ff7f1626376a4fe0a3 (diff)
get files ready for 0.7.0 release0.7.0
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@987 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog20
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 2219804..9ed0a1b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,23 @@
+nss-pam-ldapd (0.7.0) unstable; urgency=low
+
+ * rename software to nss-pam-ldapd to indicate that PAM module is now a
+ standard part of the software
+ * split into the binary packages libnss-ldapd, libpam-ldapd and nslcd
+ (libpam-ldapd packaging used a patch for libpam-ldap by Steve Langasek)
+ (closes: #535505)
+ * the configuration file name has been changed to /etc/nslcd.conf (package
+ upgrade should migrate the configuration)
+ * updated Galician debconf translation by Marce Villarino (closes: #537424)
+ * patch by Petter Reinholdtsen to fix init script to start before autofs
+ (closes: #544093)
+ * the default values for bind_timelimit and reconnect_maxsleeptime were
+ lowered from 30 to 10 seconds (closes: #532874)
+ * upgrade to standards-version 3.8.3 (no changes needed)
+ * password hashes are no longer returned to non-root users (based on a patch
+ by Alexander V. Chernikov)
+
+ -- Arthur de Jong <adejong@debian.org> Tue, 01 Sep 2009 17:00:00 +0200
+
nss-ldapd (0.6.11) unstable; urgency=low
* fix user name to groups mapping (a bug in buffer checking in initgroups()