diff options
| author | Baptiste Lepilleur <gaiacrtn@free.fr> | 2004-02-19 19:46:19 +0000 |
|---|---|---|
| committer | Baptiste Lepilleur <gaiacrtn@free.fr> | 2004-02-19 19:46:19 +0000 |
| commit | 60416b3ee8c85cd016d5ef5177cd4d93f8664398 (patch) | |
| tree | 884a28d22d4d6eb1a88a8907642039bdca05a116 | |
| parent | f6afa1ea719406b84e0206814ab770daa777a19e (diff) | |
| download | cppunit-60416b3ee8c85cd016d5ef5177cd4d93f8664398.tar.gz | |
configure.in: bumped version number to 1.9.12
| -rw-r--r-- | ChangeLog | 6 | ||||
| -rw-r--r-- | NEWS | 10 | ||||
| -rw-r--r-- | configure.in | 2 | ||||
| -rw-r--r-- | doc/makedox.bat | 2 | ||||
| -rw-r--r-- | src/cppunit/cppunit.dsp | 67 |
5 files changed, 12 insertions, 75 deletions
@@ -1,7 +1,7 @@ -2004-02-19 Baptiste Lepilleur <gaiacrtn@free.fr> +2004-02-20 Baptiste Lepilleur <gaiacrtn@free.fr> + + * release 1.9.12 - * forked, development toward 1.10.0 are now taking place in - branch BRANCH_1_9_12 until xml input stuff are integrated. 2004-02-18 Baptiste Lepilleur <gaiacrtn@free.fr> @@ -1,15 +1,11 @@ - New in CppUnit 1.9.11: + New in CppUnit 1.9.12: --------------------- -* XML Input - - - In the process of adding XML Input for parametrized test. - * Test Plug-in - added support contributed support for UNIX systems that - have libdld and not libdl (e.g. hp-ux). Thanks to - Abdessattar Sassi for this. + have libdld and not libdl (e.g. hp-ux). Contributed by + Abdessattar Sassi. * RTTI diff --git a/configure.in b/configure.in index d82c69c..c8e2fd4 100644 --- a/configure.in +++ b/configure.in @@ -15,7 +15,7 @@ AC_PREREQ(2.50) # CPPUNIT_MAJOR_VERSION=1 CPPUNIT_MINOR_VERSION=9 -CPPUNIT_MICRO_VERSION=11 +CPPUNIT_MICRO_VERSION=12 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 4e60508..946e362 100644 --- a/doc/makedox.bat +++ b/doc/makedox.bat @@ -1,4 +1,4 @@ -SET VERSION=1.9.8 +SET VERSION=1.9.12 doxygen CppUnit-win.dox xcopy FAQ html /Y diff --git a/src/cppunit/cppunit.dsp b/src/cppunit/cppunit.dsp index cc7769e..ddce3f8 100644 --- a/src/cppunit/cppunit.dsp +++ b/src/cppunit/cppunit.dsp @@ -115,6 +115,10 @@ SOURCE=..\..\doc\FAQ # End Source File # Begin Source File +SOURCE="..\..\INSTALL-unix" +# End Source File +# Begin Source File + SOURCE="..\..\INSTALL-WIN32.txt" # End Source File # Begin Source File @@ -671,69 +675,6 @@ SOURCE=.\ProtectorChain.h SOURCE=.\ProtectorContext.h # End Source File # End Group -# Begin Group "input" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=..\..\include\cppunit\input\DummyInputTestCase.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\cppunit\input\DummyTestInput.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\cppunit\input\GenericTestInputFactory.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\cppunit\input\InputTestCall.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\cppunit\input\InputTestCase.h -# End Source File -# Begin Source File - -SOURCE=..\XmlInput\ParameterizedTestCase.cpp -# PROP Exclude_From_Build 1 -# End Source File -# Begin Source File - -SOURCE=..\..\include\cppunit\input\ParameterizedTestCase.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\cppunit\input\ParamTestCaller.h -# End Source File -# Begin Source File - -SOURCE=..\XmlInput\ParamTestLeaf.cpp -# PROP Exclude_From_Build 1 -# End Source File -# Begin Source File - -SOURCE=..\..\include\cppunit\input\ParamTestLeaf.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\cppunit\input\TestInput.h -# End Source File -# Begin Source File - -SOURCE=..\XmlInput\XmlInputDefinition.cpp -# PROP Exclude_From_Build 1 -# End Source File -# Begin Source File - -SOURCE=..\..\include\cppunit\input\XmlInputDefinition.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\cppunit\extensions\XmlInputHelper.h -# End Source File -# End Group # Begin Source File SOURCE=..\..\configure.in |
