diff options
author | Roland McGrath <roland@gnu.org> | 2002-08-29 01:42:29 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-08-29 01:42:29 +0000 |
commit | 45061a153c431bb3127d2a3c7fbb6abfbec0a505 (patch) | |
tree | 33f498dbf599fd76063751bf7bd3a88aedea3fa2 /NEWS | |
parent | 089c7a2635b1b898c291bfa26c764078e514e7fa (diff) | |
download | glibc-45061a153c431bb3127d2a3c7fbb6abfbec0a505.tar glibc-45061a153c431bb3127d2a3c7fbb6abfbec0a505.tar.gz glibc-45061a153c431bb3127d2a3c7fbb6abfbec0a505.tar.bz2 glibc-45061a153c431bb3127d2a3c7fbb6abfbec0a505.zip |
* NEWS: Added 2.2.6 text from 2.2 branch version.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -51,6 +51,14 @@ Version 2.3 * Startup times are significantly reduced by not using exported functions inside the library itself. Changes by Jakub Jelinek, Roland McGrath, and Ulrich Drepper. +o +Version 2.2.6 + +* The Hurd now uses the GNU libio implementation of stdio rather than the + old GNU stdio implementation, and uses a new ABI (libc.so.0.3). + +* The Hurd on x86 now has the `ioperm' function and <sys/io.h> header file + with the same behavior as the Linux system call of the same name. Version 2.2.5 @@ -67,8 +75,8 @@ Version 2.2.5 * libc functions using I/O streams now can handle wide-oriented streams as well. -* optimizations in the dynamic linker. binaries created by recent binutils - versions start up quicker due to reduced time spend on relocations. +* optimizations in the dynamic linker. Binaries created by recent binutils + versions start up quicker due to reduced time spent on relocations. * Support for use of gcc3 added by Jakub Jelinek and HJ Lu. @@ -1367,7 +1375,7 @@ Version 1.04 ---------------------------------------------------------------------- Copyright information: -Copyright (C) 1992-1999, 2000 Free Software Foundation, Inc. +Copyright (C) 1992-1999,2000,01,02 Free Software Foundation, Inc. Permission is granted to anyone to make or distribute verbatim copies of this document as received, in any medium, provided that the |