Changes: pre-release housekeeping
This commit is contained in:
parent
b9ad701a5c
commit
1c8a72dcac
11
CHANGES
11
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):
|
||||
|
@ -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
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user