diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-03-20 04:26:29 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-03-20 04:26:29 +0000 |
commit | 1aa4e40a313c36432caef1c08ab50a9ed3e00d58 (patch) | |
tree | 5771f476776b9c689541fbc23801a117fcfc0096 /NEWS | |
parent | a5f01f37fe047e3637edc0bb667d3a63692133d7 (diff) | |
download | glibc-1aa4e40a313c36432caef1c08ab50a9ed3e00d58.tar glibc-1aa4e40a313c36432caef1c08ab50a9ed3e00d58.tar.gz glibc-1aa4e40a313c36432caef1c08ab50a9ed3e00d58.tar.bz2 glibc-1aa4e40a313c36432caef1c08ab50a9ed3e00d58.zip |
* sysdeps/ia64/elf/initfini.c: Add local _init and _fini labels.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2005-2-21 +GNU C Library NEWS -- history of user-visible changes. 2005-3-19 Copyright (C) 1992-2004, 2005 Free Software Foundation, Inc. See the end for copying conditions. @@ -11,6 +11,9 @@ Version 2.4 * New iconv converters for IBM1025, IBM1122, IBM1137, IBM1153, IBM1154, IBM1155, IBM1156, IBM1157, and IBM1158 contributed by Jiro Sekiba. + +* It is now possible to install audit libraries for the dynamic linker using + LD_AUDIT. Implemented by Ulrich Drepper. Version 2.3.4 |