X-Git-Url: http://git.megacz.com/?p=libnss-afs.git;a=blobdiff_plain;f=debian%2Fchangelog;h=28eb855d85e5d38738948c2123e589a0ce4caec0;hp=1847aa596c5997b94e813b8f2cfbc6c79d2e0965;hb=491cdaa05effc30b9263ce521556a80ebf985897;hpb=582fb19ea81f1bdfea59e26fcc8bc24d2fd4550c diff --git a/debian/changelog b/debian/changelog index 1847aa5..28eb855 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,51 @@ +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 + * reformatting and commenting + + -- megacz Sun, 30 Mar 2008 23:48:41 -0400 + +libnss-afs (1.02) unstable; urgency=high + + * fix bug that would cause getpwnam() to fail for users with a ~/.loginshell + * create a #define for MAX_CELLNAME + * don't hardcode "/etc/openafs"; use AFSDIR_CLIENT_ETC_DIRPATH instead + + -- Adam Megacz Sun, 30 Mar 2008 20:07:30 -0700 + libnss-afs (1.01) unstable; urgency=low * add support for non-AFS_LINUX26_ONEGROUP_ENV PAGs