summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2004-12-15 21:09:39 +0000
committerJakub Jelinek <jakub@redhat.com>2004-12-15 21:09:39 +0000
commit203a56c61e8a2d3947f82fd94625f73b8a78efb0 (patch)
tree64f3b7b99b047c1d43bf3b52c568c88dbc763354
parentd138a182cc117f5507f2c18c3e4322f6db19ce07 (diff)
2.3.3-96
-rw-r--r--fedora/glibc.spec.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index d8136cc83a..e20819bacd 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -1,4 +1,4 @@
-%define glibcrelease 95
+%define glibcrelease 96
%define auxarches i586 i686 athlon sparcv9 alphaev6
%define prelinkarches noarch
%define nptlarches i386 i686 athlon x86_64 ia64 s390 s390x sparcv9 ppc ppc64
@@ -1266,6 +1266,12 @@ rm -f *.filelist*
%changelog
* Wed Dec 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-95
+- update from CVS
+ - fix i686 __USE_STRING_INLINES strncat
+ - make sure ppc/ppc64 maintain correct stack alignment
+ across clone
+
+* Wed Dec 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-95
- export nis_domain_of_r from libnsl.so again which was
unintentionally lost