From 4e63390e17f8e4a342c89a7bc34e554510432495 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Fri, 17 Sep 2021 11:52:16 +0200 Subject: [PATCH] Changes: pre-release housekeeping --- CHANGES | 7 +++++-- CMakeLists.txt | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 415424592..9f375e611 100644 --- a/CHANGES +++ b/CHANGES @@ -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.43 (unreleased) # +# 3.2.43 (2021-09-17) # This release contains contributions from (alphabetically by first name): - Joe Kamprad @@ -17,9 +17,12 @@ This release contains contributions from (alphabetically by first name): *Yes*, *No* and *Cancel* buttons that were previously untranslated or "stuck" in the language that Calamares started in, are now changed to the current language as selected in the welcome page. + - Documentation improvements from Joe Kamprad. A *sizeLimit* of zero + (which is the default if nothing is set in the branding configuration) + disables log uploads. ## Modules ## - - No module changes yet + - No module changes # 3.2.42 (2021-09-06) # diff --git a/CMakeLists.txt b/CMakeLists.txt index b4ac77946..421c3f48a 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 #