View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] |
ID | Project | Category | View Status | Date Submitted | Last Update |
0003964 | Doomseeker | [All Projects] Documentation | public | 2021-12-30 11:26 | 2022-05-31 01:39 |
|
Reporter | WubTheCaptain | |
Assigned To | Zalewa | |
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | closed | Resolution | fixed | |
Platform | | OS | | OS Version | |
Product Version | 1.3.2 | |
Target Version | 1.3.3 | Fixed in Version | 1.3.3 | |
|
Summary | 0003964: Windows XP support is missing a deprecation notice |
Description | Reasons to deprecate Windows XP support:
- cacerts.pem maintenance (0003267:0018459, 0003954)
- Windows XP ยง End of support (English Wikipedia)
- According to Blzut3, "at some point it will probably become a hassle to update OpenSSL and certainly by the time we switch to Qt 6 (which sadly only supports Windows 10/11)." (0003954:0021973)
- Technically Visual Studio 2017 is the last compiler from Microsoft to support Windows XP officially, although we have moved to support MinGW primarily or solely a long ago.
|
Steps To Reproduce | CHANGELOG.md |
|
Attached Files | 0001-Document-deprecation-of-Windows-XP-support.patch [^] (943 bytes) 2021-12-30 11:37 [Show Content] [Hide Content]From 8b27faef1205112762e24d1d7a98d2331115bbea Mon Sep 17 00:00:00 2001
From: Linda Lapinlampi <linda@lindalap.fi>
Date: Thu, 30 Dec 2021 11:36:07 +0000
Subject: [PATCH 1/1] Document deprecation of Windows XP support
Fixes: #3964
---
CHANGELOG.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b9e6b0cc..53c66a4e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -51,6 +51,9 @@ actually does.
Doomseeker distribution. After removal, the core Doomseeker development team
will no longer develop, maintain, or test compatibility with Sonic Robo Blast
2. (#3958)
+- Windows XP support may soon be removed from the Doomseeker distribution.
+After removal, the core Doomseeker development team will no longer develop,
+maintain, or test compatibility with the Windows XP operating system. (#3964)
### Fixed
- The warning that warns about the current map not being on the map list
--
2.34.1
|
|