X-Git-Url: http://andersk.mit.edu/gitweb/nss_nonlocal.git/blobdiff_plain/64317660c0f8100e3abc61eb3c63b3d9d2e6101b..61c88b606d9fcca95af2838a149ead96d79a71d9:/debian/changelog diff --git a/debian/changelog b/debian/changelog index 779140d..a06d1ee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,36 @@ +libnss-nonlocal (1.8-0debathena3) unstable; urgency=low + + * Force exclusion of glibc-private dependency. This is necessary for + libnss-nonlocal to build and install with libc6 2.9 in Ubuntu Jaunty + and Debian experimental, which now generates an invalid dependency on + glibc-private for uses of private glibc symbols. + + -- Anders Kaseorg Sun, 01 Feb 2009 00:26:31 -0500 + +libnss-nonlocal (1.8-0debathena2) unstable; urgency=low + + * Change "Debian-Athena Project" to "Debathena Project". + * Remove debian/control from version control. + * Clean up debian/copyright. + + -- Tim Abbott Sat, 24 Jan 2009 18:03:22 -0500 + +libnss-nonlocal (1.8-0debathena1) unstable; urgency=low + + * Correct the buffer size passed to realloc. + + -- Anders Kaseorg Sat, 09 Aug 2008 22:41:57 -0400 + +libnss-nonlocal (1.7-0debathena1) unstable; urgency=low + + * Replace the magic buflen hack with explicit iteration over the nss + chain, so that getpwent/getgrent works with nscd enabled. + * Fix some memory leaks. + * Autotoolfiscate. + * Code cleanup. + + -- Anders Kaseorg Tue, 29 Jul 2008 06:57:53 -0400 + libnss-nonlocal (1.6-0debathena1) unstable; urgency=low * Use a version script to hide internal symbols.