Changes: pre-release housekeeping
This commit is contained in:
parent
9d4c2bf1c7
commit
1184229c4a
8
CHANGES
8
CHANGES
@ -19,6 +19,14 @@ This release contains contributions from (alphabetically by first name):
|
|||||||
- No module changes yet
|
- 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) #
|
# 3.2.39 (2021-03-19) #
|
||||||
|
|
||||||
This release contains contributions from (alphabetically by first name):
|
This release contains contributions from (alphabetically by first name):
|
||||||
|
@ -41,11 +41,11 @@
|
|||||||
# TODO:3.3: Require CMake 3.12
|
# TODO:3.3: Require CMake 3.12
|
||||||
cmake_minimum_required( VERSION 3.3 FATAL_ERROR )
|
cmake_minimum_required( VERSION 3.3 FATAL_ERROR )
|
||||||
project( CALAMARES
|
project( CALAMARES
|
||||||
VERSION 3.2.40
|
VERSION 3.2.39.1
|
||||||
LANGUAGES C CXX
|
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
|
### OPTIONS
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user