From 04e21b7e4658018f995f2b9dce93a899e26d8425 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Mon, 16 Nov 2020 12:28:14 +0100 Subject: [PATCH] Changes: pre-release housekeeping --- CHANGES | 7 ++++++- CMakeLists.txt | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index a9b179e6b..9ddc8d17f 100644 --- a/CHANGES +++ b/CHANGES @@ -7,15 +7,20 @@ 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.34 (unreleased) # +# 3.2.34 (2020-11-16) # This release contains contributions from (alphabetically by first name): - Artem Grinev + - Gaƫl PORTAY ## Core ## - No core changes yet ## Modules ## + - The *keyboard* module had a regression in which it no-longer painted + the keycaps in the keyboard preview. (reported by Vinnie) + - The *plasmalnf* module did not set all of the look-and-feel values + in the target system. (reported by Bluestar Linux) - In the *users* module, warnings about the strength of the password are now correctly pluralized when possible. - In the *users* module, if ICU is installed, the user's full name is diff --git a/CMakeLists.txt b/CMakeLists.txt index fbd9d9432..45e0d2036 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,7 +44,7 @@ project( CALAMARES VERSION 3.2.34 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 #