summaryrefslogtreecommitdiffstats
path: root/cpukit/libblock
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-08-11 14:41:57 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-08-11 14:41:57 +0000
commit74e299827b996db63c9e27d4a11a188eeb6196ae (patch)
tree3a4bcb1a411d84b1217bb60f3072eb33fcbf48ff /cpukit/libblock
parent2003-08-06 Thomas Doerfler<Thomas.Doerfler@imd-systems.de> (diff)
downloadrtems-74e299827b996db63c9e27d4a11a188eeb6196ae.tar.bz2
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
Diffstat (limited to 'cpukit/libblock')
-rw-r--r--cpukit/libblock/ChangeLog4
-rw-r--r--cpukit/libblock/configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/cpukit/libblock/ChangeLog b/cpukit/libblock/ChangeLog
index 156b6d295c..98a18244c5 100644
--- a/cpukit/libblock/ChangeLog
+++ b/cpukit/libblock/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-06-04 Joel Sherrill <joel@OARcorp.com>
* src/ide_part_table.c: Removed warnings.
diff --git a/cpukit/libblock/configure.ac b/cpukit/libblock/configure.ac
index e9ed18bedc..ee0ae7f045 100644
--- a/cpukit/libblock/configure.ac
+++ b/cpukit/libblock/configure.ac
@@ -3,7 +3,7 @@
## $Id$
AC_PREREQ(2.57)
-AC_INIT([rtems-cpukit-libblock],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
+AC_INIT([rtems-cpukit-libblock],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([src/bdbuf.c])
RTEMS_TOP(../..)