summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdriaan de Groot <groot@kde.org>2020-04-08 13:24:09 +0200
committerAdriaan de Groot <groot@kde.org>2020-04-08 13:24:09 +0200
commit624b8ae85336c03bd05083c1bff7c09aae8d09b6 (patch)
treec1a45b3e98773a37980969352fe3203529a49d41
parent04cbceed5e338c64bd5309ad6df6f1804a81bc44 (diff)
Changes: pre-release housekeeping
-rw-r--r--CHANGES4
-rw-r--r--CMakeLists.txt2
2 files changed, 4 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 2ed4996b2..967f63b2d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,7 +3,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.22 (unreleased) #
+# 3.2.22 (2020-04-08) #
This release contains contributions from (alphabetically by first name):
- Anke Boersma
@@ -29,6 +29,8 @@ This release contains contributions from (alphabetically by first name):
- *netinstall* has had some minor layout fixes.
- *unpackfs* has much more detailed progress reporting and no
longer jumps around strangely in overall progress.
+ - *partition* now correctly marks a partition as bootable in BIOS + MBR
+ installs. #1175
# 3.2.21 (2020-03-27) #
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d70863929..522e920eb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -43,7 +43,7 @@ project( CALAMARES
VERSION 3.2.22
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
#