summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-05-13 10:22:54 +0000
committerUlrich Drepper <drepper@redhat.com>1999-05-13 10:22:54 +0000
commit71377958c8b059e0b49ad927a5a4575b40545cd8 (patch)
treefc6c805c3c367dedcde1eff1d0530b9d222bd696
parentfa5ba5d944f5e2a312c0a15835afc926e2aabffb (diff)
Update.
1999-05-13 Andreas Jaeger <aj@arthur.rhein-neckar.de> * glibcbug.in (BUGGLIBC): Change address to libc-alpha@sourceware.cygnus.com.
-rw-r--r--ChangeLog5
-rw-r--r--README-alpha24
-rw-r--r--glibcbug.in2
3 files changed, 19 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index 6bf7edb5f1..c393bb74ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-05-13 Andreas Jaeger <aj@arthur.rhein-neckar.de>
+
+ * glibcbug.in (BUGGLIBC): Change address to
+ libc-alpha@sourceware.cygnus.com.
+
1999-05-12 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* resolv/arpa/nameser.h: Add C++ protectors.
diff --git a/README-alpha b/README-alpha
index 3446a7fd89..a2a15ddb23 100644
--- a/README-alpha
+++ b/README-alpha
@@ -154,17 +154,19 @@ they are not exhaustive. New tests are welcome.
GETTING HELP, GLIBC DISCUSSIONS, etc
------------------------------------
-People who want to help with glibc and who test out snapshots regularly should
-get on the libc-alpha@cygnus.com mailing list by sending an email to
-libc-alpha-request@cygnus.com. This list is meant (as the name suggests)
-for the discussion of test releases and also reports for them. People who are
-on this list are welcome to post questions of general interest.
-
-People who are not only willing to test the snapshots but instead really want
-to help developing glibc should contact libc-hacker-request@cygnus.com.org to
-be put on the developers mailing list. This list is really only meant for
-developers. No questions about installation problems or other simple topics
-are wanted nor will they be answered.
+People who want to help with glibc and who test out snapshots
+regularly should get on the libc-alpha@sourceware.cygnus.com mailing
+list by sending an email to libc-alpha-subscribe@sourceware.cygnus.com.
+This list is meant (as the name suggests) for the discussion of test
+releases and also reports for them. People who are on this list are
+welcome to post questions of general interest.
+
+People who are not only willing to test the snapshots but instead
+really want to help developing glibc should contact
+libc-hacker-subscribe@sourceware.cygnus.com.org to be put on the developers
+mailing list. This list is really only meant for developers. No
+questions about installation problems or other simple topics are
+wanted nor will they be answered.
Do *not* send any questions about the snapshots or patches specific to the
snapshots to bug-glibc@gnu.org. Nobody there will have any idea what
diff --git a/glibcbug.in b/glibcbug.in
index 0f392e7151..733f5d9c95 100644
--- a/glibcbug.in
+++ b/glibcbug.in
@@ -38,7 +38,7 @@ fi
if test "$RELEASE" = "stable"; then
BUGGLIBC="bugs@gnu.org"
else
- BUGGLIBC="libc-alpha@cygnus.com"
+ BUGGLIBC="libc-alpha@sourceware.cygnus.com"
fi
BUGADDR=${1-$BUGGLIBC}