From: Jakub Jelinek Date: Mon, 3 Oct 2005 21:11:29 +0000 (+0000) Subject: 2.3.90-13 X-Git-Tag: cvs/fedora-glibc-2_3_90-13~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f83c07944666f0d88922469988d6042b530df12;p=thirdparty%2Fglibc.git 2.3.90-13 --- diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index 03d50aebc24..9556380007a 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -1,4 +1,4 @@ -%define glibcrelease 12 +%define glibcrelease 13 %define auxarches i586 i686 athlon sparcv9 alphaev6 %define prelinkarches noarch %define xenarches i686 athlon @@ -1083,6 +1083,14 @@ rm -f *.filelist* %endif %changelog +* Mon Oct 3 2005 Jakub Jelinek 2.3.90-13 +- update from CVS + - fix setuid etc. hangs if some thread exits during the call (#167766) + - fix innetgr memory leak (#169051) + - support > 2GB nscd log files (#168851) + - too many other changes to list here +- include errno in nscd message if audit_open failed (#169148) + * Mon Sep 12 2005 Jakub Jelinek 2.3.90-12 - update from CVS - netgrp handling fixes (#167728)