summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 37168f9437..1388caa804 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-GNU C Library NEWS -- history of user-visible changes. 2009-4-5
+GNU C Library NEWS -- history of user-visible changes. 2009-4-6
Copyright (C) 1992-2008, 2009 Free Software Foundation, Inc.
See the end for copying conditions.
@@ -14,7 +14,7 @@ Version 2.10
Implemented by Ulrich Drepper.
* Correct declarations of string function when used in C++ code. This
- could lead to compile error for invalid C++ code.
+ could lead to compile errors for invalid C++ code.
* XPG7/POSIX 2008 compilation environment. Many GNU-specific functions are
now in POSIX.
@@ -35,7 +35,7 @@ Version 2.10
but higher performing in multi-threaded programs.
Implemented by Ulrich Drepper.
-* New locale: nan_TW@latin
+* New locales: nan_TW@latin, ks_IN
* Faster strlen and strchr on x86-64.
Implemented by Ulrich Drepper.