From 933e54a7310685d796413fef80962e25f4d4701e Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Mon, 17 Aug 2020 11:31:26 +0200 Subject: [PATCH] Changes: pre-release housekeeping --- CHANGES | 6 ++++++ CMakeLists.txt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 4e7cb0854..0de4d532b 100644 --- a/CHANGES +++ b/CHANGES @@ -3,6 +3,12 @@ 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.28.3 (2020-08-17) # + +Another hotfix, for more issues reported by Marco Obaid. Users +were not having a password set (#1489) + + # 3.2.28.2 (2020-08-12) # A second hotfix, for autologin support -- the autologin group was not diff --git a/CMakeLists.txt b/CMakeLists.txt index 4add681b6..bafcfac91 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,7 +46,7 @@ # TODO:3.3: Require CMake 3.12 cmake_minimum_required( VERSION 3.3 FATAL_ERROR ) project( CALAMARES - VERSION 3.2.28.2 + VERSION 3.2.28.3 LANGUAGES C CXX ) set( CALAMARES_VERSION_RC 0 ) # Set to 0 during release cycle, 1 during development