diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-07-29 12:55:43 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-07-29 12:55:43 -0700 |
commit | 76e6d6bca72c611653e70d67c2168d2e91a371eb (patch) | |
tree | 6ce0ce240f02b051138802a0f8055f8c04aa99ce | |
parent | 48cbc0d6d03b0591280489ddb6a2df60b850e57d (diff) | |
download | glibc-76e6d6bca72c611653e70d67c2168d2e91a371eb.tar.gz glibc-76e6d6bca72c611653e70d67c2168d2e91a371eb.tar.xz glibc-76e6d6bca72c611653e70d67c2168d2e91a371eb.zip |
Cleanup.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | NEWS | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog index 5244ebd060..cc53cf0802 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ 2010-07-29 Roland McGrath <roland@redhat.com> - [BZ 11856] + [BZ #11856] * manual/locale.texi (Yes-or-No Questions): Fix example code. 2010-07-27 Ulrich Drepper <drepper@redhat.com> diff --git a/NEWS b/NEWS index 6f52bb1748..8358f62efe 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2010-7-26 +GNU C Library NEWS -- history of user-visible changes. 2010-7-29 Copyright (C) 1992-2009, 2010 Free Software Foundation, Inc. See the end for copying conditions. @@ -9,7 +9,7 @@ Version 2.13 * The following bugs are resolved with this release: - 11640, 11701, 11840 + 11640, 11701, 11840, 11856 * POWER7 optimizations: memset, memcmp, strncmp |