diff --git a/CHANGES b/CHANGES index a96284bb2..4a85a55ad 100644 --- a/CHANGES +++ b/CHANGES @@ -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 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): + - Fabian Tomat - Gaël PORTAY ## 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 ## + - 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 a particular kind of partition table. (thanks Gaël) - The *partition* module is a little more resilient to variations diff --git a/CMakeLists.txt b/CMakeLists.txt index d9b0c6701..d77faac8d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,7 +44,7 @@ project( CALAMARES VERSION 3.2.32 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 #