[Cppunit-cvs] cppunit ChangeLog,1.230,1.231
Brought to you by:
blep
From: Baptiste L. <bl...@us...> - 2005-07-06 07:18:22
|
Update of /cvsroot/cppunit/cppunit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17388 Modified Files: ChangeLog Log Message: * Examples/simple/Makefile.am: do not install 'simple' programm (patch #1230784). Index: ChangeLog =================================================================== RCS file: /cvsroot/cppunit/cppunit/ChangeLog,v retrieving revision 1.230 retrieving revision 1.231 diff -C2 -d -r1.230 -r1.231 *** ChangeLog 5 Jul 2005 21:17:39 -0000 1.230 --- ChangeLog 6 Jul 2005 07:18:13 -0000 1.231 *************** *** 1,4 **** --- 1,9 ---- 2005-07-05 Baptiste Lepilleur <gai...@fr...> + * Examples/simple/Makefile.am: do not install 'simple' programm + (patch #1230784). + + 2005-07-05 Baptiste Lepilleur <gai...@fr...> + * include/cppunit/TestResultCollector.h * src/cppunit/TestResultCollector.cpp: fixed memory leak |