summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/cygwin/ChangeLog4
-rw-r--r--contrib/cygwin/configure.ac2
-rw-r--r--contrib/solaris/ChangeLog4
-rw-r--r--contrib/solaris/configure.ac2
4 files changed, 10 insertions, 2 deletions
diff --git a/contrib/cygwin/ChangeLog b/contrib/cygwin/ChangeLog
index b90619f8af..71190e01c4 100644
--- a/contrib/cygwin/ChangeLog
+++ b/contrib/cygwin/ChangeLog
@@ -1,3 +1,7 @@
+2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
+
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
diff --git a/contrib/cygwin/configure.ac b/contrib/cygwin/configure.ac
index f7aebae795..55df06ccc9 100644
--- a/contrib/cygwin/configure.ac
+++ b/contrib/cygwin/configure.ac
@@ -1,7 +1,7 @@
## $Id$
AC_PREREQ(2.57)
-AC_INIT([rtems-contrib-cygwin],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
+AC_INIT([rtems-contrib-cygwin],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([setup])
AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
diff --git a/contrib/solaris/ChangeLog b/contrib/solaris/ChangeLog
index a16899d691..ea4a956d8a 100644
--- a/contrib/solaris/ChangeLog
+++ b/contrib/solaris/ChangeLog
@@ -1,3 +1,7 @@
+2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
+
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
diff --git a/contrib/solaris/configure.ac b/contrib/solaris/configure.ac
index 77ddf2a33c..5d05b6d0a6 100644
--- a/contrib/solaris/configure.ac
+++ b/contrib/solaris/configure.ac
@@ -1,7 +1,7 @@
## $Id$
AC_PREREQ(2.57)
-AC_INIT([rtems-contrib-solaris],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
+AC_INIT([rtems-contrib-solaris],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([setup])
AM_INIT_AUTOMAKE([no-define foreign 1.7.2])