diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-08-22 23:22:05 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-08-22 23:22:05 +0000 |
commit | 2026de255e3f653661c31fc6c710ff5e85ea1f71 (patch) | |
tree | c192c976a70865100a7c9074f0b3fa2f55c3704b /docs/ReleaseNotes.html | |
parent | 6dcafc0d0b33bebcac28539257a9a5b250542f6a (diff) |
docs/ReleaseNotes.html: Mention that Windows 2000 will not be supported any more.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138297 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r-- | docs/ReleaseNotes.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index ebcbf15dad..6188ffd4c8 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -589,6 +589,14 @@ it run faster:</p> is still accepted, but is now considered deprecated.</li> </ul> +<h4>Windows (32-bit)</h4> +<div> +<ul> + <li>On Win32(MinGW32 and MSVC), Windows 2000 will not be supported. + Windows XP or higher is required.</li> +</ul> +</div> + </div> <!--=========================================================================--> |