diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-05-13 10:22:54 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-05-13 10:22:54 +0000 |
commit | 71377958c8b059e0b49ad927a5a4575b40545cd8 (patch) | |
tree | fc6c805c3c367dedcde1eff1d0530b9d222bd696 | |
parent | fa5ba5d944f5e2a312c0a15835afc926e2aabffb (diff) | |
download | glibc-71377958c8b059e0b49ad927a5a4575b40545cd8.zip glibc-71377958c8b059e0b49ad927a5a4575b40545cd8.tar.gz glibc-71377958c8b059e0b49ad927a5a4575b40545cd8.tar.bz2 |
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-- | ChangeLog | 5 | ||||
-rw-r--r-- | README-alpha | 24 | ||||
-rw-r--r-- | glibcbug.in | 2 |
3 files changed, 19 insertions, 12 deletions
@@ -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 3446a7f..a2a15dd 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 0f392e7..733f5d9 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} |