From f3a7f6cdef9d5caa95d8afd8dd430210095b96cf Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Sat, 30 Oct 2021 14:46:58 +0200 Subject: [PATCH] Changes: pre-release housekeeping --- CHANGES | 5 ++++- CMakeLists.txt | 14 +++++++------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/CHANGES b/CHANGES index d893f3034..980a133ff 100644 --- a/CHANGES +++ b/CHANGES @@ -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 website will have to do for older versions. -# 3.2.45 (unreleased) # +# 3.2.45 (2021-10-31) # This release contains contributions from (alphabetically by first name): - Evan James (new contributor, welcome!) @@ -18,6 +18,9 @@ This release contains contributions from (alphabetically by first name): ## Modules ## - *packagechooser* now displays screenshots nicely-scaled rather than jagged. (#1807) + - *partition* module removes ZFS partitions directly. At install-time, + we think that the partitions should be handled separately from a + zpool that potentially includes those partitions. (Thanks Evan) - *services-systemd* supports timers, e.g. for weekly trim on SSDs. (Thanks Evan) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1e5f5ea37..8aae1f2eb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -132,15 +132,15 @@ set( CALAMARES_DESCRIPTION_SUMMARY # NOTE: update these lines by running `txstats.py`, or for full automation # `txstats.py -e`. See also # -# Total 79 languages -set( _tx_complete az az_AZ ca fi_FI he hi ja ko lt pt_PT sq sv uk - zh_CN zh_TW ) -set( _tx_good as be ca@valencia cs_CZ da de fr fur hr it_IT ml nl - pt_BR ru sk tg tr_TR vi ) +# Total 81 languages +set( _tx_complete az az_AZ ca cs_CZ fi_FI he hi hr ja ko lt pt_BR + pt_PT sq sv tr_TR uk zh_CN zh_TW ) +set( _tx_good as be ca@valencia da de fr fur it_IT ml nl ru sk tg + vi ) set( _tx_ok ar ast bg bn el en_GB es es_MX et eu fa gl hu id is mr nb pl ro si sl sr sr@latin th ) -set( _tx_incomplete eo es_PE es_PR fr_CH gu id_ID ie kk kn ko_KR lo - lv mk ne ne_NP ru_RU te ur uz zh zh_HK ) +set( _tx_incomplete en_HK en_IN eo es_PE es_PR fr_CH gu hi_IN id_ID + ie kk kn ko_KR lo lv mk ne ne_NP te te_IN ur zh zh_HK ) ### Required versions #