From 9059cd8c629ab55bd488959c8c0586e1a6d4a67c Mon Sep 17 00:00:00 2001
From: Linda Lapinlampi <linda@lindalap.fi>
Date: Thu, 30 Dec 2021 11:58:05 +0000
Subject: [PATCH 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 | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index b9e6b0cc..14e3d76a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -51,6 +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)
+- 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 Ubuntu 16.04 LTS GNU/Linux
+distribution. (#3965)
 
 ### Fixed
 - The warning that warns about the current map not being on the map list
-- 
2.34.1

