summaryrefslogtreecommitdiff
path: root/fedora
diff options
context:
space:
mode:
Diffstat (limited to 'fedora')
-rw-r--r--fedora/branch.mk4
-rw-r--r--fedora/glibc.spec.in12
2 files changed, 13 insertions, 3 deletions
diff --git a/fedora/branch.mk b/fedora/branch.mk
index 5c112f2090..3f862e4029 100644
--- a/fedora/branch.mk
+++ b/fedora/branch.mk
@@ -3,5 +3,5 @@ glibc-branch := fedora
glibc-base := HEAD
DIST_BRANCH := devel
COLLECTION := dist-fc4
-fedora-sync-date := 2006-10-02 18:58 UTC
-fedora-sync-tag := fedora-glibc-20061002T1858
+fedora-sync-date := 2006-10-25 18:57 UTC
+fedora-sync-tag := fedora-glibc-20061025T1857
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 37cda6065d..dca78b135d 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -1,4 +1,4 @@
-%define glibcrelease 2
+%define glibcrelease 1
%define auxarches i586 i686 athlon sparcv9 alphaev6
%define xenarches i686 athlon
%ifarch %{xenarches}
@@ -1528,6 +1528,16 @@ rm -f *.filelist*
%endif
%changelog
+* Wed Oct 25 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-1
+- fix i?86 6 argument syscalls (e.g. splice)
+- fix rtld minimal realloc (BZ#3352)
+- fix RFC3484 getaddrinfo sorting according to rules 4 and 7 (BZ#3369)
+- fix xdrmem_setpos (#211452)
+- bump __GLIBC_MINOR__
+- increase PTHREAD_STACK_MIN on ppc{,64} to 128K to allow
+ 64K pagesize kernels (#209877)
+- speed up initgroups on NIS+ (#208203)
+
* Mon Oct 2 2006 Jakub Jelinek <jakub@redhat.com> 2.5-2
- fix nscd database growing (#207928)
- bypass prelinking when LD_DYNAMIC_WEAK=1 is in the environment