Changes: pre-release housekeeping

This commit is contained in:
Adriaan de Groot 2020-10-16 16:39:58 +02:00
parent 545e761666
commit 8f4bc9e58c
2 changed files with 9 additions and 3 deletions

10
CHANGES
View File

@ -7,15 +7,21 @@ 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.32 (unreleased) # # 3.2.32 (2020-10-16) #
This release contains contributions from (alphabetically by first name): This release contains contributions from (alphabetically by first name):
- Fabian Tomat
- Gaël PORTAY - Gaël PORTAY
## Core ## ## Core ##
- No core changes yet - When doing GeoIP lookups, Calamares pretends to be Firefox.
This resolves an issue where the GeoIP provider was refusing
QNAM connections with the default User-Agent.
- New translation available, Friulian. Welcome!
## Modules ## ## Modules ##
- The *netinstall* module has some tricky configuration files;
it now complains about more cases of bad syntax or poor structure.
- The *partition* module can now be constrained to work only with - The *partition* module can now be constrained to work only with
a particular kind of partition table. (thanks Gaël) a particular kind of partition table. (thanks Gaël)
- The *partition* module is a little more resilient to variations - The *partition* module is a little more resilient to variations

View File

@ -44,7 +44,7 @@ project( CALAMARES
VERSION 3.2.32 VERSION 3.2.32
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
# #