Changes: pre-release housekeeping

This commit is contained in:
Adriaan de Groot 2021-03-19 13:25:45 +01:00
parent 5ed1dff655
commit 63e61e9924
2 changed files with 4 additions and 3 deletions

View File

@ -7,7 +7,7 @@ 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.39 (unreleased) # # 3.2.39 (2021-03-19) #
This release contains contributions from (alphabetically by first name): This release contains contributions from (alphabetically by first name):
- Matti Hyttinen - Matti Hyttinen
@ -20,7 +20,8 @@ This release contains contributions from (alphabetically by first name):
If your distro has a default-to-btrfs setup, it can skip the hard- If your distro has a default-to-btrfs setup, it can skip the hard-
coded setup (which Calamares has had for a long time with @home coded setup (which Calamares has had for a long time with @home
and similar) and introduce a custom btrfs configuration through the and similar) and introduce a custom btrfs configuration through the
`mount.conf` file. `mount.conf` file. See issues #1659 and #1661 for warnings about
using this in production.
- *netinstall* now supports fallbacks for the groups data. - *netinstall* now supports fallbacks for the groups data.
Instead of a single URL, multiple URLs may be specified in Instead of a single URL, multiple URLs may be specified in
a list and Calamares goes through them until one is successfully a list and Calamares goes through them until one is successfully

View File

@ -45,7 +45,7 @@ project( CALAMARES
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
# #