diff options
-rw-r--r-- | ChangeLog | 16 | ||||
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | debian/changelog | 8 | ||||
-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,19 @@ +2010-10-13 20:01 arthur + + * [r1268] nslcd/pam.c: grow ruser buffer (small part of r1267 from + trunk) + +2010-09-30 19:12 arthur + + * [r1230] ., debian/po/vi.po: updated Vietnamese (vi) translation + of debconf templates by Clytie Siddall (r1129 from trunk) + +2010-09-24 07:25 arthur + + * [r1212] 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.10 release + 2010-09-24 07:16 arthur * [r1211] ., nslcd/myldap.c: handle errors from ldap_result() @@ -1,3 +1,11 @@ +changes from 0.7.10 to 0.7.11 +----------------------------- + +* grow the buffer for the PAM ruser to not reject logins for users with + a ruser including a domain part (closes: #600065) +* Debian packaging improvements + + changes from 0.7.9 to 0.7.10 ---------------------------- diff --git a/configure.ac b/configure.ac index 836de7a..c051202 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.10],[nss-pam-ldapd-users@lists.arthurdejong.org]) -RELEASE_MONTH="Sep 2010" +AC_INIT([nss-pam-ldapd],[0.7.11],[nss-pam-ldapd-users@lists.arthurdejong.org]) +RELEASE_MONTH="Oct 2010" AC_SUBST(RELEASE_MONTH) AC_CONFIG_SRCDIR([nslcd.h]) diff --git a/debian/changelog b/debian/changelog index 54988d0..43f87ec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +nss-pam-ldapd (0.7.11) unstable; urgency=low + + * updated Vietnamese debconf translation by Clytie Siddall (closes: #598500) + * grow the buffer for the PAM ruser to not reject logins for users with + a ruser including a domain part (closes: #600065) + + -- Arthur de Jong <adejong@debian.org> Fri, 15 Oct 2010 15:30:00 +0200 + nss-pam-ldapd (0.7.10) unstable; urgency=low * handle errors from ldap_result() better and disconnect (and reconnect) diff --git a/man/nslcd.8.xml b/man/nslcd.8.xml index 228b3dc..5b44a43 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.10</refmiscinfo> + <refmiscinfo class="version">Version 0.7.11</refmiscinfo> <refmiscinfo class="manual">System Manager's Manual</refmiscinfo> - <refmiscinfo class="date">Sep 2010</refmiscinfo> + <refmiscinfo class="date">Oct 2010</refmiscinfo> </refmeta> <refnamediv id="name"> diff --git a/man/nslcd.conf.5.xml b/man/nslcd.conf.5.xml index 1e5db28..4cc3c43 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.10</refmiscinfo> + <refmiscinfo class="version">Version 0.7.11</refmiscinfo> <refmiscinfo class="manual">System Manager's Manual</refmiscinfo> - <refmiscinfo class="date">Sep 2010</refmiscinfo> + <refmiscinfo class="date">Oct 2010</refmiscinfo> </refmeta> <refnamediv id="name"> diff --git a/man/pam_ldap.8.xml b/man/pam_ldap.8.xml index 0343be2..7615ef8 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.10</refmiscinfo> + <refmiscinfo class="version">Version 0.7.11</refmiscinfo> <refmiscinfo class="manual">System Manager's Manual</refmiscinfo> - <refmiscinfo class="date">Sep 2010</refmiscinfo> + <refmiscinfo class="date">Oct 2010</refmiscinfo> </refmeta> <refnamediv id="name"> |