summaryrefslogtreecommitdiff
path: root/fedora/glibc.spec.in
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2006-11-20 10:27:48 +0000
committerJakub Jelinek <jakub@redhat.com>2006-11-20 10:27:48 +0000
commit9a40233fa0d4c587880f5d3d3f42813ec6e6ae32 (patch)
tree241b0205b13dd2914bab182e4d3598c3a0569c3e /fedora/glibc.spec.in
parent53a451c64a34f4602b9479aaa8effe149e150a54 (diff)
Updated to fedora-glibc-20061120T1000cvs/fedora-glibc-2_5_90-7
Diffstat (limited to 'fedora/glibc.spec.in')
-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 0b99a9e00e..bd8a7c3120 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 xenarches i686 athlon
%ifarch %{xenarches}
@@ -1529,6 +1529,13 @@ rm -f *.filelist*
%endif
%changelog
+* Mon Nov 20 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-7
+- handle IPv6 addresses in /etc/hosts that are mappable to
+ IPv4 addresses in IPv4 host lookups (#215283)
+- fix :include: /etc/alias handling (#215572)
+- handle new tzdata format to cope with year > 2037 transitions
+ on 64-bit architectures
+
* Fri Nov 10 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-6
- fix strxfrm fix
- fix i?86 floor and ceil inlines (BZ#3451)