]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2.3.3-96
authorJakub Jelinek <jakub@redhat.com>
Wed, 15 Dec 2004 21:09:39 +0000 (21:09 +0000)
committerJakub Jelinek <jakub@redhat.com>
Wed, 15 Dec 2004 21:09:39 +0000 (21:09 +0000)
fedora/glibc.spec.in

index d8136cc83afefd0e72d39cb1fa0924d70485a7ac..e20819bacd6b81aa6bb900de8999256ffbb7de83 100644 (file)
@@ -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
@@ -1265,6 +1265,12 @@ rm -f *.filelist*
 %endif
 
 %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