mirror of git://sourceware.org/git/glibc.git
Patch followup.
This commit is contained in:
parent
968dad0ab1
commit
9f94d2ea71
|
|
@ -1,5 +1,6 @@
|
||||||
2011-01-19 Ulrich Drepper <drepper@gmail.com>
|
2011-01-19 Ulrich Drepper <drepper@gmail.com>
|
||||||
|
|
||||||
|
[BZ #11724]
|
||||||
* elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
|
* elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
|
||||||
of constructors.
|
of constructors.
|
||||||
* elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
|
* elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
|
||||||
|
|
|
||||||
8
NEWS
8
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.
|
Copyright (C) 1992-2009, 2010, 2011 Free Software Foundation, Inc.
|
||||||
See the end for copying conditions.
|
See the end for copying conditions.
|
||||||
|
|
||||||
Please send GNU C library bug reports via <http://sources.redhat.com/bugzilla/>
|
Please send GNU C library bug reports via <http://sources.redhat.com/bugzilla/>
|
||||||
using `glibc' in the "product" field.
|
using `glibc' in the "product" field.
|
||||||
|
|
||||||
|
Version 2.1
|
||||||
|
|
||||||
|
* The following bugs are resolved with this release:
|
||||||
|
|
||||||
|
11724
|
||||||
|
|
||||||
Version 2.13
|
Version 2.13
|
||||||
|
|
||||||
* The following bugs are resolved with this release:
|
* The following bugs are resolved with this release:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue