Update of /cvsroot/mockpp/mockpp
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22654
Modified Files:
ChangeLog configure.in
Log Message:
update
Index: ChangeLog
===================================================================
RCS file: /cvsroot/mockpp/mockpp/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- ChangeLog 22 Sep 2005 18:34:17 -0000 1.64
+++ ChangeLog 23 Sep 2005 20:55:00 -0000 1.65
@@ -3,12 +3,15 @@
mockpp history
--------------
-2005-09-19 1.9.4:
+2005-09-24 1.9.4:
- missing & in macro MOCKPP_VOID_CONST_CHAINABLE3
- adding spaces around < > enables the use of templates
- potential compatibilty break: IsSame compares now by reference
- wheras IsEqual still compares by value
+ wheras IsEqual still compares by value.
+
+ ==> Existing code using IsSame may crash now if the reference
+ points to a temporary object.
2005-09-17 1.9.3:
Index: configure.in
===================================================================
RCS file: /cvsroot/mockpp/mockpp/configure.in,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- configure.in 17 Sep 2005 08:28:56 -0000 1.88
+++ configure.in 23 Sep 2005 20:55:00 -0000 1.89
@@ -17,7 +17,7 @@
#
MOCKPP_MAJOR_VERSION=1
MOCKPP_MINOR_VERSION=9
-MOCKPP_PATCH_VERSION=3
+MOCKPP_PATCH_VERSION=4
MOCKPP_MICRO_VERSION=33
MOCKPP_INTERFACE_AGE=0
|