From 737ec690b69ed63ffdbe0854853fc4eb90c1fede Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Tue, 9 Nov 2021 15:29:23 +0100 Subject: [PATCH] Changes: pre-release housekeeping --- CHANGES-3.2 | 8 ++++++-- CMakeLists.txt | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGES-3.2 b/CHANGES-3.2 index 8258a8d7d..0ada9b89a 100644 --- a/CHANGES-3.2 +++ b/CHANGES-3.2 @@ -7,7 +7,7 @@ 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.46 (unreleased) # +# 3.2.46 (2021-11-09) # This release contains contributions from (alphabetically by first name): - Philip Müller @@ -23,13 +23,17 @@ This release contains contributions from (alphabetically by first name): - *fstab* writes a slightly different message in `/etc/crypttab` about the root filesystem. Since Calamares itself ignores the (previous wording of) message, it was confusing. #1811 + - *packages* module has some support for reporting progress while + the packages are installed. This depends on the package-manager itself + reporting useful progress information **and** the *packages* module having + support-code to interpret that progress. A proof-of-concept for `pacman` + has been implemented. #1582 - *partition* has a number of edge-cases for LVM and LUKS resolved. #1564 #1817 - *partition* module once again always offers `/boot` as a mount-point, even when EFI would want `/boot/efi`. (Thanks Phil) - *summary* had a regression and showed some descriptive texts twice. - # 3.2.45 (2021-10-31) # This release contains contributions from (alphabetically by first name): diff --git a/CMakeLists.txt b/CMakeLists.txt index b9d570ca4..b50070f4e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -45,7 +45,7 @@ project( CALAMARES LANGUAGES C CXX ) -set( CALAMARES_VERSION_RC 1 ) # Set to 0 during release cycle, 1 during development +set( CALAMARES_VERSION_RC 0 ) # Set to 0 during release cycle, 1 during development ### OPTIONS #