diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2010-12-11 22:57:32 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2010-12-11 22:57:32 +0100 |
commit | b68a3d47c3aa62d2fdef29b460d1739c9b608f11 (patch) | |
tree | 360d6a0e5ace14d4cf832528c40e96b7e13c2e9d | |
parent | 9d30bfb1981410649a5a152bee8627472a202608 (diff) |
get files ready for 0.7.13 release0.7.13
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd-0.7@1323 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r-- | ChangeLog | 18 | ||||
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | man/nslcd.8.xml | 4 | ||||
-rw-r--r-- | man/nslcd.conf.5.xml | 4 | ||||
-rw-r--r-- | man/pam_ldap.8.xml | 4 |
7 files changed, 40 insertions, 8 deletions
@@ -1,3 +1,21 @@ +2010-12-11 20:11 arthur + + * [r1321] ., nslcd/pam.c: return correct kind of error code from + try_pwmod() (r1313 from trunk) + +2010-12-10 14:49 arthur + + * [r1320] ., nslcd/myldap.c: call myldap_session_check() before + adding a new search to the session so the connection actually + gets closed on timeout (the connection isn't closed when there + are active searches) (r1294 from trunk) + +2010-10-29 16:15 arthur + + * [r1292] ChangeLog, NEWS, configure.ac, debian/changelog, + man/nslcd.8.xml, man/nslcd.conf.5.xml, man/pam_ldap.8.xml: get + files ready for 0.7.12 release + 2010-10-29 15:03 arthur * [r1291] ., nslcd/myldap.c: set a short socket timeout when @@ -1,3 +1,10 @@ +changes from 0.7.12 to 0.7.13 +----------------------------- + +* fix handling of idle_timelimit option +* fix error code for problem while doing password modification + + changes from 0.7.11 to 0.7.12 ----------------------------- diff --git a/configure.ac b/configure.ac index ad97eec..fcf419e 100644 --- a/configure.ac +++ b/configure.ac @@ -32,8 +32,8 @@ version 2.1 of the License, or (at your option) any later version. See the configure.ac file for more details.]) # initialize and set version and bugreport address -AC_INIT([nss-pam-ldapd],[0.7.12],[nss-pam-ldapd-users@lists.arthurdejong.org]) -RELEASE_MONTH="Oct 2010" +AC_INIT([nss-pam-ldapd],[0.7.13],[nss-pam-ldapd-users@lists.arthurdejong.org]) +RELEASE_MONTH="Dec 2010" AC_SUBST(RELEASE_MONTH) AC_CONFIG_SRCDIR([nslcd.h]) diff --git a/debian/changelog b/debian/changelog index 6f9079e..17ab37b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +nss-pam-ldapd (0.7.13) unstable; urgency=low + + * fix handling of idle_timelimit option + * fix error code for problem while doing password modification + + -- Arthur de Jong <adejong@debian.org> Sat, 11 Dec 2010 22:00:00 +0100 + nss-pam-ldapd (0.7.12) unstable; urgency=low * set a short socket timeout when shutting down the connection to the LDAP diff --git a/man/nslcd.8.xml b/man/nslcd.8.xml index 625a02c..5f2bbb7 100644 --- a/man/nslcd.8.xml +++ b/man/nslcd.8.xml @@ -36,9 +36,9 @@ <refmeta> <refentrytitle>nslcd</refentrytitle> <manvolnum>8</manvolnum> - <refmiscinfo class="version">Version 0.7.12</refmiscinfo> + <refmiscinfo class="version">Version 0.7.13</refmiscinfo> <refmiscinfo class="manual">System Manager's Manual</refmiscinfo> - <refmiscinfo class="date">Oct 2010</refmiscinfo> + <refmiscinfo class="date">Dec 2010</refmiscinfo> </refmeta> <refnamediv id="name"> diff --git a/man/nslcd.conf.5.xml b/man/nslcd.conf.5.xml index ca3df6c..e1b244d 100644 --- a/man/nslcd.conf.5.xml +++ b/man/nslcd.conf.5.xml @@ -36,9 +36,9 @@ <refmeta> <refentrytitle>nslcd.conf</refentrytitle> <manvolnum>5</manvolnum> - <refmiscinfo class="version">Version 0.7.12</refmiscinfo> + <refmiscinfo class="version">Version 0.7.13</refmiscinfo> <refmiscinfo class="manual">System Manager's Manual</refmiscinfo> - <refmiscinfo class="date">Oct 2010</refmiscinfo> + <refmiscinfo class="date">Dec 2010</refmiscinfo> </refmeta> <refnamediv id="name"> diff --git a/man/pam_ldap.8.xml b/man/pam_ldap.8.xml index 78fe21f..f247c6d 100644 --- a/man/pam_ldap.8.xml +++ b/man/pam_ldap.8.xml @@ -35,9 +35,9 @@ <refmeta> <refentrytitle>pam_ldap</refentrytitle> <manvolnum>8</manvolnum> - <refmiscinfo class="version">Version 0.7.12</refmiscinfo> + <refmiscinfo class="version">Version 0.7.13</refmiscinfo> <refmiscinfo class="manual">System Manager's Manual</refmiscinfo> - <refmiscinfo class="date">Oct 2010</refmiscinfo> + <refmiscinfo class="date">Dec 2010</refmiscinfo> </refmeta> <refnamediv id="name"> |