Update of /cvsroot/cppunit/cppunit
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv13593
Modified Files:
ChangeLog NEWS
Log Message:
- fixed some compilation issues for QtTestRunner.
Index: NEWS
===================================================================
RCS file: /cvsroot/cppunit/cppunit/NEWS,v
retrieving revision 1.97
retrieving revision 1.98
diff -C2 -d -r1.97 -r1.98
*** NEWS 29 Jun 2006 21:11:30 -0000 1.97
--- NEWS 26 Oct 2006 07:21:12 -0000 1.98
***************
*** 1,2 ****
--- 1,7 ----
+ New in CppUnit 1.12.1:
+ ----------------------
+
+ * Portability: fixed some compilation issue for QtTestRunner.
+
New in CppUnit 1.12.0:
----------------------
Index: ChangeLog
===================================================================
RCS file: /cvsroot/cppunit/cppunit/ChangeLog,v
retrieving revision 1.250
retrieving revision 1.251
diff -C2 -d -r1.250 -r1.251
*** ChangeLog 28 Jul 2006 05:53:50 -0000 1.250
--- ChangeLog 26 Oct 2006 07:21:12 -0000 1.251
***************
*** 1,2 ****
--- 1,6 ----
+ 2006-10-26 Baptiste Lepilleur <bl...@us...>
+ * include/cppunit/TestResult.h:
+ * include/cppunit/ui/Config.h: fixed compilation issues with QtTestRunner.
+
2006-06-29 Baptiste Lepilleur <bl...@us...>
* Makefile.am:
|