diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-01-19 15:36:47 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-01-19 16:00:11 -0500 |
commit | 9f94d2ea71aaf73f964f8c1de5da85df94ef25bb (patch) | |
tree | 579ed8b0d732fb6c2567335b058ff6f76312081a | |
parent | 968dad0ab1f367a087ff4ad503b511dd0c565adc (diff) | |
download | glibc-9f94d2ea71aaf73f964f8c1de5da85df94ef25bb.tar.gz glibc-9f94d2ea71aaf73f964f8c1de5da85df94ef25bb.tar.xz glibc-9f94d2ea71aaf73f964f8c1de5da85df94ef25bb.zip |
Patch followup.
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | NEWS | 8 |
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index fe6094ae7c..0dad46bace 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ 2011-01-19 Ulrich Drepper <drepper@gmail.com> + [BZ #11724] * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order of constructors. * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order diff --git a/NEWS b/NEWS index 7444b9de6b..b6db53cd47 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,16 @@ -GNU C Library NEWS -- history of user-visible changes. 2011-1-15 +GNU C Library NEWS -- history of user-visible changes. 2011-1-19 Copyright (C) 1992-2009, 2010, 2011 Free Software Foundation, Inc. See the end for copying conditions. Please send GNU C library bug reports via <http://sources.redhat.com/bugzilla/> using `glibc' in the "product" field. +Version 2.1 + +* The following bugs are resolved with this release: + + 11724 + Version 2.13 * The following bugs are resolved with this release: |