Changes: pre-release housekeeping

This commit is contained in:
Adriaan de Groot 2022-05-24 15:25:31 +02:00
parent f4e5e08aa8
commit cada0f2547
2 changed files with 9 additions and 1 deletions

View File

@ -8,6 +8,14 @@ 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.58.2 (2022-05-24)
This is a extra-quick release for an issue that shows up when using a
swap **file** on a btrfs filesystem; the installation would fail with
a Python error, raised from btrfs-progs. Reported by Evan James, Erik
Dubois, TechXero.
# 3.2.58.1 (2022-05-20)
This is a hot-fix release for a regression in the *partition* module where

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.58.1
VERSION 3.2.58.2
LANGUAGES C CXX
)