From: Ivan Maidanski Date: Fri, 20 Jan 2012 18:29:49 +0000 (+0400) Subject: Update bug reports email address (recommend GC mailing list) X-Git-Tag: gc7_3alpha2~206 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fee74d32e33becbf84fdbc0834a2421da6996c01;p=gc Update bug reports email address (recommend GC mailing list) * configure.ac (AC_INIT): Update bug reports email. * doc/gcdescr.html: Likewise. * doc/overview.html: Fix email address. --- diff --git a/configure.ac b/configure.ac index 3e98bf02..0dcaf344 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ dnl Process this file with autoconf to produce configure. # Initialization -AC_INIT(gc,7.3alpha1,hans.boehm@hp.com) +AC_INIT(gc,7.3alpha1,gc@linux.hpl.hp.com) ## version must conform to [0-9]+[.][0-9]+(alpha[0-9]+)? AC_CONFIG_SRCDIR(gcj_mlc.c) AC_CONFIG_MACRO_DIR([m4]) diff --git a/doc/gcdescr.html b/doc/gcdescr.html index f56b1fcf..7879ef49 100644 --- a/doc/gcdescr.html +++ b/doc/gcdescr.html @@ -622,7 +622,8 @@ technical report entitled

Comments are appreciated. Please send mail to -boehm@acm.org or +gc@linux.hpl.hp.com +(GC mailing list) or Hans.Boehm@hp.com

This is a modified copy of a page written while the author was at SGI. diff --git a/doc/overview.html b/doc/overview.html index 80d5f312..03484575 100644 --- a/doc/overview.html +++ b/doc/overview.html @@ -439,7 +439,7 @@ java mailing list, whose archives appear gclist@iecc.com.

Comments and bug reports may also be sent to -(Hans.Boehm@hp.com) or +(Hans.Boehm@hp.com) or (boehm@acm.org), but the gc mailing list is usually preferred.