[Cppunit-cvs] cppunit ChangeLog,1.247,1.248 NEWS,1.95,1.96
Brought to you by:
blep
From: Baptiste L. <bl...@us...> - 2006-06-29 19:53:47
|
Update of /cvsroot/cppunit/cppunit In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv15557 Modified Files: ChangeLog NEWS Log Message: * src/msvc6/testrunner/MsDevCallerListCtrl.cpp: applied correction provided to fix bug #1498175 (double click on failure does not goto failure). Index: NEWS =================================================================== RCS file: /cvsroot/cppunit/cppunit/NEWS,v retrieving revision 1.95 retrieving revision 1.96 diff -C2 -d -r1.95 -r1.96 *** NEWS 4 Mar 2006 21:47:05 -0000 1.95 --- NEWS 29 Jun 2006 19:53:40 -0000 1.96 *************** *** 1,2 **** --- 1,20 ---- + New in CppUnit 1.11.6: + ---------------------- + + * Portability: + + - autogen.sh can now be run on Mac OS X (patch #1449380 + contributed by Sander Temme). + + * MFC Test runner: + + - fixed bug #1498175: double click on failure would sometime + not goto failed assertion in visual studio. + + * Documentation: + + - now generated with doxygen 1.4.7 new 'tabs' style. + + New in CppUnit 1.11.4: ---------------------- Index: ChangeLog =================================================================== RCS file: /cvsroot/cppunit/cppunit/ChangeLog,v retrieving revision 1.247 retrieving revision 1.248 diff -C2 -d -r1.247 -r1.248 *** ChangeLog 29 Jun 2006 18:38:09 -0000 1.247 --- ChangeLog 29 Jun 2006 19:53:40 -0000 1.248 *************** *** 4,7 **** --- 4,17 ---- hidden virtual function warning. + * autogen.sh: applied patch #1449380 contributed by Sander Temme + to allow running autogen on Mac OS X. + + * doc/header.html: updated to handle new tabs css required for + html doc generated with doxygen 1.4.7. + + * src/msvc6/testrunner/MsDevCallerListCtrl.cpp: applied correction + provided to fix bug #1498175 (double click on failure does not + goto failure). + 2006-03-04 Baptiste Lepilleur <gai...@fr...> * contrib/xml-xsl/report.xsl: reported correction posted on the wiki. |