[PATCH] D12368: Add a clang release note about raising the minimum Windows version for the next major release

Greg Bedwell via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 26 08:48:05 PDT 2015


gbedwell created this revision.
gbedwell added reviewers: hans, rnk, aaron.ballman.
gbedwell added a subscriber: cfe-commits.

This is a clang release note to match the LLVM release note in D12367.

As we're planning on raising the minimum Windows version to Windows 7 for LLVM 3.8 as per this discussion (there have been no objections I'm aware of so far even after advertising the discussion in LLVM weekly):
http://lists.cs.uiuc.edu/pipermail/llvmdev/2015-July/087993.html
I'd like to add a release note to mention this fact. 

http://reviews.llvm.org/D12368

Files:
  docs/ReleaseNotes.rst

Index: docs/ReleaseNotes.rst
===================================================================
--- docs/ReleaseNotes.rst
+++ docs/ReleaseNotes.rst
@@ -243,6 +243,12 @@
   boolean constants and simplifies them to use the appropriate boolean
   expression directly (``if (x == true) ... -> if (x)``, etc.)
 
+Last release which will run on Windows XP and Windows Vista
+-----------------------------------------------------------
+
+This is expected to the be the last major release of Clang that will support
+running on Windows XP and Windows Vista.  For the next major release the
+minimum Windows version requirement will be Windows 7.
 
 Additional Information
 ======================


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12368.33208.patch
Type: text/x-patch
Size: 690 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150826/ad6928da/attachment.bin>


More information about the cfe-commits mailing list