aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRob Savoye <rob@welcomehome.org>2001-04-12 05:32:15 +0000
committerRob Savoye <rob@welcomehome.org>2001-04-12 05:32:15 +0000
commitad5950c28155a9583b19cff68d3e7546d126c5f2 (patch)
treea6484f9f953cee37af6ad7daf7a196ffb63bde50 /ChangeLog
parent67f23aa1c6cbc0d31adfed48dbbf0b140b4bcc12 (diff)
downloaddejagnu-ad5950c28155a9583b19cff68d3e7546d126c5f2.zip
dejagnu-ad5950c28155a9583b19cff68d3e7546d126c5f2.tar.gz
dejagnu-ad5950c28155a9583b19cff68d3e7546d126c5f2.tar.bz2
* Clean.tcl: Add -r to rm, so it gets rid of CVS directories.
* .clean: Don't install the debian or redhat packaging directories. * Makefle.am: Install dejagnu.h. Fix dist2 target, so we build our own tarballs, instead of letting automake do it for us. * examples/cala/Makefile.am: Use noist_PROGRAMS, so calc doesn't get installed. * doc/Makefile.am: Install the man page for runtest. * configure.in: Make VERSION 1.4.0, not just 1.4, so distributions get built right. * lib/dejagnu.exp: Test driver for embedded DejaGnu API. * dejagnu.h: Embedded DejaGnu API main header file. * config/default.exp: Default tool init file for simple test suites.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1bb6a81..922b9f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2001-04-11 Rob Savoye <rob@slipknot.welcomehome.org>
+
+ * Clean.tcl: Add -r to rm, so it gets rid of CVS directories.
+ * .clean: Don't install the debian or redhat packaging directories.
+ * Makefle.am: Install dejagnu.h. Fix dist2 target, so we build our
+ own tarballs, instead of letting automake do it for us.
+ * examples/cala/Makefile.am: Use noist_PROGRAMS, so calc doesn't
+ get installed.
+ * doc/Makefile.am: Install the man page for runtest.
+ * configure.in: Make VERSION 1.4.0, not just 1.4, so distributions
+ get built right.
+
+2001-04-07 Rob Savoye <rob@blackpeter.welcomehome.org>
+
+ * lib/dejagnu.exp: Test driver for embedded DejaGnu API.
+ * dejagnu.h: Embedded DejaGnu API main header file.
+ * config/default.exp: Default tool init file for simple test
+ suites.
+
2001-04-06 Rob Savoye <rob@slipknot.welcomehome.org>
* Makefile.am: Add an empty check-DEJAGNU target, cause we only