summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-03-22 04:10:50 +0000
committerUlrich Drepper <drepper@redhat.com>1997-03-22 04:10:50 +0000
commit133192c659e3b55b7adb7664dc80be611e5afb9b (patch)
tree1d8461d8753da1c29e9c160399ec86e298a03990
parent07e85a9e7eca333a2bdfac852e90ae1a02e6dbc5 (diff)
-rw-r--r--BUGS15
-rw-r--r--ChangeLog5
2 files changed, 19 insertions, 1 deletions
diff --git a/BUGS b/BUGS
index 2403deec03..d182b626ef 100644
--- a/BUGS
+++ b/BUGS
@@ -1,12 +1,25 @@
List of known bugs (certainly very incomplete)
----------------------------------------------
-Time-stamp: <1997-03-22T04:17:31+0100 drepper>
+Time-stamp: <1997-03-22T04:30:57+0100 drepper>
This following list contains those bugs which I'm aware of. Please
make sure that bugs you report are not listed here. If you can fix one
of these bugs/limitations I'll certainly be glad to receive a patch.
+Another source of information about bugs is the problem data base of the
+GNU project. There is an easy to use WWW interface is available at
+
+ http://pogo.gnu.ai.mit.edu:8080/cgi-bin/wwwgnats.pl
+
+I would appreciate it very much if you could verify the problem was not
+reported before by looking though the database. To make the information
+in this data as useful as possible please report bugs always using the
+`glibcbug' shell script which gets installed with GNU libc.
+
+
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
Severity: [ *] to [***]
diff --git a/ChangeLog b/ChangeLog
index ed144f3f3f..7c13c74958 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
+1997-03-22 04:53 Ulrich Drepper <drepper@cygnus.com>
+
+ * Net release 2.0.2.
+
1997-03-22 04:37 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/unix/sysv/linux/termbits.h (OXTABS): Define as alias for
XTABS.
+ * sysdeps/unix/sysv/linux/alpha/termbits.h (OXTABS): Likewise.
* termios/sys/ttydefaults.h: Partly revert patch by Andreas Schwab
of Sun Dec 15 16:33:44 1996.
Proposed by Thomas Bushnell <thomas@gnu.ai.mit.edu>.