From: Andreas Schwab Date: Mon, 13 Dec 2010 15:20:35 +0000 (+0100) Subject: 2.12.90-20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4b3e923e8ed391580c9c591d181454099fbd2f0;p=thirdparty%2Fglibc.git 2.12.90-20 --- diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index f9eb56496ad..532d7212ac5 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -20,7 +20,7 @@ Summary: The GNU libc libraries Name: glibc Version: %{glibcversion} -Release: 19 +Release: 20 # 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 @@ -1030,6 +1030,20 @@ rm -f *.filelist* %endif %changelog +* Mon Dec 13 2010 Andreas Schwab - 2.12.90-20 +- Update from master + - Declare wcpcpy and wcpncpy only under _GNU_SOURCE + - Fix use of restrict in wchar.h and string.h + - Fix race in qsort_r initialization (BZ#11655) + - Don't ignore zero TTL in DNS answers + - Allow aux_cache_file open()ing to fail silently even in the chroot + mode (BZ#11149) + - Fix multiple nss_compat initgroups() bugs (BZ#10085) + - Define MAP_HUGETLB and SWAP_FLAG_DISCARD +- Remove .UTF-8 suffix from locale names when it is the only supported + codeset (#657556) +- Don't ignore $ORIGIN in libraries + * Fri Nov 12 2010 Andreas Schwab - 2.12.90-19 - Update from master - Fix memory leak in fnmatch