Changes: post-release housekeeping
- mention the *packages* service in CHANGES for the previous release
This commit is contained in:
parent
4243d5f41a
commit
ba89f03d8e
16
CHANGES
16
CHANGES
@ -7,13 +7,27 @@ 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.40 (unreleased) #
|
||||
|
||||
This release contains contributions from (alphabetically by first name):
|
||||
- No external contributors yet
|
||||
|
||||
## Core ##
|
||||
- No core changes yet
|
||||
|
||||
## Modules ##
|
||||
- No module changes yet
|
||||
|
||||
|
||||
# 3.2.39 (2021-03-19) #
|
||||
|
||||
This release contains contributions from (alphabetically by first name):
|
||||
- Matti Hyttinen
|
||||
|
||||
## Core ##
|
||||
- No core changes yet
|
||||
- A *packages* service has been added to the core, for use by
|
||||
*netinstall* module and any others that need to set up
|
||||
package information for the *packages* module.
|
||||
|
||||
## Modules ##
|
||||
- The *mount* module has gained a configurable setup for btrfs volumes.
|
||||
|
@ -41,11 +41,11 @@
|
||||
# TODO:3.3: Require CMake 3.12
|
||||
cmake_minimum_required( VERSION 3.3 FATAL_ERROR )
|
||||
project( CALAMARES
|
||||
VERSION 3.2.39
|
||||
VERSION 3.2.40
|
||||
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
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user