Changes: pre-release housekeeping

main
Adriaan de Groot 4 years ago
parent 805850d843
commit 933e54a731

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

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

Loading…
Cancel
Save