From: Andreas Schwab Date: Tue, 28 Jun 2011 12:03:41 +0000 (+0200) Subject: 2.14-4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cad85ba78211fe51a4c377654f61ca73b8585d0e;p=thirdparty%2Fglibc.git 2.14-4 --- diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index 6cc321aa0bc..1503408e669 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 - 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 - 2.14-3 - Update from 2.14 branch - Fix typo in recent resolver change which causes segvs (#710279)