summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2009-12-14 14:01:13 +0100
committerAndreas Schwab <schwab@redhat.com>2009-12-14 14:01:13 +0100
commit2f95f8a2033ad22fa3e2eb2be8a89615a1339830 (patch)
tree2baf26bd57eaca46ea0c040fea1763479a0845bc
parent58ae1cca4fbf078baadad5a7f3ec7896f27cad2b (diff)
downloadglibc-2f95f8a2033ad22fa3e2eb2be8a89615a1339830.tar.gz
glibc-2f95f8a2033ad22fa3e2eb2be8a89615a1339830.tar.xz
glibc-2f95f8a2033ad22fa3e2eb2be8a89615a1339830.zip
-rw-r--r--fedora/glibc.spec.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 76c0809115..ba150427ea 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -25,7 +25,7 @@
 Summary: The GNU libc libraries
 Name: glibc
 Version: %{glibcversion}
-Release: 4
+Release: 1
 # 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,11 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Mon Dec 14 2009 Andreas Schwab <schwab@redhat.com> - 2.11.1-1
+- Update to 2.11.1 release.
+  - Locale updates.
+  - Don't reuse RPC XIDs across forks.
+
 * Mon Nov 30 2009 Andreas Schwab <schwab@redhat.com> - 2.11-4
 - Update from 2.11 branch
   - Fix sync_file_range on ppc/ppc64.