Changes: pre-release housekeeping

This commit is contained in:
Adriaan de Groot 2020-08-17 11:31:26 +02:00
parent 805850d843
commit 933e54a731
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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