diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-06-19 11:38:04 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-06-19 11:38:04 -0700 |
commit | ac2b484c02b01307ab6bbe5d45ddbf16d64edf8c (patch) | |
tree | d937bc5e083c7eddc92e3d26e496d2082627f027 /NEWS | |
parent | 63c4ed22b5048c8701d8806026c23cc95f0df756 (diff) | |
download | glibc-ac2b484c02b01307ab6bbe5d45ddbf16d64edf8c.tar.gz glibc-ac2b484c02b01307ab6bbe5d45ddbf16d64edf8c.tar.xz glibc-ac2b484c02b01307ab6bbe5d45ddbf16d64edf8c.zip |
Correct checking loop in group_member.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS index 4d869d2c81..aafc4b0556 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2010-5-19 +GNU C Library NEWS -- history of user-visible changes. 2010-6-19 Copyright (C) 1992-2009, 2010 Free Software Foundation, Inc. See the end for copying conditions. @@ -7,7 +7,11 @@ using `glibc' in the "product" field. Version 2.13 -* POWER7 optimizations: memset +* The following bugs are resolved with this release: + + 11640, 11701 + +* POWER7 optimizations: memset, memcmp, strncmp Version 2.12 |