]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2.3.90-13
authorJakub Jelinek <jakub@redhat.com>
Mon, 3 Oct 2005 21:11:29 +0000 (21:11 +0000)
committerJakub Jelinek <jakub@redhat.com>
Mon, 3 Oct 2005 21:11:29 +0000 (21:11 +0000)
fedora/glibc.spec.in

index 03d50aebc24c7dd7262f6247921b5d8915542185..9556380007a0fec7ca3aed5a827c6b0a177aca97 100644 (file)
@@ -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 <jakub@redhat.com> 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 <jakub@redhat.com> 2.3.90-12
 - update from CVS
   - netgrp handling fixes (#167728)