diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-12-12 05:49:48 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-12-12 05:49:48 +0000 |
commit | c17f665ba8b7972272bc5748a1ce5baed0ceeb74 (patch) | |
tree | 8a9de61ed82f139b61485000ebeb21ca0778d571 /NEWS | |
parent | 32e6df3621edc5067dfd6e87a387e1751f67f708 (diff) | |
download | glibc-c17f665ba8b7972272bc5748a1ce5baed0ceeb74.tar.gz glibc-c17f665ba8b7972272bc5748a1ce5baed0ceeb74.tar.xz glibc-c17f665ba8b7972272bc5748a1ce5baed0ceeb74.zip |
Update.
2001-12-11 Ulrich Drepper <drepper@redhat.com> * SUPPORTED (SUPPORTED-LOCALES): Add vi_VN.TCVN.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS index 0ed344196a..2b5c7c004d 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2001-12-09 +GNU C Library NEWS -- history of user-visible changes. 2001-12-11 Copyright (C) 1992-2000, 2001 Free Software Foundation, Inc. See the end for copying conditions. @@ -15,6 +15,9 @@ Version 2.3 * localedef now can transliterate characters in strings which are not in the provided charmap. The information from the input locale is used. + +* Prelinking support was added for ELF targets. This requires additional + tools and recent versions of the GNU binutils. Contributed by Jakub Jelinek. Version 2.2.5 |