diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS index 4d869d2c81..cfbc96b918 100644 --- a/NEWS +++ b/NEWS @@ -7,7 +7,18 @@ using `glibc' in the "product" field. Version 2.13 -* POWER7 optimizations: memset +* The following bugs are resolved with this release: + + 3268, 7066, 10851, 11611, 11640, 11701, 11840, 11856, 11883, 11903, 11904, + 11968, 11979, 12005, 12037, 12067, 12077, 12092, 12107 + +* New Linux interfaces: prlimit, prlimit64, fanotify_init, fanotify_mark + +* POWER7 optimizations: memset, memcmp, strncmp + +* New optimized string functions for x86-64: strnlen (SSE2), + strcasecmp (SSE2, SSSE3, SSE4.2), strncasecmp (SSE2, SSSE3, SSE4.2) + Implemented by Ulrich Drepper. Version 2.12 |