diff options
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rw-r--r-- | NEWS | 3 | ||||
| -rw-r--r-- | TODO | 9 | ||||
| -rw-r--r-- | configure.in | 2 | ||||
| -rw-r--r-- | doc/makedox.bat | 2 | ||||
| -rw-r--r-- | include/cppunit/Portability.h | 2 |
6 files changed, 6 insertions, 14 deletions
@@ -1,5 +1,7 @@ 2004-06-18 Baptiste Lepilleur <gaiacrtn@free.fr> + * Release 10.0.2 + * include/cppunit/extension/TestSuiteBuilderContext.h: * src/cppunit/TestSuiteBuilderContext.cpp: fixed bug #921843. This bug was caused by a known STL bug in VC++ 6. @@ -1,7 +1,6 @@ - New in CppUnit 1.10.1: + New in CppUnit 1.10.2: -------------------------------------- - * Bug Fix: - Memory checker: bug #938753, array bound read in @@ -2,26 +2,17 @@ Asserter::makeNotEqualMessage() strip the shortDescription of the additional message. * CppUnit: - - Extends CompilerOutputter to a generic text outputter that can use a format string - to display both the location of the failure and the message. - STL concept checker. - Memory leak tracking: setUp/tearDown should be leak safe if no failure occured. * UnitTest - add tests for XmlOutputter::setStyleSheet (current assertion macro strip <?...> when testing ) - - add tests for TestRunner, TextUi::TestRunner, CompilerOutputter. - - add tests for test plug-in * VC++ TestRunner: - Modify MfcUi::TestRunner to expose TestResult (which allow specific TestListener for global initialization). - Update MfcTestRunner to use TestPath to store test in the registry - - [DONE] Add "details" field to show detail of the selected failed test: - - suite and test name, - - failure message. If possible separate "was" and "expected" in the - forthcoming assertEquals() to make comparison easier, - - source file location. * Documentation: CookBook: diff --git a/configure.in b/configure.in index 94755b7..c1a3ba2 100644 --- a/configure.in +++ b/configure.in @@ -15,7 +15,7 @@ AC_PREREQ(2.50) # CPPUNIT_MAJOR_VERSION=1 CPPUNIT_MINOR_VERSION=10 -CPPUNIT_MICRO_VERSION=0 +CPPUNIT_MICRO_VERSION=2 CPPUNIT_INTERFACE_AGE=0 CPPUNIT_BINARY_AGE=0 CPPUNIT_VERSION=$CPPUNIT_MAJOR_VERSION.$CPPUNIT_MINOR_VERSION.$CPPUNIT_MICRO_VERSION diff --git a/doc/makedox.bat b/doc/makedox.bat index 41f0561..5e76e1e 100644 --- a/doc/makedox.bat +++ b/doc/makedox.bat @@ -1,4 +1,4 @@ -SET VERSION=1.10.0 +SET VERSION=1.10.2 doxygen CppUnit-win.dox xcopy FAQ html /Y diff --git a/include/cppunit/Portability.h b/include/cppunit/Portability.h index 3047642..76cc4f2 100644 --- a/include/cppunit/Portability.h +++ b/include/cppunit/Portability.h @@ -16,7 +16,7 @@ // Version number of package #ifndef CPPUNIT_VERSION -#define CPPUNIT_VERSION "1.10.1" +#define CPPUNIT_VERSION "1.10.2" #endif #include <cppunit/config/CppUnitApi.h> // define CPPUNIT_API & CPPUNIT_NEED_DLL_DECL |
