Author: madcoder Date: 2007-09-01 15:00:58 +0000 (Sat, 01 Sep 2007) New Revision: 2525
Modified: glibc-package/trunk/debian/debhelper.in/libc.NEWS Log: Document new libc.conf in ld.so.conf.d that puts /usr/local/lib front. Signed-off-by: Pierre Habouzit <[EMAIL PROTECTED]> Modified: glibc-package/trunk/debian/debhelper.in/libc.NEWS =================================================================== --- glibc-package/trunk/debian/debhelper.in/libc.NEWS 2007-08-26 21:05:21 UTC (rev 2524) +++ glibc-package/trunk/debian/debhelper.in/libc.NEWS 2007-09-01 15:00:58 UTC (rev 2525) @@ -1,3 +1,15 @@ +glibc (2.6.1-2) unstable; urgency=low + + Starting with version 2.6.1, the glibc ships /etc/ld.so.conf.d/libc.conf that + enforces /usr/local/lib to take precedence over /usr/lib. This is the + intended behaviour (it works like the $PATH where /usr/local/bin takes + precedence over /usr/bin). + + To revert that (and it is highely unrecommended) you can add /usr/lib front + in /etc/ld.so.conf.d/libc.conf. (see bug#440394). + + -- Pierre Habouzit <[EMAIL PROTECTED]> Sat, 01 Sep 2007 16:58:15 +0200 + glibc (2.5-1) unstable; urgency=low Starting with version 2.5-1, the glibc requires a 2.6.1 or later -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

