summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2005-10-03 21:11:29 +0000
committerJakub Jelinek <jakub@redhat.com>2005-10-03 21:11:29 +0000
commit0f83c07944666f0d88922469988d6042b530df12 (patch)
tree1ab0c1c3b0b8b915f0371988de63bf19942472f2
parent3b96d127915428d1c43d6456799e01f9e70a863b (diff)
2.3.90-13
-rw-r--r--fedora/glibc.spec.in10
1 files changed, 9 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 03d50aebc2..9556380007 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 <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)