diff --git a/CHANGES b/CHANGES index a62ff0f19..50eb23f8e 100644 --- a/CHANGES +++ b/CHANGES @@ -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* diff --git a/CMakeLists.txt b/CMakeLists.txt index db098644d..92ea86845 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 )