You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by sc...@apache.org on 2009/02/16 16:55:20 UTC

svn commit: r744948 - in /xml/security/trunk/c: CHANGELOG.txt Projects/VC9.0/xsec/xsec_lib/xsec_lib.vcproj src/framework/version.rc

Author: scantor
Date: Mon Feb 16 15:55:18 2009
New Revision: 744948

URL: http://svn.apache.org/viewvc?rev=744948&view=rev
Log:
Fix name of debugging output files.

Modified:
    xml/security/trunk/c/CHANGELOG.txt
    xml/security/trunk/c/Projects/VC9.0/xsec/xsec_lib/xsec_lib.vcproj
    xml/security/trunk/c/src/framework/version.rc

Modified: xml/security/trunk/c/CHANGELOG.txt
URL: http://svn.apache.org/viewvc/xml/security/trunk/c/CHANGELOG.txt?rev=744948&r1=744947&r2=744948&view=diff
==============================================================================
--- xml/security/trunk/c/CHANGELOG.txt (original)
+++ xml/security/trunk/c/CHANGELOG.txt Mon Feb 16 15:55:18 2009
@@ -5,6 +5,7 @@
 * Fix memory leak in OpenSSL RSA/DSA key cloning (SC)
 * Finish port to Xerces 3.0 (SC)
 * 64-bit API changes (SC)
+* Add VC9 build files (SC)
 * Expose KeyInfo extensions via DOM (SC)
 * Fix c14n to omit standard xmlns:xml declarations (SC)
 

Modified: xml/security/trunk/c/Projects/VC9.0/xsec/xsec_lib/xsec_lib.vcproj
URL: http://svn.apache.org/viewvc/xml/security/trunk/c/Projects/VC9.0/xsec/xsec_lib/xsec_lib.vcproj?rev=744948&r1=744947&r2=744948&view=diff
==============================================================================
--- xml/security/trunk/c/Projects/VC9.0/xsec/xsec_lib/xsec_lib.vcproj (original)
+++ xml/security/trunk/c/Projects/VC9.0/xsec/xsec_lib/xsec_lib.vcproj Mon Feb 16 15:55:18 2009
@@ -421,7 +421,6 @@
 				OutputFile="$(OutDir)/xsec_1_5D.dll"
 				LinkIncremental="2"
 				GenerateDebugInformation="true"
-				ProgramDatabaseFile="$(OutDir)/xsec_lib.pdb"
 				SubSystem="2"
 				RandomizedBaseAddress="1"
 				DataExecutionPrevention="0"
@@ -507,7 +506,6 @@
 				OutputFile="$(OutDir)/xsec_1_5D.dll"
 				LinkIncremental="2"
 				GenerateDebugInformation="true"
-				ProgramDatabaseFile="$(OutDir)/xsec_lib.pdb"
 				SubSystem="2"
 				RandomizedBaseAddress="1"
 				DataExecutionPrevention="0"
@@ -767,6 +765,14 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\..\..\src\dsig\DSIGKeyInfoExt.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\..\src\dsig\DSIGKeyInfoExt.hpp"
+				>
+			</File>
+			<File
 				RelativePath="..\..\..\..\src\dsig\DSIGKeyInfoList.cpp"
 				>
 			</File>
@@ -822,14 +828,6 @@
 				RelativePath="..\..\..\..\src\dsig\DSIGKeyInfoX509.hpp"
 				>
 			</File>
-            <File
-                RelativePath="..\..\..\..\src\dsig\DSIGKeyInfoExt.cpp"
-                >
-            </File>
-            <File
-                RelativePath="..\..\..\..\src\dsig\DSIGKeyInfoExt.hpp"
-                >
-            </File>
 			<File
 				RelativePath="..\..\..\..\src\dsig\DSIGObject.cpp"
 				>

Modified: xml/security/trunk/c/src/framework/version.rc
URL: http://svn.apache.org/viewvc/xml/security/trunk/c/src/framework/version.rc?rev=744948&r1=744947&r2=744948&view=diff
==============================================================================
--- xml/security/trunk/c/src/framework/version.rc (original)
+++ xml/security/trunk/c/src/framework/version.rc Mon Feb 16 15:55:18 2009
@@ -79,7 +79,7 @@
 #else
             VALUE "InternalName", "xsec_1_5\0"
 #endif
-            VALUE "LegalCopyright", "Copyright © 2002-2008 The Apache Software Foundation\0"
+            VALUE "LegalCopyright", "Copyright © 2002-2009 The Apache Software Foundation\0"
             VALUE "LegalTrademarks", "\0"
 #ifdef _DEBUG
             VALUE "OriginalFilename", "xsec_1_5D.dll\0"