Changes: pre-release housekeeping

This commit is contained in:
Adriaan de Groot 2021-03-30 11:29:38 +02:00
parent 9d4c2bf1c7
commit 1184229c4a
2 changed files with 10 additions and 2 deletions

View File

@ -19,6 +19,14 @@ This release contains contributions from (alphabetically by first name):
- No module changes yet
# 3.2.39.1 (2021-03-30) #
This hotfix release corrects a regression in the *displaymanager*
module caused by changes in the *users* module; autologin was
internally renamed and no longer recognized by the *displaymanager*
module. (Reported by Erik Dubois, #1665)
# 3.2.39 (2021-03-19) #
This release contains contributions from (alphabetically by first name):

View File

@ -41,11 +41,11 @@
# TODO:3.3: Require CMake 3.12
cmake_minimum_required( VERSION 3.3 FATAL_ERROR )
project( CALAMARES
VERSION 3.2.40
VERSION 3.2.39.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
#