diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-11-01 00:20:07 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-11-01 00:20:07 +0000 |
commit | bf837fa36ff39d077b09ce592b1c4c38592586c1 (patch) | |
tree | 331aeddcd4d2ce35ecc1a033d3d82745bc31236b /NEWS | |
parent | 41e25904a520d49ba14d7e9a0a7ea84731572ebd (diff) | |
download | glibc-bf837fa36ff39d077b09ce592b1c4c38592586c1.tar.gz glibc-bf837fa36ff39d077b09ce592b1c4c38592586c1.tar.xz glibc-bf837fa36ff39d077b09ce592b1c4c38592586c1.zip |
[BZ #6843]
2008-10-31 Ulrich Drepper <drepper@redhat.com> [BZ #6843] * sysdeps/pthread/gai_misc.h (__gai_create_helper_thread): Increase stack size for helper thread.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS index b17f053c00..08c9e211e2 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2008-9-29 +GNU C Library NEWS -- history of user-visible changes. 2008-10-31 Copyright (C) 1992-2007, 2008 Free Software Foundation, Inc. See the end for copying conditions. @@ -36,7 +36,8 @@ Version 2.9 * Many functions, exported and internal, now atomically set the close-on-exec flag when run on a sufficiently new kernel. Implemented by Ulrich Drepper. -* Sorting rules for some Indian languages (Kannada, Gurumukhi, Telugu) +* Sorting rules for some Indian languages (Kannada, Gurumukhi, Telugu, + Sinhala) Implemented by Pravin Satpute. * New locales: sd_IN, sd_IN@devanagari, ks_IN@devanagari, ht_HT, en_AG, nl_AW. |