Changes: pre-release housekeeping
This commit is contained in:
parent
d68ff5f694
commit
9ad5ba36b0
6
CHANGES
6
CHANGES
@ -4,13 +4,14 @@ 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.14 (unreleased) #
|
# 3.2.14 (2019-09-30) #
|
||||||
|
|
||||||
This release contains contributions from (alphabetically by first name):
|
This release contains contributions from (alphabetically by first name):
|
||||||
- Andrius Štikonas
|
- Andrius Štikonas
|
||||||
- Harald Sitter
|
- Harald Sitter
|
||||||
|
|
||||||
## Core ##
|
## Core ##
|
||||||
|
- No changes to core functionality
|
||||||
|
|
||||||
## Modules ##
|
## Modules ##
|
||||||
|
|
||||||
@ -21,6 +22,9 @@ This release contains contributions from (alphabetically by first name):
|
|||||||
- *displaymanager* module now recognizes KDE Plasma 5.17.
|
- *displaymanager* module now recognizes KDE Plasma 5.17.
|
||||||
- *displaymanager* module now can handle Wayland sessions and can detect
|
- *displaymanager* module now can handle Wayland sessions and can detect
|
||||||
sessions from their .desktop files. #1247 #1248
|
sessions from their .desktop files. #1247 #1248
|
||||||
|
- *unpackfs* now has special handling for *sourcefs* setting "file"
|
||||||
|
(so you can copy single files or directories that are on the source
|
||||||
|
system, directly to the target). #1188 #1181
|
||||||
|
|
||||||
|
|
||||||
# 3.2.13 (2019-08-30) #
|
# 3.2.13 (2019-08-30) #
|
||||||
|
@ -43,7 +43,7 @@ project( CALAMARES
|
|||||||
VERSION 3.2.14
|
VERSION 3.2.14
|
||||||
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
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user