Update of /cvsroot/cppunit/cppunit
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv13257
Modified Files:
ChangeLog
Log Message:
* include/cppunit/ui/text/TextTestRunner.h
* src/cppunit/TextTestRunner.cpp: applied patch #1210013 to remove
hidden virtual function warning.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/cppunit/cppunit/ChangeLog,v
retrieving revision 1.246
retrieving revision 1.247
diff -C2 -d -r1.246 -r1.247
*** ChangeLog 4 Mar 2006 21:47:05 -0000 1.246
--- ChangeLog 29 Jun 2006 18:38:09 -0000 1.247
***************
*** 1,2 ****
--- 1,7 ----
+ 2006-06-29 Baptiste Lepilleur <gai...@fr...>
+ * include/cppunit/ui/text/TextTestRunner.h
+ * src/cppunit/TextTestRunner.cpp: applied patch #1210013 to remove
+ hidden virtual function warning.
+
2006-03-04 Baptiste Lepilleur <gai...@fr...>
* contrib/xml-xsl/report.xsl: reported correction posted on the wiki.
***************
*** 9,13 ****
* cppunit.pc.in:
* configure.in:
! * Makefile.am: integrated patch from Rober Leight to generate pkg-config.
2006-02-04 Baptiste Lepilleur <gai...@fr...>
--- 14,18 ----
* cppunit.pc.in:
* configure.in:
! * Makefile.am: integrated patch from Robert Leight to generate pkg-config.
2006-02-04 Baptiste Lepilleur <gai...@fr...>
|