X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=debian%2Fchangelog;h=56802886839245179de13c888406d670ee43c091;hb=HEAD;hp=83855055087e70b9be28141932c4e9489c7369c3;hpb=908a6ebee13783def6d4af79efb7ac61dc3075b2;p=libnss-afs.git diff --git a/debian/changelog b/debian/changelog index 8385505..5680288 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,66 @@ +libnss-afs (2.01) unstable; urgency=low + + * workaround for a bug in recent versions of pam_unix.so + + -- Adam Megacz Sun, 03 Jan 2010 06:29:16 +0000 + +libnss-afs (2.0) unstable; urgency=low + + * return NOT_FOUND if invoked outside of nscd + + -- Adam Megacz Tue, 8 Dec 2009 13:48:04 -0800 + +libnss-afs (1.10) unstable; urgency=low + + * remember to release mutex if we fail due to empty ThisCell + + * set namelist_val to &uname rather than just uname + + * perror() should not be given a trailing \n + + * build with patched libafsrpc_pic.a for fast-fail ENETUNREACH + + -- Adam Megacz Sat, 11 Jul 2009 16:30:29 -0700 + +libnss-afs (1.09) unstable; urgency=low + + * link to _pic versions of libraries for amd64 compatability + + -- Adam Megacz Tue, 07 Jul 2009 18:05:25 -0400 + +libnss-afs (1.08) unstable; urgency=high + + * fix segfault with lenny libc6 by linking to pthreads version + + -- Adam Megacz Mon, 29 Jun 2009 11:35:54 -0700 + +libnss-afs (1.07) unstable; urgency=low + + * fix highly-improbable segfault + + -- Adam Megacz Sun, 27 Apr 2008 15:56:36 -0400 + +libnss-afs (1.06) unstable; urgency=low + + * clean up debianization + + -- Adam Megacz Thu, 17 Apr 2008 01:59:19 -0400 + +libnss-afs (1.05) unstable; urgency=low + + * set rx_SetRxDeadTime to 5 seconds to avoid stalling forever + * deliberately fail all lookups if stat("/afs/$CELL/") does not succeed + so we don't delay bootup/shutdown when the network is unreachable. + + -- megacz Tue, 08 Apr 2008 15:59:23 -0400 + +libnss-afs (1.04) unstable; urgency=medium + + * librx expects to be able to mutate the char*'s we pass it so strcpy() + the name argument in ptsnametoid(). + + -- megacz Sun, 06 Apr 2008 23:09:46 -0400 + libnss-afs (1.03) unstable; urgency=low * factor out fill_result_buf() to eliminate an extra call to the ptserver