]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2.14-4
authorAndreas Schwab <schwab@redhat.com>
Tue, 28 Jun 2011 12:03:41 +0000 (14:03 +0200)
committerAndreas Schwab <schwab@redhat.com>
Tue, 28 Jun 2011 12:03:41 +0000 (14:03 +0200)
fedora/glibc.spec.in

index 6cc321aa0bcd3861788c33b8a852621dd3e4ad54..1503408e6699b73cd355ecdb15b8941cb2ca7cce 100644 (file)
@@ -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)