]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2.12.90-13
authorAndreas Schwab <schwab@redhat.com>
Mon, 27 Sep 2010 13:37:02 +0000 (15:37 +0200)
committerAndreas Schwab <schwab@redhat.com>
Mon, 27 Sep 2010 14:32:07 +0000 (16:32 +0200)
fedora/glibc.spec.in

index b503b6969cf7601e1ca7efa3b4cb1047e9b8c6e6..66019474a7a1a30abed29c1dfb29a318693f61fe 100644 (file)
@@ -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 <schwab@redhat.com> - 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 <dennis@ausil.us> - 2.12.90-12
 - dont build sparcv9v and sparc64v anymore