From: <pat...@us...> - 2007-07-07 01:18:16
|
Revision: 615 http://svn.sourceforge.net/xml-cppdom/?rev=615&view=rev Author: patrickh Date: 2007-07-06 18:18:19 -0700 (Fri, 06 Jul 2007) Log Message: ----------- Roll the version to 0.7.9. Modified Paths: -------------- trunk/ChangeLog trunk/cppdom/version.h trunk/cppdom.spec Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2007-07-07 01:08:34 UTC (rev 614) +++ trunk/ChangeLog 2007-07-07 01:18:19 UTC (rev 615) @@ -1,5 +1,7 @@ DATE AUTHOR CHANGE ---------- ----------- ------------------------------------------------------- +2007-07-06 patrickh Fixed build issues on Mac OS X. + VERSION: 0.7.9 2007-06-26 patrickh Made many build fixes and improvements on Windows. VERSION: 0.7.8 2006-11-07 patrickh Do not put headers into a versioned directory on Modified: trunk/cppdom/version.h =================================================================== --- trunk/cppdom/version.h 2007-07-07 01:08:34 UTC (rev 614) +++ trunk/cppdom/version.h 2007-07-07 01:18:19 UTC (rev 615) @@ -55,7 +55,7 @@ // The major/minor/patch version (up to 3 digits each). #define CPPDOM_VERSION_MAJOR 0 #define CPPDOM_VERSION_MINOR 7 -#define CPPDOM_VERSION_PATCH 8 +#define CPPDOM_VERSION_PATCH 9 //-------------------------------------------------------------------------- //-------------------------------------------------------------------------- Modified: trunk/cppdom.spec =================================================================== --- trunk/cppdom.spec 2007-07-07 01:08:34 UTC (rev 614) +++ trunk/cppdom.spec 2007-07-07 01:18:19 UTC (rev 615) @@ -1,7 +1,7 @@ # Spec file for cppdom. %define name cppdom -%define version 0.7.8 -%define release 2 +%define version 0.7.9 +%define release 1 Name: %{name} Summary: A C++ based XML loader and writer with an internal DOM representation. @@ -127,6 +127,9 @@ %doc %{_docdir}/cppdom-%{version}/html %changelog +* Fri Jul 06 2007 Patrick Hartling <pa...@in...> 0.7.9-1 +- Updated to version 0.7.9. + * Wed Jun 27 2007 Patrick Hartling <pa...@in...> 0.7.8-2 - Removed cppdom-config from the cppdom-devel package. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |