diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-04-08 08:00:12 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-04-08 08:00:12 -0700 |
commit | 5e4295fb58a41f27e5158746deb8e40421d2e67b (patch) | |
tree | 26731524687c15a11c8d37525f733be4766f4147 /NEWS | |
parent | 0e67bd3c3bb56679020d3344110356775df43241 (diff) | |
download | glibc-5e4295fb58a41f27e5158746deb8e40421d2e67b.tar glibc-5e4295fb58a41f27e5158746deb8e40421d2e67b.tar.gz glibc-5e4295fb58a41f27e5158746deb8e40421d2e67b.tar.bz2 glibc-5e4295fb58a41f27e5158746deb8e40421d2e67b.zip |
More NEWS for 2.12.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -9,13 +9,19 @@ Version 2.12 * New Linux interface: recvmmsg +* STT_GNU_IFUNC implemented for Sparc by David Miller. + +* The dynamic linker now recognizes supported ABI versions from the + EI_ABIVERSION field in the ELF header. + Implemented by Ulrich Drepper. + * New NIS mode selector ADJUNCT_AS_SHADOW. The passwd.adjunct.byname table will not be used to fill in password fields in the passwd.byname replies. Instead it is used to synthesize the shadow.byname table, should it be missing. This is a useful mode in some installations involving Solaris. Implemented by Ulrich Drepper. -* New locale: sq_MK +* New locales: kok_IN, sq_MK Version 2.11 |