Changes: pre-release housekeeping

This commit is contained in:
Adriaan de Groot 2019-11-28 13:12:14 +01:00
parent 3e4fc281ab
commit b69dd3a93c
2 changed files with 7 additions and 4 deletions

View File

@ -3,13 +3,13 @@ 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.17 (unreleased) #
# 3.2.17 (2019-11-28) #
This release contains contributions from (alphabetically by first name):
- No external contributions.
- Bill Auger
## Core ##
- No changes to core functionality
- A translation "string freeze" is now enforced by the release scripts.
## Modules ##
- A new module, *hostinfo*, places information about the host into
@ -23,6 +23,9 @@ This release contains contributions from (alphabetically by first name):
- The *grubcfg* module has a new configuration setting *keepDistributor*
which prevents replacing the `GRUB_DISTRIBUTION` line when writing
the new configuration. #1201
- *packagechooser* documentation has been updated.
- *welcome* module now works better with dark themes.
- The *license* module could get into a confused state, now fixed. #1271
# 3.2.16 (2019-11-01) #

View File

@ -43,7 +43,7 @@ project( CALAMARES
VERSION 3.2.17
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
#