Changes: pre-release housekeeping
This commit is contained in:
parent
adf81c0ab5
commit
01c9916cb9
6
CHANGES
6
CHANGES
@ -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
|
||||
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):
|
||||
- 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
|
||||
configuration done by other netinstall modules. Translations can be
|
||||
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) #
|
||||
|
@ -43,7 +43,7 @@ project( CALAMARES
|
||||
VERSION 3.2.19
|
||||
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
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user