about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2011-06-21 11:12:44 +0200
committerAndreas Schwab <schwab@redhat.com>2011-06-21 17:07:19 +0200
commit18e76460b67080f19576f358a62d0f1d8a7a0d1f (patch)
tree173bf4eeb8306f05735558f1772410632898dc47
parent2a57bd797c9a0f9d79436b8960019506c28c5889 (diff)
downloadglibc-18e76460b67080f19576f358a62d0f1d8a7a0d1f.tar.gz
glibc-18e76460b67080f19576f358a62d0f1d8a7a0d1f.tar.xz
glibc-18e76460b67080f19576f358a62d0f1d8a7a0d1f.zip
2.14-3
-rw-r--r--fedora/glibc.spec.in14
1 files changed, 13 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index f137cee5b2..6cc321aa0b 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -23,7 +23,7 @@
 Summary: The GNU libc libraries
 Name: glibc
 Version: %{glibcversion}
-Release: 2
+Release: 3
 # 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
@@ -1047,6 +1047,18 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Mon Jun 21 2011 Andreas Schwab <schwab@redhat.com> - 2.14-3
+- Update from 2.14 branch
+  - Fix typo in recent resolver change which causes segvs (#710279)
+  - Fix memory leak in getaddrinfo (#712178)
+  - Fix <bits/mqueue2.h> for C++ (BZ#12841)
+  - Assume Intel Core i3/i5/i7 processor if AVX is available
+- Filter results from gethostbyname4_r according to request flags
+  (#711827)
+- Repair GB18030 charmap (#712901)
+- Revert "Use .machine to prevent AS from complaining about z9-109
+  instructions in iconv modules" (#711330)
+
 * Fri Jun  3 2011 Andreas Schwab <schwab@redhat.com> - 2.14-2
 - Revert "Handle DNS server failures in case of AF_UNSPEC lookups
   correctly" (#710279)