From: <pat...@us...> - 2007-06-26 14:13:03
|
Revision: 599 http://svn.sourceforge.net/xml-cppdom/?rev=599&view=rev Author: patrickh Date: 2007-06-26 07:13:04 -0700 (Tue, 26 Jun 2007) Log Message: ----------- CppDOM 0.7.7 has proven to be a non-starter, so update the version to 0.7.8 to account for the numerous changes that I have made in the last day. Modified Paths: -------------- trunk/ChangeLog trunk/cppdom/version.h trunk/cppdom.spec Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2007-06-26 14:11:54 UTC (rev 598) +++ trunk/ChangeLog 2007-06-26 14:13:04 UTC (rev 599) @@ -1,5 +1,7 @@ DATE AUTHOR CHANGE ---------- ----------- ------------------------------------------------------- +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 Windows. VERSION: 0.7.7 Modified: trunk/cppdom/version.h =================================================================== --- trunk/cppdom/version.h 2007-06-26 14:11:54 UTC (rev 598) +++ trunk/cppdom/version.h 2007-06-26 14:13:04 UTC (rev 599) @@ -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 7 +#define CPPDOM_VERSION_PATCH 8 //-------------------------------------------------------------------------- //-------------------------------------------------------------------------- Modified: trunk/cppdom.spec =================================================================== --- trunk/cppdom.spec 2007-06-26 14:11:54 UTC (rev 598) +++ trunk/cppdom.spec 2007-06-26 14:13:04 UTC (rev 599) @@ -1,7 +1,7 @@ # Spec file for cppdom. %define name cppdom -%define version 0.7.7 -%define release 2 +%define version 0.7.8 +%define release 1 Name: %{name} Summary: A C++ based XML loader and writer with an internal DOM representation. @@ -91,6 +91,9 @@ %{_libdir}/flagpoll %changelog +* Tue Jun 26 2007 Patrick Hartling <pa...@in...> 0.7.8-1 +- Updated to version 0.7.8. + * Tue Jun 26 2007 Patrick Hartling <pa...@in...> 0.7.7-2 - Added flagpoll as a requirement for cppdom-devel - Removed Conflicts directives since this can be installed in parallel with This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |