summaryrefslogtreecommitdiffstats
path: root/c/src/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-09 03:21:57 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-09 03:21:57 +0000
commit7b5f6e82d4f7e9285baa6fe085055d814dee321e (patch)
treeee6999b9df7f3b0942349a5a50fb7ea08f606eab /c/src/ChangeLog
parent2004-04-09 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-7b5f6e82d4f7e9285baa6fe085055d814dee321e.tar.bz2
2004-04-09 Ralf Corsepius <ralf_corsepius@rtems.org>
* optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in automake).
Diffstat (limited to 'c/src/ChangeLog')
-rw-r--r--c/src/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/c/src/ChangeLog b/c/src/ChangeLog
index 14db7741f9..a4dba1575c 100644
--- a/c/src/ChangeLog
+++ b/c/src/ChangeLog
@@ -1,7 +1,12 @@
+2004-04-09 Ralf Corsepius <ralf_corsepius@rtems.org>
+
+ * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
+ automake).
+
2004-04-03 Wilfried Busalski <w.busalski@lancier-monitoring.de>
PR 599/pppd
- * libnetworking/pppd/chat.c: Fre memory that is allocated to fix leak.
+ * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>