diff --git a/CHANGES b/CHANGES index 66b8a8bcb..965bb0459 100644 --- a/CHANGES +++ b/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. -# 3.2.14 (unreleased) # +# 3.2.14 (2019-09-30) # This release contains contributions from (alphabetically by first name): - Andrius Štikonas - Harald Sitter ## Core ## + - No changes to core functionality ## 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 can handle Wayland sessions and can detect 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) # diff --git a/CMakeLists.txt b/CMakeLists.txt index 0f8734df0..64e149cd8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,7 +43,7 @@ project( CALAMARES VERSION 3.2.14 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 #