diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-08-02 16:30:28 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-08-02 16:30:28 +0000 |
commit | 48b22986ccb7751b8474189ac1b610265b242c30 (patch) | |
tree | bec7abdbb6e3008a6d6d1b04e27fb7075109ea83 /NEWS | |
parent | 3501542f9475d352fd77bef5c8902cc6c14673c2 (diff) | |
download | glibc-48b22986ccb7751b8474189ac1b610265b242c30.tar.gz glibc-48b22986ccb7751b8474189ac1b610265b242c30.tar.xz glibc-48b22986ccb7751b8474189ac1b610265b242c30.zip |
* manual/arith.texi: Avoid @strong{Note:}.
* manual/creature.texi: Likewise. * manual/filesys.texi: Likewise. * manual/math.texi: Likewise. * manual/memory.texi: Likewise. * manual/resource.texi: Likewise. * manual/syslog.texi: Likewise. * manual/time.texi: Likewise.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS index a8ad68bfd5..fd7f7c9151 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2008-8-1 +GNU C Library NEWS -- history of user-visible changes. 2008-8-2 Copyright (C) 1992-2007, 2008 Free Software Foundation, Inc. See the end for copying conditions. @@ -30,6 +30,9 @@ 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) + Implemented by Pravin Satpute. Version 2.8 |