From: <pat...@us...> - 2010-04-14 13:26:46
|
Revision: 655 http://xml-cppdom.svn.sourceforge.net/xml-cppdom/?rev=655&view=rev Author: patrickh Date: 2010-04-14 13:26:39 +0000 (Wed, 14 Apr 2010) Log Message: ----------- Roll the version to 1.1.2. Modified Paths: -------------- trunk/ChangeLog trunk/cppdom/version.h trunk/cppdom.spec Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2010-04-14 13:25:20 UTC (rev 654) +++ trunk/ChangeLog 2010-04-14 13:26:39 UTC (rev 655) @@ -1,5 +1,8 @@ DATE AUTHOR CHANGE ---------- ----------- ------------------------------------------------------- +2010-04-14 patrickh Preserve newlines in CDATA. + Submitted by: Carsten Neumann + VERSION: 1.1.2 2010-03-06 patrickh Fixed conflicts with the operator<< overload for std::ostream and implicit constructio of cppdom::Attribute objects. Modified: trunk/cppdom/version.h =================================================================== --- trunk/cppdom/version.h 2010-04-14 13:25:20 UTC (rev 654) +++ trunk/cppdom/version.h 2010-04-14 13:26:39 UTC (rev 655) @@ -55,7 +55,7 @@ // The major/minor/patch version (up to 3 digits each). #define CPPDOM_VERSION_MAJOR 1 #define CPPDOM_VERSION_MINOR 1 -#define CPPDOM_VERSION_PATCH 1 +#define CPPDOM_VERSION_PATCH 2 //-------------------------------------------------------------------------- //-------------------------------------------------------------------------- Modified: trunk/cppdom.spec =================================================================== --- trunk/cppdom.spec 2010-04-14 13:25:20 UTC (rev 654) +++ trunk/cppdom.spec 2010-04-14 13:26:39 UTC (rev 655) @@ -1,6 +1,6 @@ # Spec file for cppdom. %define name cppdom -%define version 1.1.1 +%define version 1.1.2 %define release 1 Name: %{name} @@ -127,6 +127,9 @@ %doc %{_docdir}/cppdom-%{version}/html %changelog +* Wed Apr 14 2010 Patrick Hartling <pa...@pr...> 1.1.2-1 +- Updated to version 1.1.2. + * Sat Mar 06 2010 Patrick Hartling <pa...@pr...> 1.1.1-1 - Updated to version 1.1.1. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |