From: Andreas Schwab Date: Mon, 27 Sep 2010 13:37:02 +0000 (+0200) Subject: 2.12.90-13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4610a7540e11b57a37f7063b35a6bf6a9f4791e1;p=thirdparty%2Fglibc.git 2.12.90-13 --- diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index b503b6969cf..66019474a7a 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: 12 +Release: 13 # 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 @@ -1022,6 +1022,24 @@ rm -f *.filelist* %endif %changelog +* Mon Sep 27 2010 Andreas Schwab - 2.12.90-13 +- Update from master + - Add two forgotten licence exceptions + - getdents64 fallback d_type support + - Move freeres function from ld.so to libc.so + - Undo feature selection for ftruncate (BZ#12037) + - Fix namespace pollution in pthread_cleanup_push + - Fix limit detection in x86-64 SSE2 strncasecmp (#632560) + - Add support for fanotify_mark on sparc32 and s390 + - Fix register conflict in s390 ____longjmp_chk (#629970) + - Don't try to free rpath strings allocated during startup (#629976) + - Actually make it possible to user the default name server +- Fix memory leak on init/fini dependency list (#632936) +- Fix handling of collating symbols in regexps (BZ#11561) +- Don't parse %s format argument as multibyte string (BZ#6530) +- Fix overflow in nss files parser +- Fix spurious nop at start of __strspn_ia32 + * Wed Sep 15 2010 Dennis Gilmore - 2.12.90-12 - dont build sparcv9v and sparc64v anymore