Just noticed that Windows 8.1 compatibility was missing from setup*.exe.manifest; patch attached.

Yaakov
2014-02-25  Yaakov Selkowitz  <yselkow...@users.sourceforge.net>

        * setup.exe.manifest: Add Windows 8.1 to compatibility list.
        * setup64.exe.manifest: Ditto.

Index: setup.exe.manifest
===================================================================
RCS file: /cvs/cygwin-apps/setup/setup.exe.manifest,v
retrieving revision 2.5
diff -u -p -r2.5 setup.exe.manifest
--- setup.exe.manifest  5 Apr 2013 08:42:48 -0000       2.5
+++ setup.exe.manifest  25 Feb 2014 16:54:06 -0000
@@ -27,6 +27,8 @@
       <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
       <!--The ID below indicates application support for Windows 8 -->
       <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
+      <!--The ID below indicates application support for Windows 8.1 -->
+      <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
     </application>
   </compatibility>
 </assembly>
Index: setup64.exe.manifest
===================================================================
RCS file: /cvs/cygwin-apps/setup/setup64.exe.manifest,v
retrieving revision 2.1
diff -u -p -r2.1 setup64.exe.manifest
--- setup64.exe.manifest        5 Apr 2013 08:42:48 -0000       2.1
+++ setup64.exe.manifest        25 Feb 2014 16:54:06 -0000
@@ -34,6 +34,8 @@
       <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
       <!--The ID below indicates application support for Windows 8 -->
       <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
+      <!--The ID below indicates application support for Windows 8.1 -->
+      <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
     </application>
   </compatibility>
 </assembly>

Reply via email to