• R/O
  • HTTP
  • SSH
  • HTTPS

alterlinux-calamares: Commit

GitHubのミラーです
https://github.com/FascodeNet/alterlinux-calamares


Commit MetaInfo

Revisión04e21b7e4658018f995f2b9dce93a899e26d8425 (tree)
Tiempo2020-11-16 20:28:28
AutorAdriaan de Groot <groot@kde....>
CommiterAdriaan de Groot

Log Message

Changes: pre-release housekeeping

Cambiar Resumen

Diferencia incremental

--- a/CHANGES
+++ b/CHANGES
@@ -7,15 +7,20 @@ contributors are listed. Note that Calamares does not have a historical
77 changelog -- this log starts with version 3.2.0. The release notes on the
88 website will have to do for older versions.
99
10-# 3.2.34 (unreleased) #
10+# 3.2.34 (2020-11-16) #
1111
1212 This release contains contributions from (alphabetically by first name):
1313 - Artem Grinev
14+ - Gaël PORTAY
1415
1516 ## Core ##
1617 - No core changes yet
1718
1819 ## Modules ##
20+ - The *keyboard* module had a regression in which it no-longer painted
21+ the keycaps in the keyboard preview. (reported by Vinnie)
22+ - The *plasmalnf* module did not set all of the look-and-feel values
23+ in the target system. (reported by Bluestar Linux)
1924 - In the *users* module, warnings about the strength of the password
2025 are now correctly pluralized when possible.
2126 - In the *users* module, if ICU is installed, the user's full name is
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -44,7 +44,7 @@ project( CALAMARES
4444 VERSION 3.2.34
4545 LANGUAGES C CXX )
4646
47-set( CALAMARES_VERSION_RC 1 ) # Set to 0 during release cycle, 1 during development
47+set( CALAMARES_VERSION_RC 0 ) # Set to 0 during release cycle, 1 during development
4848
4949 ### OPTIONS
5050 #
Show on old repository browser