aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAdam Domurad <[email protected]>2012-11-21 14:18:31 -0500
committerAdam Domurad <[email protected]>2012-11-21 14:18:31 -0500
commit6805ac326625634d7fc02f19b4989811c83bffee (patch)
tree78ab771673a06596ac59ca3a3955b68e931a57ce /ChangeLog
parent3190620dbf3e559b94bf8a57ce25d87c98693fa5 (diff)
Fix new make targets not cleaning properly
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 97c6731..db6f821 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2012-11-21 Adam Domurad <[email protected]>
+ * Makefile.am: Fix new clean targets not cleaning properly
+
+2012-11-21 Adam Domurad <[email protected]>
+
Support for C++ unit testing with UnitTest++ for IcedTeaWeb.
* tests/cpp-unit-tests/IcedTeaPluginUtilsTest.cc: New, contains tests
for utility functions.