Changes: pre-release housekeeping

This commit is contained in:
Adriaan de Groot 2020-02-21 18:53:03 +01:00
parent adf81c0ab5
commit 01c9916cb9
2 changed files with 6 additions and 2 deletions

View File

@ -3,7 +3,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 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.19 (unreleased) # # 3.2.19 (2020-02-21) #
This release contains contributions from (alphabetically by first name): This release contains contributions from (alphabetically by first name):
- Anke Boersma - Anke Boersma
@ -39,6 +39,10 @@ This release contains contributions from (alphabetically by first name):
Previously, a netinstall module would overwrite all of the package Previously, a netinstall module would overwrite all of the package
configuration done by other netinstall modules. Translations can be configuration done by other netinstall modules. Translations can be
provided in the configuration file, `netinstall.conf`. #1303 provided in the configuration file, `netinstall.conf`. #1303
- The *fstab* module no longer "claims" all the swap partitions it finds
on disk. It only uses swap specified for the current installation.
This means that "replace" and "alongside" installations will have
no swap configured in the target system.
# 3.2.18 (2020-01-28) # # 3.2.18 (2020-01-28) #

View File

@ -43,7 +43,7 @@ project( CALAMARES
VERSION 3.2.19 VERSION 3.2.19
LANGUAGES C CXX ) 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 ### OPTIONS
# #