diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-03-10 12:51:33 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-03-10 12:51:33 -0500 |
commit | 028478fa40d85a73b19638dbe3f83b1acebf370c (patch) | |
tree | 03f5573c44e2cde7b809f44134526d202c8b29e2 /NEWS | |
parent | 908ea63341bbbca534411a0581cd16ba36e08706 (diff) | |
download | glibc-028478fa40d85a73b19638dbe3f83b1acebf370c.zip glibc-028478fa40d85a73b19638dbe3f83b1acebf370c.tar.gz glibc-028478fa40d85a73b19638dbe3f83b1acebf370c.tar.bz2 |
Fix copy relocations handling of unique objects.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2011-2-25 +GNU C Library NEWS -- history of user-visible changes. 2011-3-10 Copyright (C) 1992-2009, 2010, 2011 Free Software Foundation, Inc. See the end for copying conditions. @@ -9,7 +9,7 @@ Version 2.14 * The following bugs are resolved with this release: - 11724, 12445, 12454, 12460, 12469, 12489, 12509 + 11724, 12445, 12454, 12460, 12469, 12489, 12509, 12510 Version 2.13 |