summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2004-11-02 13:36:24 +0000
committerJakub Jelinek <jakub@redhat.com>2004-11-02 13:36:24 +0000
commit70ac15e05291fd09b2dd1ceb6992c04939532cd0 (patch)
tree3f21b0aa08a2f86d5eae11689fbbfc1d2eb843af
parent5acf2e2cb412b7ceba599c6f5af43aa53e3fe04d (diff)
2.3.3-75
-rw-r--r--fedora/glibc.spec.in9
1 files changed, 8 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 02644ed917..7dfa25a4f9 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -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)