summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-01-24 10:41:37 +0000
committerUlrich Drepper <drepper@redhat.com>1999-01-24 10:41:37 +0000
commit1770a20dfb7caa3496174f7138fd8898109625c7 (patch)
treee6111af2b9f5d98855b0501e5861636e8b511213
parent67afae58601ff74fcbcfac1f63fa3ab9962f2918 (diff)
Update.
* 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>
-rw-r--r--ChangeLog15
-rw-r--r--NEWS7
2 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d922f7314..61a7310e6e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/NEWS b/NEWS
index d857c0490b..38c58c2d8f 100644
--- a/NEWS
+++ b/NEWS
@@ -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