diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-08-25 07:02:00 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2006-08-25 07:02:00 +0000 |
commit | 0afdbd1873d970cfaa724d7d49226685a07d6f05 (patch) | |
tree | 65abc9a5ee3bd7eb793e6e828841888683807e05 | |
parent | b26033141cf2a99f44e6d1479eef80da8cc6fbb6 (diff) | |
download | glibc-0afdbd1873d970cfaa724d7d49226685a07d6f05.zip glibc-0afdbd1873d970cfaa724d7d49226685a07d6f05.tar.gz glibc-0afdbd1873d970cfaa724d7d49226685a07d6f05.tar.bz2 |
2.4.90-24cvs/fedora-glibc-2_4_90-24
-rw-r--r-- | fedora/glibc.spec.in | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index f265ce6..4fb0f47 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -1,4 +1,4 @@ -%define glibcrelease 23 +%define glibcrelease 24 %define auxarches i586 i686 athlon sparcv9 alphaev6 %define xenarches i686 athlon %ifarch %{xenarches} @@ -1448,6 +1448,13 @@ rm -f *.filelist* %endif %changelog +* Fri Aug 25 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-24 +- temporarily back out code to limit number of unsorted block + sort iterations (#203735, #204027) +- handle PLT symbols in dladdr properly (BZ#2683) +- avoid malloc infinite looping for allocations larger than + the system can allocate (#203915) + * Tue Aug 22 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-23 - malloc fixes, especially for 32-bit arches (#202309) - further *_IN locale fixes (#200230) |