X-Git-Url: http://andersk.mit.edu/gitweb/nss_nonlocal.git/blobdiff_plain/262fbf383be5b2704a07e74c6f6b79d8a56185cc..a7faa89a584271bd620d2429002d9cad9311439c:/debian/changelog diff --git a/debian/changelog b/debian/changelog index 23b48c2..a06d1ee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,72 @@ +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. + + -- Anders Kaseorg Sat, 15 Mar 2008 06:42:02 -0400 + +libnss-nonlocal (1.5-0debathena1) unstable; urgency=low + + * Add support for NSS_NONLOCAL_IGNORE environment variable, which + causes nss_nonlocal to pretend there are no nonlocal users. This + allows us to support letting adduser add users and groups with the + same name as a nonlocal user/group. + + -- Tim Abbott Mon, 25 Feb 2008 19:12:30 -0500 + +libnss-nonlocal (1.4-0debathena1) unstable; urgency=low + + * Bug fixes and cleanups. + + -- Anders Kaseorg Fri, 15 Feb 2008 21:39:50 -0500 + +libnss-nonlocal (1.3-0debathena2) unstable; urgency=low + + * Set maintainer to debathena@mit.edu. + + -- Tim Abbott Tue, 29 Jan 2008 22:18:25 -0500 + +libnss-nonlocal (1.3-0debathena1) unstable; urgency=low + + * Have initgroups() only add nonlocal groups to nonlocal users. + * If a group called nss-local-users exists, add local users to it. + * If a group called nss-nonlocal-users exists, add nonlocal users to it. + * Create nss-local-users and nss-nonlocal-users at installation. + + -- Tim Abbott Tue, 29 Jan 2008 22:11:37 -0500 + libnss-nonlocal (1.2) unstable; urgency=low * Use a magic buflen instead of thread-local variables, to avoid