DEPRECATE.md: drop support for VS2008

Closes #17380
This commit is contained in:
Daniel Stenberg 2025-05-18 23:01:32 +02:00
parent e83e8c30a8
commit 63e513b106
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -44,12 +44,16 @@ curl drops support for the winbuild build method after September 2025.
We recommend migrating to CMake. See the migration guide in
`docs/INSTALL-CMAKE.md`.
## Windows CE
## VS2008
Windows CE "mainstream support" ended on October 9, 2018, and "Extended
Support" ended on October 10, 2023.
curl drops support for getting built with Microsoft Visual Studio 2008 in
November 2025.
curl drops all support in November 2025.
The only reason we kept support for this version is for Windows CE - and we
intend to remove support for that Operating System in this time frame as well.
Bumping the minimum to VS2010. VS2008 is a pain to support.
Previous discusson and details: https://github.com/curl/curl/discussions/15972
## Past removals