This commit is contained in:
Andreas Schwab 2011-05-31 14:54:27 +02:00
parent d297ec7b52
commit f3509915d7
4 changed files with 387 additions and 426 deletions

4
.gitignore vendored
View File

@ -1,3 +1,3 @@
/glibc-2.13-225-gfdc2fef-fedora.tar.xz
/glibc-2.13-225-gfdc2fef.tar.xz
/glibc-ports-2.13-35-g8969f4d.tar.xz
/glibc-2.14-fedora.tar.xz
/glibc-2.14.tar.xz

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
%define glibcsrcdir glibc-2.13-225-gfdc2fef
%define glibcversion 2.13.90
%define glibcsrcdir glibc-2.14
%define glibcversion 2.14
%define glibcportsdir glibc-ports-2.13-35-g8969f4d
### glibc.spec.in follows:
%define run_glibc_tests 1
@ -27,7 +27,7 @@
Summary: The GNU libc libraries
Name: glibc
Version: %{glibcversion}
Release: 14
Release: 1
# 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
@ -1051,6 +1051,24 @@ rm -f *.filelist*
%endif
%changelog
* Tue May 31 2011 Andreas Schwab <schwab@redhat.com> - 2.14-1
- Update to 2.14 release
- Handle DNS server failures in case of AF_UNSPEC lookups correctly
(BZ#12684)
- Prevent loader from loading itself
- Restore _res correctly (BZ#12350)
- Interpret numeric values in shadow file as signed (BZ#11099)
- Recognize use-vc option in resolv.conf (BZ#11558)
- Mark malloc hook variables as deprecated
- Declare malloc hook variables as volatile (BZ#11781)
- Don't document si_code used for raise (BZ#11799)
- Fix unnecessary overallocation due to incomplete character (BZ#12811)
- Handle failure of _nl_explode_name in all cases
- Add support for time syscall in vDSO (BZ#12813)
- Add sendmmsg and setns syscalls
- Use getcpu definition from vDSO on x86-64 (BZ#12813)
- Don't free non-malloced memory and fix memory leak (#709267)
* Fri May 27 2011 Andreas Schwab <schwab@redhat.com> - 2.13.90-14
- Update from master
- Fix conversion to ISO-2022-JP-2 with ISO-8859-7 designation

View File

@ -1,3 +1,3 @@
e27540abe5b738904c3d68154a77964d glibc-2.13-225-gfdc2fef-fedora.tar.xz
eebde562bf891a2c772d169b410c3e03 glibc-2.13-225-gfdc2fef.tar.xz
40b3d9996a29cf014c951be6203e0ca9 glibc-2.14-fedora.tar.xz
8f5f6b09f98d17c630819b4845e31e65 glibc-2.14.tar.xz
a300a99da8850731058a6221b5c56368 glibc-ports-2.13-35-g8969f4d.tar.xz