[Mockpp-commits] mockpp ChangeLog,1.48,1.49 TODO,1.43,1.44 configure.in,1.76,1.77
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-05-06 14:23:57
|
Update of /cvsroot/mockpp/mockpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27133 Modified Files: ChangeLog TODO configure.in Log Message: prepare next release Index: ChangeLog =================================================================== RCS file: /cvsroot/mockpp/mockpp/ChangeLog,v retrieving revision 1.48 retrieving revision 1.49 diff -u -d -r1.48 -r1.49 --- ChangeLog 30 Apr 2005 15:06:04 -0000 1.48 +++ ChangeLog 6 May 2005 14:23:00 -0000 1.49 @@ -3,13 +3,14 @@ mockpp history -------------- -2005-04-10 1.8.0: +2005-05-06 1.8.0: - included missing project file for bcb5 - fix for msvc7.1 - cleanup ThrowableList - basic support for "Design By Contract" - time server classes + - extended handbook 2005-04-10 1.7.1: Index: TODO =================================================================== RCS file: /cvsroot/mockpp/mockpp/TODO,v retrieving revision 1.43 retrieving revision 1.44 diff -u -d -r1.43 -r1.44 --- TODO 30 Apr 2005 15:06:04 -0000 1.43 +++ TODO 6 May 2005 14:23:00 -0000 1.44 @@ -1,21 +1,11 @@ - - Tests timeserver - DOC: ---- - TimeServer - - Trick: methoden von protected nach public mit wrapper klasse - - trick: virtuelle methoden injizieren Testcode - Problem Exception-Transformation?? - Tests ----- -CustomStub überall wo ReturnStub steht +CustomStub berall wo ReturnStub steht Assertions ohne message Index: configure.in =================================================================== RCS file: /cvsroot/mockpp/mockpp/configure.in,v retrieving revision 1.76 retrieving revision 1.77 diff -u -d -r1.76 -r1.77 --- configure.in 30 Apr 2005 15:06:04 -0000 1.76 +++ configure.in 6 May 2005 14:23:00 -0000 1.77 @@ -16,12 +16,12 @@ # if backwards compatibility has been broken, set MOCKPP_BINARY_AGE and MOCKPP_INTERFACE_AGE to 0. # MOCKPP_MAJOR_VERSION=1 -MOCKPP_MINOR_VERSION=7 -MOCKPP_PATCH_VERSION=2 +MOCKPP_MINOR_VERSION=8 +MOCKPP_PATCH_VERSION=0 -MOCKPP_MICRO_VERSION=27 -MOCKPP_INTERFACE_AGE=2 -MOCKPP_BINARY_AGE=5 +MOCKPP_MICRO_VERSION=28 +MOCKPP_INTERFACE_AGE=0 +MOCKPP_BINARY_AGE=6 MOCKPP_VERSION=$MOCKPP_MAJOR_VERSION.$MOCKPP_MINOR_VERSION.$MOCKPP_PATCH_VERSION |