Changes: pre-release housekeeping

This commit is contained in:
Adriaan de Groot 2021-03-15 10:28:57 +01:00
parent b9ad701a5c
commit 1c8a72dcac
2 changed files with 12 additions and 1 deletions

11
CHANGES
View File

@ -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 changelog -- this log starts with version 3.2.0. The release notes on the
website will have to do for older versions. 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) # # 3.2.38 (2021-03-14) #
This release contains contributions from (alphabetically by first name): This release contains contributions from (alphabetically by first name):

View File

@ -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.38 VERSION 3.2.38.1
LANGUAGES C CXX LANGUAGES C CXX
) )