OSDN Git Service

Changes: pre-release housekeeping
authorAdriaan de Groot <groot@kde.org>
Mon, 27 Sep 2021 11:08:22 +0000 (13:08 +0200)
committerAdriaan de Groot <groot@kde.org>
Mon, 27 Sep 2021 11:08:22 +0000 (13:08 +0200)
CHANGES
CMakeLists.txt

diff --git a/CHANGES b/CHANGES
index 97f8bd4..a9afa18 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,15 @@ contributors are listed. Note that Calamares does not have a historical
 changelog -- this log starts with version 3.2.0. The release notes on the
 website will have to do for older versions.
 
+# 3.2.44.2 (2021-09-27) #
+
+This release contains contributions from (alphabetically by first name):
+ -
+
+This is a hotfix for a typo -- not a syntax error -- that affects the
+*networkcfg* module. Reported and fixed by .
+
+
 # 3.2.44.1 (2021-09-24) #
 
 This release contains contributions from (alphabetically by first name):
index 01ae160..58a06db 100644 (file)
@@ -41,7 +41,7 @@
 # TODO:3.3: Require CMake 3.12
 cmake_minimum_required( VERSION 3.3 FATAL_ERROR )
 project( CALAMARES
-    VERSION 3.2.44.1
+    VERSION 3.2.44.2
     LANGUAGES C CXX
 )