This commit is contained in:
Jakub Jelinek 2005-08-08 21:43:28 +00:00
parent a6d1003497
commit 964f44e4d8

View File

@ -1,4 +1,4 @@
%define glibcrelease 7
%define glibcrelease 8
%define auxarches i586 i686 athlon sparcv9 alphaev6
%define prelinkarches noarch
%define xenarches i686 athlon
@ -103,7 +103,7 @@ Conflicts: texinfo < 3.11
# Need AS_NEEDED directive
Conflicts: binutils < 2.15.94.0.2-1
Prereq: /sbin/install-info
Obsoletes: libc-debug, libc-headers, libc-devel
Obsoletes: libc-debug, libc-headers, libc-devel, linuxthreads-devel
Obsoletes: glibc-debug, nptl-devel
Prereq: %{name}-headers
Requires: %{name}-headers = %{version}-%{release}, %{name} = %{version}-%{release}
@ -1074,6 +1074,16 @@ rm -f *.filelist*
%endif
%changelog
* Mon Aug 8 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-8
- update from CVS
- nscd persistent database verifier (#164001)
- cleanup _FORTIFY_SOURCE bits/*.h headers (#165000)
- handle EINTR in sigwait properly
- make sure poor man's stack guard randomization keeps first
byte 0 even on big-endian 32-bit arches
- fix {elf,nptl}/tst-stackguard1
- obsolete linuxthreads-devel in glibc-devel
* 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