diff options
-rw-r--r-- | ChangeLog | 15 | ||||
-rw-r--r-- | NEWS | 7 |
2 files changed, 22 insertions, 0 deletions
@@ -1,5 +1,20 @@ 1999-01-24 Ulrich Drepper <drepper@cygnus.com> + * scripts/config.sub: Update from latest autoconf release. + * scripts/config.guess: Likewise. + + * sysdeps/i386/i786: New file. + +1999-01-24 Andreas Jaeger <aj@arthur.rhein-neckar.de> + + * manual/install.texi (Running make install): Change for Linux 2.2. + +1999-01-24 Andreas Jaeger <aj@arthur.rhein-neckar.de> + + * manual/process.texi (Creating a Process): Fix typos. + +1999-01-24 Ulrich Drepper <drepper@cygnus.com> + * ctype/ctype.c (toupper): Correct variable names from lat change. (tolower): Likewise. @@ -97,6 +97,8 @@ Version 2.1 * Support for the IPv6 protocol has been added to the socket API, as per the latest draft standards. +* Support for Linux 2.2 has been added. + * Interface changes relative to the latest 2.0.x release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ addseverity NEW: Unix98 @@ -431,6 +433,11 @@ xdr_unixcred NEW: sunrpc ext xencrypt NEW: Secure RPC ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Version 2.0.6 + +* more bug fixes + + Version 2.0.5 * more bug fixes |