diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2010-11-10 03:05:37 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2010-11-10 03:05:37 -0500 |
commit | 8ca52c6e3b2dc44a46c32d6a8e6a7f608915998f (patch) | |
tree | fd2ff61641c3c584b23952682253c4065c82088c /NEWS | |
parent | 69da074d7adfab7b57004a0dea9403a928e310a5 (diff) | |
download | glibc-8ca52c6e3b2dc44a46c32d6a8e6a7f608915998f.tar.gz glibc-8ca52c6e3b2dc44a46c32d6a8e6a7f608915998f.tar.xz glibc-8ca52c6e3b2dc44a46c32d6a8e6a7f608915998f.zip |
Fix one exit path in x86-64 SSE4.2 str{,n}casecmp.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS index d4d5b731a7..c588bd12eb 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2010-11-8 +GNU C Library NEWS -- history of user-visible changes. 2010-11-10 Copyright (C) 1992-2009, 2010 Free Software Foundation, Inc. See the end for copying conditions. @@ -11,7 +11,7 @@ Version 2.13 3268, 7066, 10851, 11611, 11640, 11701, 11840, 11856, 11883, 11903, 11904, 11968, 11979, 12005, 12037, 12067, 12077, 12078, 12092, 12093, 12107, 12108, - 12113, 12140, 12159, 12167, 12191, 12194 + 12113, 12140, 12159, 12167, 12191, 12194, 12205 * New Linux interfaces: prlimit, prlimit64, fanotify_init, fanotify_mark |