summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2010-01-15 10:52:04 +0100
committerAndreas Schwab <schwab@redhat.com>2010-01-15 10:52:04 +0100
commit1795b735237206f4798e2ff831327521e14dde2c (patch)
tree99906f6fdc6035ed9a90188978e52964ca4e6c08
parent2384b50e7d567cc26553443b6790b3062d405463 (diff)
-rw-r--r--fedora/glibc.spec.in11
1 files changed, 10 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 05d71caa5b..b716e0b707 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -21,7 +21,7 @@
Summary: The GNU libc libraries
Name: glibc
Version: %{glibcversion}
-Release: 8
+Release: 9
# 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,15 @@ rm -f *.filelist*
%endif
%changelog
+* Fri Jan 15 2010 Andreas Schwab <schwab@redhat.com> - 2.11.90-9
+- Update from master.
+ - Define IPTOS_CLASS_* macros according to RFC 2474 (BZ#11027)
+ - Always use IPv4 sockets for IPv4 addresses (BZ#11141)
+ - regcomp.c: do not ignore memory allocation failure (BZ#11127)
+ - Fix malloc_info without prior allocations (BZ#11126)
+ - Optimize 32bit memset/memcpy with SSE2/SSSE3
+ - Relax feature tests in headers
+
* Tue Jan 12 2010 Andreas Schwab <schwab@redhat.com> - 2.11.90-8
- Update from master.
- More POSIX conformance fixes.