Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 13 May 1999 10:22:54 +0000 (10:22 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 13 May 1999 10:22:54 +0000 (10:22 +0000)
1999-05-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

* glibcbug.in (BUGGLIBC): Change address to
libc-alpha@sourceware.cygnus.com.

ChangeLog
README-alpha
glibcbug.in

index 6bf7edb..c393bb7 100644 (file)
--- 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.
index 3446a7f..a2a15dd 100644 (file)
@@ -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
index 0f392e7..733f5d9 100644 (file)
@@ -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}