about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2011-06-28 14:03:41 +0200
committerAndreas Schwab <schwab@redhat.com>2011-06-28 14:03:41 +0200
commitcad85ba78211fe51a4c377654f61ca73b8585d0e (patch)
tree424176cb3bbaef8f96c9c95a107805ff67eb8644
parent3d828a61cdc5ccd5e907e880cff45130169a543e (diff)
downloadglibc-cad85ba78211fe51a4c377654f61ca73b8585d0e.tar.gz
glibc-cad85ba78211fe51a4c377654f61ca73b8585d0e.tar.xz
glibc-cad85ba78211fe51a4c377654f61ca73b8585d0e.zip
2.14-4
-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 6cc321aa0b..1503408e66 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: 3
+Release: 4
 # 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,12 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Tue Jun 28 2011 Andreas Schwab <schwab@redhat.com> - 2.14-4
+- Update from 2.14 branch
+  - Fix crash in GB18030 encoder (#712901)
+- Fix more bugs in GB18030 charmap
+- Don't use gethostbyaddr to determine canonical name
+
 * 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)