Revision: 4173
http://svn.sourceforge.net/winmerge/?rev=4173&view=rev
Author: kimmov
Date: 2007-03-19 11:32:27 -0700 (Mon, 19 Mar 2007)
Log Message:
-----------
PATCH: [ 1659183 ] Add Vista security attributes to manifest files
Modified Paths:
--------------
branches/R2_6/Src/Changes.txt
branches/R2_6/Src/res/WinMerge.exe.manifest
branches/R2_6/Src/res/WinMergeU.exe.manifest
Modified: branches/R2_6/Src/Changes.txt
===================================================================
--- branches/R2_6/Src/Changes.txt 2007-03-18 21:14:29 UTC (rev 4172)
+++ branches/R2_6/Src/Changes.txt 2007-03-19 18:32:27 UTC (rev 4173)
@@ -2,6 +2,10 @@
Add new items to top.
(This summarizes all changes to all files under Src, including Src\Languages.)
+2007-03-19 Kimmo
+ PATCH: [ 1659183 ] Add Vista security attributes to manifest files
+ Src/res: WinMerge.exe.manifest WinMergeU.exe.manifest
+
2007-03-11 Tim
PATCH: [ 1582537 ] CSS syntax highlighter
Src: Merge.dsp
Modified: branches/R2_6/Src/res/WinMerge.exe.manifest
===================================================================
--- branches/R2_6/Src/res/WinMerge.exe.manifest 2007-03-18 21:14:29 UTC (rev 4172)
+++ branches/R2_6/Src/res/WinMerge.exe.manifest 2007-03-19 18:32:27 UTC (rev 4173)
@@ -7,6 +7,18 @@
type="win32"
/>
<description>WinMerge Application</description>
+
+ <!-- Identify the application security requirements. -->
+ <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
+ <security>
+ <requestedPrivileges>
+ <requestedExecutionLevel
+ level="asInvoker"
+ uiAccess="false"/>
+ </requestedPrivileges>
+ </security>
+ </trustInfo>
+
<dependency>
<dependentAssembly>
<assemblyIdentity
Modified: branches/R2_6/Src/res/WinMergeU.exe.manifest
===================================================================
--- branches/R2_6/Src/res/WinMergeU.exe.manifest 2007-03-18 21:14:29 UTC (rev 4172)
+++ branches/R2_6/Src/res/WinMergeU.exe.manifest 2007-03-19 18:32:27 UTC (rev 4173)
@@ -7,6 +7,18 @@
type="win32"
/>
<description>WinMerge Application</description>
+
+ <!-- Identify the application security requirements. -->
+ <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
+ <security>
+ <requestedPrivileges>
+ <requestedExecutionLevel
+ level="asInvoker"
+ uiAccess="false"/>
+ </requestedPrivileges>
+ </security>
+ </trustInfo>
+
<dependency>
<dependentAssembly>
<assemblyIdentity
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|