summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2005-07-29 17:08:23 +0000
committerJakub Jelinek <jakub@redhat.com>2005-07-29 17:08:23 +0000
commitedf63004732b28995411cf3dca34215cf2982901 (patch)
tree868e11990a41bbc67883741c21497463aea9fb6a
parent979da19ab840553e3862f3b2aea50ad07118616f (diff)
-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 f7b156ebb6..5be90c6adc 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -1,4 +1,4 @@
-%define glibcrelease 6
+%define glibcrelease 7
%define auxarches i586 i686 athlon sparcv9 alphaev6
%define prelinkarches noarch
%define xenarches i686 athlon
@@ -1074,6 +1074,12 @@ rm -f *.filelist*
%endif
%changelog
+* Fri Jul 29 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-7
+- update from CVS
+- do some poor man's stack guard randomization even without
+ the costly --enable-stackguard-randomization
+- rebuilt with new GCC to make it use -msecure-plt on PPC32
+
* Mon Jul 25 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-6
- update from CVS
- fix execvp if PATH is not in environment and the call is going