Changes: pre-release housekeeping

This commit is contained in:
Adriaan de Groot 2021-04-02 13:13:36 +02:00
parent 8949b079e1
commit e7b39303e4
2 changed files with 8 additions and 1 deletions

View File

@ -19,6 +19,13 @@ This release contains contributions from (alphabetically by first name):
- 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) #
This hotfix release corrects a regression in the *displaymanager*

View File

@ -41,7 +41,7 @@
# TODO:3.3: Require CMake 3.12
cmake_minimum_required( VERSION 3.3 FATAL_ERROR )
project( CALAMARES
VERSION 3.2.39.1
VERSION 3.2.39.2
LANGUAGES C CXX
)