diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-06-28 18:14:01 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-06-28 18:14:01 -0400 |
commit | 5c0b8d9013560bb24805844d31a7fb3959ee1e8d (patch) | |
tree | 0338663c394b377749835edc0b8190648f0d523d /NEWS | |
parent | 9113ea1f3f29b3aee710efc829e85a9772bcb836 (diff) | |
download | glibc-5c0b8d9013560bb24805844d31a7fb3959ee1e8d.tar.gz glibc-5c0b8d9013560bb24805844d31a7fb3959ee1e8d.tar.xz glibc-5c0b8d9013560bb24805844d31a7fb3959ee1e8d.zip |
Fix quoting in some installed shell scripts
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS index bc77d2dcf7..72e71767b0 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2011-6-24 +GNU C Library NEWS -- history of user-visible changes. 2011-6-28 Copyright (C) 1992-2009, 2010, 2011 Free Software Foundation, Inc. See the end for copying conditions. @@ -9,7 +9,7 @@ Version 2.15 * The following bugs are resolved with this release: - 12874, 12885, 12907 + 12874, 12885, 12907, 12935 * New program pldd to list loaded object of a process Implemented by Ulrich Drepper. |