summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-07-12 00:26:28 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-07-12 00:26:28 +0000
commitc7361e62faddc3e7135e1b7bad5551c75e7bab00 (patch)
tree75a0e3c8c01946e0ce9497640d98d2583d56ae96
parenta089c8cf4c0dd2eff8a7a068f194629fba211c9c (diff)
downloadATCD-c7361e62faddc3e7135e1b7bad5551c75e7bab00.tar.gz
ChangeLogTag: Sun Jul 11 20:26:17 2004 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ChangeLog17
1 files changed, 11 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index f82aec3b8f3..fa155686641 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,15 +1,20 @@
+Sun Jul 11 20:26:17 2004 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ACE-INSTALL.html
+ Added MinGW and Cygwin to the list of environments Remedy supports
+
Mon Jul 12 01:31:53 2004 Marek Brudka <mbrudka@elka.pw.edu.pl>
- * tests/QtReactor_Test.cpp:
- * tests/QtReactor_Test.h:
- * tests/tests.mpc:
- New automatic test for testing QtReactor. This test may also serve
+ * tests/QtReactor_Test.cpp:
+ * tests/QtReactor_Test.h:
+ * tests/tests.mpc:
+ New automatic test for testing QtReactor. This test may also serve
as an example of Qt and ACE integration.
* ace/QtReactor.cpp:
* ace/QtReactor.h:
- Many bugfixes in QtReactor. QtReactor is operational now, though it should
+ Many bugfixes in QtReactor. QtReactor is operational now, though it should
be rewritten to make it more efficient and improve the clarity of sources.
- Moreover, valgrind reports small memory leak in QtReactor_Test, though it's
+ Moreover, valgrind reports small memory leak in QtReactor_Test, though it's
not clear now if the leak results from QtReactor ot test code.
Sun Jul 11 16:48:12 2004 Johnny Willemsen <jwillemsen@remedy.nl>