]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2.10.90-10 fedora/glibc-2.10.90-10
authorAndreas Schwab <schwab@redhat.com>
Tue, 28 Jul 2009 07:29:13 +0000 (09:29 +0200)
committerAndreas Schwab <schwab@redhat.com>
Tue, 28 Jul 2009 07:29:13 +0000 (09:29 +0200)
fedora/glibc.spec.in

index 4aa4153e83ed7c8196c8fbe4e2f48658960e444f..85fb0fdfd7d71154ddd5e2b54cdf7a0de85df5e9 100644 (file)
@@ -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.