summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-12-02 06:06:55 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-12-02 06:06:55 +0000
commitfcb0cd462c725bdb18d3fe883991a2c5ab5eb399 (patch)
tree82c72dce2c97bb1ac08cbf5bfc6688c22bea51b7 /cpukit
parent2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-fcb0cd462c725bdb18d3fe883991a2c5ab5eb399.tar.bz2
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: New BUG-REPORT address.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 3c7a34942c..cfdd74dd45 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,7 @@
+2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * configure.ac: New BUG-REPORT address.
+
2006-11-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* score/src/threadget.c: Remove (Unused).
diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index ca41102bfe..c3f924c586 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -3,7 +3,7 @@
## $Id$
AC_PREREQ(2.60)
-AC_INIT([rtems-cpukit],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
+AC_INIT([rtems-cpukit],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([score])
RTEMS_TOP([..],[])