|
From: <pat...@us...> - 2007-08-01 15:22:35
|
Revision: 624
http://xml-cppdom.svn.sourceforge.net/xml-cppdom/?rev=624&view=rev
Author: patrickh
Date: 2007-08-01 08:22:38 -0700 (Wed, 01 Aug 2007)
Log Message:
-----------
Note recent changes and roll the version to 0.7.10.
Modified Paths:
--------------
trunk/ChangeLog
trunk/cppdom/version.h
trunk/cppdom.spec
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2007-08-01 15:22:12 UTC (rev 623)
+++ trunk/ChangeLog 2007-08-01 15:22:38 UTC (rev 624)
@@ -1,5 +1,13 @@
DATE AUTHOR CHANGE
---------- ----------- -------------------------------------------------------
+2007-08-01 patrickh Updated for SConsAddons changes. On Windows, the
+ build formerly called "hybrid" is now the "debug"
+ build. The DLL is installed in lib\debug. The build
+ formerly called "debug" is now the "debugrt" build (to
+ indicate that it is linked against the Visual C++ debug
+ runtime). The library is still named with "_d".
+ VERSION: 0.7.10
+2007-07-25 patrickh Fixed empty comment processing bug.
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.
Modified: trunk/cppdom/version.h
===================================================================
--- trunk/cppdom/version.h 2007-08-01 15:22:12 UTC (rev 623)
+++ trunk/cppdom/version.h 2007-08-01 15:22:38 UTC (rev 624)
@@ -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 9
+#define CPPDOM_VERSION_PATCH 10
//--------------------------------------------------------------------------
//--------------------------------------------------------------------------
Modified: trunk/cppdom.spec
===================================================================
--- trunk/cppdom.spec 2007-08-01 15:22:12 UTC (rev 623)
+++ trunk/cppdom.spec 2007-08-01 15:22:38 UTC (rev 624)
@@ -1,6 +1,6 @@
# Spec file for cppdom.
%define name cppdom
-%define version 0.7.9
+%define version 0.7.10
%define release 1
Name: %{name}
@@ -127,6 +127,9 @@
%doc %{_docdir}/cppdom-%{version}/html
%changelog
+* Wed Aug 01 2007 Patrick Hartling <pa...@in...> 0.7.10-1
+- Updated to version 0.7.10.
+
* Fri Jul 06 2007 Patrick Hartling <pa...@in...> 0.7.9-1
- Updated to version 0.7.9.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|