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 #