Changes: post-release housekeeping
This commit is contained in:
parent
f0958535df
commit
126838fe1d
23
CHANGES-3.2
23
CHANGES-3.2
@ -7,6 +7,29 @@ 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
|
changelog -- this log starts with version 3.2.0. The release notes on the
|
||||||
website will have to do for older versions.
|
website will have to do for older versions.
|
||||||
|
|
||||||
|
# 3.2.47 (unreleased) #
|
||||||
|
|
||||||
|
This release contains contributions from (alphabetically by first name):
|
||||||
|
- Evan James
|
||||||
|
|
||||||
|
## Core ##
|
||||||
|
- The translation for Sinhala (`si`) has reached 100%. Thank you to
|
||||||
|
හෙළබස and Sandaruwan, translators for Sinhala, for special effort
|
||||||
|
in completing that translation.
|
||||||
|
|
||||||
|
## Modules ##
|
||||||
|
- *finishedq* now has an extra example QML file that builds the UI in
|
||||||
|
a different fashion, demonstrating how a mobile-OS customization of
|
||||||
|
Calamares would present the "all done" message.
|
||||||
|
- *fstab* has an example configuration file that mentioned `space_cache`
|
||||||
|
as an option. Since 2014 there was only one possible value, so this
|
||||||
|
option matched the default-and-only value. Newer kernels with newer
|
||||||
|
btrfs versions have a `v2` option value as well. Remove the example
|
||||||
|
option, since the kernel automatically picks the right value, while
|
||||||
|
setting it to the wrong one may prevent the system from booting.
|
||||||
|
(Thanks Evan)
|
||||||
|
|
||||||
|
|
||||||
# 3.2.46 (2021-11-09) #
|
# 3.2.46 (2021-11-09) #
|
||||||
|
|
||||||
This release contains contributions from (alphabetically by first name):
|
This release contains contributions from (alphabetically by first name):
|
||||||
|
@ -41,11 +41,11 @@
|
|||||||
# TODO:3.3: Require CMake 3.12
|
# TODO:3.3: Require CMake 3.12
|
||||||
cmake_minimum_required( VERSION 3.3 FATAL_ERROR )
|
cmake_minimum_required( VERSION 3.3 FATAL_ERROR )
|
||||||
project( CALAMARES
|
project( CALAMARES
|
||||||
VERSION 3.2.46
|
VERSION 3.2.47
|
||||||
LANGUAGES C CXX
|
LANGUAGES C CXX
|
||||||
)
|
)
|
||||||
|
|
||||||
set( CALAMARES_VERSION_RC 0 ) # Set to 0 during release cycle, 1 during development
|
set( CALAMARES_VERSION_RC 1 ) # Set to 0 during release cycle, 1 during development
|
||||||
|
|
||||||
### OPTIONS
|
### OPTIONS
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user