Changes: document 3.2.7 hotfix
This commit is contained in:
parent
ca3110d429
commit
cdcd45900b
10
CHANGES
10
CHANGES
@ -3,13 +3,11 @@ 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.7 (unreleased) #
|
# 3.2.7 (2019-04-27) #
|
||||||
|
|
||||||
This release contains contributions from (alphabetically by first name):
|
This is a **hotfix** release for regressions introduced in the
|
||||||
|
Python modules. The *localecfg* module was unusable because of
|
||||||
## Core ##
|
a missing `import`.
|
||||||
|
|
||||||
## Modules ##
|
|
||||||
|
|
||||||
|
|
||||||
# 3.2.6 (2019-04-25) #
|
# 3.2.6 (2019-04-25) #
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
cmake_minimum_required( VERSION 3.2 FATAL_ERROR )
|
cmake_minimum_required( VERSION 3.2 FATAL_ERROR )
|
||||||
project( CALAMARES
|
project( CALAMARES
|
||||||
VERSION 3.2.6
|
VERSION 3.2.7
|
||||||
LANGUAGES C CXX )
|
LANGUAGES C CXX )
|
||||||
|
|
||||||
set( CALAMARES_VERSION_RC 0 ) # Set to 0 during release cycle, 1 during development
|
set( CALAMARES_VERSION_RC 0 ) # Set to 0 during release cycle, 1 during development
|
||||||
|
Loading…
Reference in New Issue
Block a user