diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2007-10-26 10:16:09 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2007-10-26 10:16:09 +0200 |
commit | 396b2a7a1d2b7cd32e0b314f410d75964ea6517a (patch) | |
tree | 453f7f4286e8a609d2aec435eb911fb0c3f46dfb | |
parent | 944538804da549c8c3060a293f185e0ddafe8a85 (diff) |
get files ready for 0.4.1 release0.4.1
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd-0.4.1@459 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r-- | ChangeLog | 105 | ||||
-rw-r--r-- | NEWS | 14 | ||||
-rw-r--r-- | TODO | 4 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | debian/changelog | 13 | ||||
-rw-r--r-- | man/nslcd.8.xml | 2 | ||||
-rw-r--r-- | man/nss-ldapd.conf.5.xml | 2 |
7 files changed, 136 insertions, 6 deletions
@@ -1,3 +1,108 @@ +2007-10-26 07:36 arthur + + * [r458] Makefile.am: fix generating changelog for this branch + +2007-10-26 07:32 arthur + + * [r457] nslcd/Makefile.am, nslcd/ldap-nss.c, nslcd/ldap-nss.h, + nslcd/myldap.h, tests, tests/Makefile.am, + tests/nss-ldapd-test.conf, tests/test_myldap.c: revert myldap + changes in revisions 443 and 444 + +2007-10-26 07:16 arthur + + * [r456] .: prepare a 0.4.1 branch + +2007-10-26 07:16 arthur + + * [r456] prepare a 0.4.1 branch + +2007-10-25 21:55 arthur + + * [r455] nslcd/rpc.c: fix rpc filter and remove unused objectClass + attmap entry + +2007-10-25 21:19 arthur + + * [r454] nslcd/ldap-nss.c: clean up any messages after abandoning + the search because that returns a new message (fix memory leak) + +2007-10-25 20:25 arthur + + * [r453] nslcd/ldap-nss.c: fix a memory leak, not storing search + entries so they could be freed later on + +2007-10-25 20:18 arthur + + * [r452] nslcd/ldap-nss.c: fix using unassigned status + +2007-10-25 20:17 arthur + + * [r451] nslcd/ldap-nss.c: fix memory leak + +2007-10-25 09:02 arthur + + * [r450] debian/libnss-ldapd.nslcd.init: remove S runlevel from + Default-Stop in init script + +2007-10-21 07:43 arthur + + * [r449] nss/networks.c: correct calls to + NSLCD_ACTION_NETWORK_BYNAME and NSLCD_ACTION_NETWORK_BYADDR and + get address in correct byte order with the last call + +2007-10-20 19:25 arthur + + * [r448] nslcd/passwd.c, nslcd/protocol.c: call mysnprintf() + instead of snprintf() where needed (bugfix) + +2007-10-19 22:04 arthur + + * [r444] nslcd/ldap-nss.c: make a replacement for + _nss_ldap_getbyname() which uses the myldap calls internally + +2007-10-19 10:35 arthur + + * [r443] nslcd/Makefile.am, nslcd/ldap-nss.c, nslcd/ldap-nss.h, + nslcd/myldap.h, tests, tests/Makefile.am, + tests/nss-ldapd-test.conf, tests/test_myldap.c: integrate basic + myldap interface (partially merged from dev-myldap branch) + +2007-10-19 09:39 arthur + + * [r442] tests/Makefile.am: include debugging information in object + files + +2007-10-19 09:36 arthur + + * [r441] tests/Makefile.am: move most C[PP]FLAGS options to + AM_C[PP]FLAGS and clean up a little + +2007-10-19 09:30 arthur + + * [r440] common/tio.c: fix usage of DEBUG_TIO_STATS + +2007-10-14 07:59 arthur + + * [r438] AUTHORS: add translator to Japanese of templates + +2007-10-14 07:57 arthur + + * [r437] debian/po/ja.po: update Japanese (ja) translation of + debconf templates by Kenshi Muto <kmuto@debian.org> + +2007-10-08 20:11 arthur + + * [r436] debian/copyright, debian/po/fr.po: update French (fr) + translation of debconf templates by Cyril Brulebois + <cyril.brulebois@enst-bretagne.fr> + +2007-10-05 20:52 arthur + + * [r434] ChangeLog, NEWS, TODO, configure.ac, debian/changelog, + man/nslcd.8.xml, man/nss-ldapd.conf.5.xml: get files ready for + 0.4 release + 2007-10-04 19:52 arthur * [r433] .: ignore tarballs @@ -1,3 +1,15 @@ +changes from 0.4 to 0.4.1 +------------------------- + +* added French debconf translation by Cyril Brulebois +* added Japanese debconf translation by Kenshi Muto +* fix a problem with network name lookups where the lookup would result + in the wrong call to nslcd +* fix wrong default filter for rpc lookups +* fix a number of memory leaks (thanks valgrind) + (all memory leaks during normal operation should be fixed now) + + changes from 0.3 to 0.4 ----------------------- @@ -9,7 +21,7 @@ changes from 0.3 to 0.4 * added missing docbook sources for manual pages to tarball * 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 + 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 @@ -39,7 +39,6 @@ other items * in mkfilter_*() functions: add some check to see if the filter fits and log an error (also see to it that the caller exists (e.g. declare return value as must use)) -* update online documentation * maybe document how to set up automounting in LDAP (Linux and Solaris) * make sure to translate timelimit 0 into timelimit -1 where needed * split out idle checking into separate function so we may be able to call it @@ -48,4 +47,5 @@ other items chroot jails) * make number of thread configurable in config * make I/O timeout between NSS lib and daemon configurable at configure -* check for memory leaks +* document the timout mechanism between client and server and document some + cases where this may cause problems diff --git a/configure.ac b/configure.ac index b8188e1..cf326a9 100644 --- a/configure.ac +++ b/configure.ac @@ -32,7 +32,7 @@ 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.4],[arthur@ch.tudelft.nl]) +AC_INIT([nss-ldapd],[0.4.1],[arthur@ch.tudelft.nl]) RELEASE_MONTH="Oct 2007" AC_SUBST(RELEASE_MONTH) AC_CONFIG_SRCDIR([nslcd.h]) diff --git a/debian/changelog b/debian/changelog index 6a1dc3b..a266e6b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +nss-ldapd (0.4.1) unstable; urgency=low + + * updated French debconf translation by Cyril Brulebois (closes: #433248) + * updated Japanese debconf translation by Kenshi Muto (closes: #446580) + * remove S runlevel from Default-Stop in init script (closes: #447949) + * fix a problem with network name lookups where the lookup would result + in the wrong call to nslcd + * fix wrong default filter for rpc lookups + * fix a number of memory leaks (thanks valgrind) (closes: #447997) + (all memory leaks during normal operation should be fixed now) + + -- Arthur de Jong <adejong@debian.org> Thu, 26 Oct 2007 10:00:00 +0200 + nss-ldapd (0.4) unstable; urgency=low * remove nss_schema configfile option diff --git a/man/nslcd.8.xml b/man/nslcd.8.xml index c03d028..3bc7892 100644 --- a/man/nslcd.8.xml +++ b/man/nslcd.8.xml @@ -36,7 +36,7 @@ <refmeta> <refentrytitle>nslcd</refentrytitle> <manvolnum>8</manvolnum> - <refmiscinfo class="version">Version 0.4</refmiscinfo> + <refmiscinfo class="version">Version 0.4.1</refmiscinfo> <refmiscinfo class="manual">System Manager's Manual</refmiscinfo> <refmiscinfo class="date">Oct 2007</refmiscinfo> </refmeta> diff --git a/man/nss-ldapd.conf.5.xml b/man/nss-ldapd.conf.5.xml index dbda805..b531d69 100644 --- a/man/nss-ldapd.conf.5.xml +++ b/man/nss-ldapd.conf.5.xml @@ -36,7 +36,7 @@ <refmeta> <refentrytitle>nss-ldapd.conf</refentrytitle> <manvolnum>5</manvolnum> - <refmiscinfo class="version">Version 0.4</refmiscinfo> + <refmiscinfo class="version">Version 0.4.1</refmiscinfo> <refmiscinfo class="manual">System Manager's Manual</refmiscinfo> <refmiscinfo class="date">Oct 2007</refmiscinfo> </refmeta> |