Changes: pre-release housekeeping
This commit is contained in:
parent
8949b079e1
commit
e7b39303e4
7
CHANGES
7
CHANGES
@ -19,6 +19,13 @@ This release contains contributions from (alphabetically by first name):
|
|||||||
- No module changes yet
|
- No module changes yet
|
||||||
|
|
||||||
|
|
||||||
|
# 3.2.39.2 (2021-04-02) #
|
||||||
|
|
||||||
|
This is **another** hotfix release for issues around autologin ..
|
||||||
|
autoLogin, really, since the whole problem is that internal capitalization
|
||||||
|
changed. (Reported by pcrepix, #1668)
|
||||||
|
|
||||||
|
|
||||||
# 3.2.39.1 (2021-03-30) #
|
# 3.2.39.1 (2021-03-30) #
|
||||||
|
|
||||||
This hotfix release corrects a regression in the *displaymanager*
|
This hotfix release corrects a regression in the *displaymanager*
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
# 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.39.1
|
VERSION 3.2.39.2
|
||||||
LANGUAGES C CXX
|
LANGUAGES C CXX
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user