Changes: pre-release housekeeping
This commit is contained in:
parent
723da94e75
commit
c4034d944b
9
CHANGES
9
CHANGES
@ -7,6 +7,15 @@ 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.44.2 (2021-09-27) #
|
||||||
|
|
||||||
|
This release contains contributions from (alphabetically by first name):
|
||||||
|
-
|
||||||
|
|
||||||
|
This is a hotfix for a typo -- not a syntax error -- that affects the
|
||||||
|
*networkcfg* module. Reported and fixed by .
|
||||||
|
|
||||||
|
|
||||||
# 3.2.44.1 (2021-09-24) #
|
# 3.2.44.1 (2021-09-24) #
|
||||||
|
|
||||||
This release contains contributions from (alphabetically by first name):
|
This release contains contributions from (alphabetically by first name):
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
# TODO:3.3: Require CMake 3.12
|
# TODO:3.3: Require CMake 3.12
|
||||||
cmake_minimum_required( VERSION 3.3 FATAL_ERROR )
|
cmake_minimum_required( VERSION 3.3 FATAL_ERROR )
|
||||||
project( CALAMARES
|
project( CALAMARES
|
||||||
VERSION 3.2.44.1
|
VERSION 3.2.44.2
|
||||||
LANGUAGES C CXX
|
LANGUAGES C CXX
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user