From 143f8f41d4013110afdd779b3c6a98a7678cf05b Mon Sep 17 00:00:00 2001
From: Linda Lapinlampi <linda@lindalap.fi>
Date: Thu, 30 Dec 2021 11:58:05 +0000
Subject: [PATCH v2 1/1] Document deprecation of Ubuntu 16.04 LTS support

In the future, we're likely to have pain points with GCC
5 compiler (future C++17 enhancements), CMake 3.5 build system or Qt 5.5
GUI framework. Deprecating support for Ubuntu 16.04 LTS also allows us
to move the Dockerfile target from 16.04 LTS to a newer distribution.

Theoretically Doomseeker development has followed Canonical's standard
free support periods, so it has long been unsupported by us
unofficially. This adds an official statement for end-of-support from
us.

Fixes: #3965
---
 CHANGELOG.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 53c66a4e..f6d6c25d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -51,9 +51,10 @@ 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)
+- Windows XP and Ubuntu 16.04 LTS 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 or Ubuntu 16.04 LTS GNU/Linux distribution. (#3964, #3965)
 
 ### Fixed
 - The warning that warns about the current map not being on the map list
-- 
2.34.1

