summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2009-07-28 09:29:13 +0200
committerAndreas Schwab <schwab@redhat.com>2009-07-28 09:29:13 +0200
commit38090cfea3c78745cf2210394b5acc7e382fed53 (patch)
tree2d94a78057265d0f9eacc7243810135776fdc2f7
parentb14f097d7ef032db746b885ec05b167e54b8fa9c (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 4aa4153e83..85fb0fdfd7 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -21,7 +21,7 @@
Summary: The GNU libc libraries
Name: glibc
Version: %{glibcversion}
-Release: 9
+Release: 10
# GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries.
# Things that are linked directly into dynamically linked programs
# and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional
@@ -1034,6 +1034,12 @@ rm -f *.filelist*
%endif
%changelog
+* Tue Jul 28 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-10
+- Update from master.
+ * fix memory ordering in pthread_mutex_unlock (BZ#10418)
+ * implement RES_USE_DNSSEC option in resolver (#205842)
+ * fix hang in ldd -r (#513945)
+
* Mon Jul 27 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-9
- Update from master.