From 1c8a72dcac7266129c94615ec02795e59989775c Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Mon, 15 Mar 2021 10:28:57 +0100 Subject: [PATCH] Changes: pre-release housekeeping --- CHANGES | 11 +++++++++++ CMakeLists.txt | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 99a59ef19..98300be64 100644 --- a/CHANGES +++ b/CHANGES @@ -7,6 +7,17 @@ contributors are listed. Note that Calamares does not have a historical changelog -- this log starts with version 3.2.0. The release notes on the website will have to do for older versions. +# 3.2.38.1 (2021-03-15) # + +This hotfix release is for this item in the release notes of 3.2.38: + - The .desktop file for Calamares now makes a longer trip, calling + `sh -c "pkexec calamares"`; distributions may still need to adjust. +The change had been lost while updating other files. It has been +restored in `calamares.desktop` and `calamares.desktop.in`. There is +no other difference in this release. (Reported by Erik) + + + # 3.2.38 (2021-03-14) # This release contains contributions from (alphabetically by first name): diff --git a/CMakeLists.txt b/CMakeLists.txt index c46be69c8..a98eec1e0 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.38 + VERSION 3.2.38.1 LANGUAGES C CXX )