summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdriaan de Groot <groot@kde.org>2020-02-24 11:41:18 +0100
committerAdriaan de Groot <groot@kde.org>2020-02-24 11:41:18 +0100
commit801c3d4715b3c5d39e655db079c217a50550e4e3 (patch)
treea3da1a5cd651f05faf02ac155925998b55924761
parenta7b0b03bde3d288359c370be743eb92051ba2404 (diff)
Changes: pre-release (hotfix) housekeeping
-rw-r--r--CHANGES12
-rw-r--r--CMakeLists.txt4
2 files changed, 7 insertions, 9 deletions
diff --git a/CHANGES b/CHANGES
index db5b75f82..d91de15b2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,16 +3,14 @@ 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.20 (unreleased) #
+# 3.2.19.1 (unreleased) #
-This release contains contributions from (alphabetically by first name):
- - No external contributors yet
-
-## Core ##
- - No core changes yet
+This is a hotfix release for bugs in the *users* module.
+Reported by Philip Mueller and Walter Lapchynski.
## Modules ##
- - No module changes yet
+ - The *users* module no longer wrote `/etc/hostname` at all.
+ - The *users* module erroneously shows the root password input fields.
# 3.2.19 (2020-02-21) #
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6eb705812..b2dd344ad 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -40,10 +40,10 @@
cmake_minimum_required( VERSION 3.3 FATAL_ERROR )
project( CALAMARES
- VERSION 3.2.20
+ VERSION 3.2.19.1
LANGUAGES C CXX )
-set( CALAMARES_VERSION_RC 1 ) # Set to 0 during release cycle, 1 during development
+set( CALAMARES_VERSION_RC 0 ) # Set to 0 during release cycle, 1 during development
### OPTIONS
#