]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2.3.3-75
authorJakub Jelinek <jakub@redhat.com>
Tue, 2 Nov 2004 13:36:24 +0000 (13:36 +0000)
committerJakub Jelinek <jakub@redhat.com>
Tue, 2 Nov 2004 13:36:24 +0000 (13:36 +0000)
fedora/glibc.spec.in

index 02644ed9170fd5442c07dcb3a174c58b74e0edc5..7dfa25a4f90c589b83ddd310812a1115a5fc2ca7 100644 (file)
@@ -1,4 +1,4 @@
-%define glibcrelease 74
+%define glibcrelease 75
 %define auxarches i586 i686 athlon sparcv9 alphaev6
 %define prelinkarches noarch
 %define nptlarches i386 i686 athlon x86_64 ia64 s390 s390x sparcv9 ppc ppc64
@@ -1256,6 +1256,13 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Tue Nov  2 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-75
+- update from CVS
+  - mktime cleanups (BZ #487, #473, 
+  - unique comments in free(3) check error messages
+- adjust some x86_64 headers for -m32 (#129712)
+- object size checking support even with GCC-3.4.2-RH >= 3.4.2-8
+
 * Wed Oct 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-74
 - fix <netinet/udp.h> header
 - fix globfree (#137176)