diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2008-11-04 22:42:01 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2008-11-04 22:42:01 +0100 |
commit | 5e68450beb85e1f85b24d9623e2976bc408636a8 (patch) | |
tree | e7755ee8bc5cea237ac6e24dada71612a7feec81 | |
parent | 95a506de034b2e75ab9f374572be0d03e451cf4c (diff) |
get files ready for 0.6.6 release0.6.6
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@793 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r-- | ChangeLog | 46 | ||||
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | TODO | 2 | ||||
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | debian/changelog | 10 | ||||
-rw-r--r-- | man/nslcd.8.xml | 4 | ||||
-rw-r--r-- | man/nss-ldapd.conf.5.xml | 4 |
7 files changed, 73 insertions, 7 deletions
@@ -1,3 +1,47 @@ +2008-11-04 21:20 arthur + + * [r792] NEWS: some spelling fixes + +2008-11-04 21:15 arthur + + * [r791] man/nss-ldapd.conf.5.xml: update manual page with current + timeout numbers + +2008-11-01 18:05 arthur + + * [r790] debian/libnss-ldapd.postrm: fail on errors + +2008-10-31 23:48 arthur + + * [r789] debian/libnss-ldapd.postinst: check for existance of init + script instead of daemon + +2008-10-01 19:39 arthur + + * [r788] nslcd/common.c: also allow spaces in user and group names + because it was causing problems in some environments + +2008-09-24 08:01 arthur + + * [r787] nslcd/myldap.c: also retry if ldap_result() failed and + getting error number returned LDAP_SUCCESS + +2008-09-24 07:58 arthur + + * [r786] nslcd/myldap.c: log option name instead of option value + for ldap_set_option() value + +2008-09-24 07:07 arthur + + * [r785] debian/control: clarify relationship to nss_ldap in + package description + +2008-08-22 10:36 arthur + + * [r783] ChangeLog, NEWS, configure.ac, debian/changelog, + man/nslcd.8.xml, man/nss-ldapd.conf.5.xml: get files ready for + 0.6.5 release + 2008-08-07 08:10 arthur * [r782] debian/copyright, debian/po/da.po: updated Danish (da) @@ -196,7 +240,7 @@ 2008-05-18 15:03 arthur * [r741] TODO: from a review of glibc 2.3.6 code it shows that - strerror() is only non-threadsafe in some verly unlikely + strerror() is only non-threadsafe in some very unlikely circumstances 2008-05-17 08:34 arthur @@ -1,3 +1,13 @@ +changes form 0.6.5 to 0.6.6 +--------------------------- + +* Debian packaging improvements +* allow spaces in user and group names because it was causing problems in + some environments +* if ldap_set_option() fails log the option name instead of number +* retry connecting to LDAP server in more cases + + changes form 0.6.4 to 0.6.5 --------------------------- @@ -47,3 +47,5 @@ other items * support multiple search bases * support memberOf attribute in passwd entries that map to groups * rename tls_checkpeer option to tls_reqcert +* setnetgrent() may need to return an error if the netgroup is undefined +* handle repeated calls to getent() better (see http://bugzilla.padl.com/show_bug.cgi?id=376) diff --git a/configure.ac b/configure.ac index 7f4b357..4b3dc81 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-ldapd],[0.6.5],[arthur@ch.tudelft.nl]) -RELEASE_MONTH="Aug 2008" +AC_INIT([nss-ldapd],[0.6.6],[arthur@ch.tudelft.nl]) +RELEASE_MONTH="Nov 2008" AC_SUBST(RELEASE_MONTH) AC_CONFIG_SRCDIR([nslcd.h]) diff --git a/debian/changelog b/debian/changelog index b42b4c6..1446535 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +nss-ldapd (0.6.6) unstable; urgency=low + + * clarify relationship to nss_ldap in package description (closes: #499892) + * fix test for nscd init script in postinst (closes: #504142) + * allow spaces in user and group names (closes: #488635) + * if ldap_set_option() fails log the option name instead of number + * retry connecting to LDAP server in more cases + + -- Arthur de Jong <adejong@debian.org> Tue, 04 Nov 2008 22:30:00 +0100 + nss-ldapd (0.6.5) unstable; urgency=low * updated Swedish debconf translation by Martin Ă…gren (closes: #492910) diff --git a/man/nslcd.8.xml b/man/nslcd.8.xml index 0848ab2..dd1f4cf 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.6.5</refmiscinfo> + <refmiscinfo class="version">Version 0.6.6</refmiscinfo> <refmiscinfo class="manual">System Manager's Manual</refmiscinfo> - <refmiscinfo class="date">Aug 2008</refmiscinfo> + <refmiscinfo class="date">Nov 2008</refmiscinfo> </refmeta> <refnamediv id="name"> diff --git a/man/nss-ldapd.conf.5.xml b/man/nss-ldapd.conf.5.xml index 57325bf..cd4df5b 100644 --- a/man/nss-ldapd.conf.5.xml +++ b/man/nss-ldapd.conf.5.xml @@ -36,9 +36,9 @@ <refmeta> <refentrytitle>nss-ldapd.conf</refentrytitle> <manvolnum>5</manvolnum> - <refmiscinfo class="version">Version 0.6.5</refmiscinfo> + <refmiscinfo class="version">Version 0.6.6</refmiscinfo> <refmiscinfo class="manual">System Manager's Manual</refmiscinfo> - <refmiscinfo class="date">Aug 2008</refmiscinfo> + <refmiscinfo class="date">Nov 2008</refmiscinfo> </refmeta> <refnamediv id="name"> |