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.in10
2 files changed, 11 insertions, 3 deletions
diff --git a/fedora/branch.mk b/fedora/branch.mk
index 62e859b8fc..e7a2166302 100644
--- a/fedora/branch.mk
+++ b/fedora/branch.mk
@@ -3,5 +3,5 @@ glibc-branch := fedora
glibc-base := HEAD
DIST_BRANCH := devel
COLLECTION := dist-f8
-fedora-sync-date := 2008-11-13 22:06 UTC
-fedora-sync-tag := fedora-glibc-20081113T2206
+fedora-sync-date := 2009-01-02 21:10 UTC
+fedora-sync-tag := fedora-glibc-20090102T2110
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index f92087eb02..dad5523130 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -984,7 +984,15 @@ rm -f *.filelist*
%endif
%changelog
-* Thu Nov 13 2008 Jakub Jelinek <jakub@redhat.com> 2.9-1
+* Fri Jan 2 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-1
+- update from trunk (#478314)
+
+* Mon Dec 8 2008 Jakub Jelinek <jakub@redhat.com> 2.9-3
+- temporarily disable _nss_dns_gethostbyname4_r (#459756)
+- NIS hostname lookup fixes (#473073, #474800, BZ#7058)
+- fix unsetenv (#472941)
+
+* Thu Nov 13 2008 Jakub Jelinek <jakub@redhat.com> 2.9-2
- glibc 2.9 release
- fix CPU_ALLOC_SIZE on 32-bit arches (BZ#7029)