From 90f8a274a16c9474148951a61d5ea073fa894d0f Mon Sep 17 00:00:00 2001 From: Hiroshi Miura Date: Thu, 14 Apr 2022 08:34:36 +0900 Subject: [PATCH] Release v2.1.0 Signed-off-by: Hiroshi Miura --- CHANGELOG.rst | 14 ++++++++++---- docs/authors.rst | 5 ++++- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c0250266..6a4e48a8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,15 +7,19 @@ All notable changes to this project will be documented in this file. `Unreleased`_ ============= +`v2.1.0`_ (14, Apr. 2022) +========================= + Changed ------- -* Change security policy: +* Change security policy(#506): Supported 2.0.x Unsupported 1.2.x and before * Bump py7zr@0.18.3(#509) -* setuptools_scm configuraiton on pyproject.toml(#508) +* pyproject.toml configuration + * project section(#507) + * setuptools_scm settings(#508) * Use SHA256 hash from trusted mirror for integrity check (#493) -* Check Update.xml file with SHA256 hash (#493) * Update combinations.xml * QtDesignStudio generation2 (#486) * IFW version (from 42 to 43) change (#495) @@ -38,6 +42,7 @@ Security * Use secrets for secure random numbers(#498) * Use defusedxml to parse Updates.xml file to avoid attack(#498) * Improve get_hash function(#504) +* Check Update.xml file with SHA256 hash (#493) `v2.0.6`_ (7, Feb. 2022) @@ -399,7 +404,8 @@ Fixed -.. _Unreleased: https://github.com/miurahr/aqtinstall/compare/v2.0.6...HEAD +.. _Unreleased: https://github.com/miurahr/aqtinstall/compare/v2.1.0...HEAD +.. _v2.1.0: https://github.com/miurahr/aqtinstall/compare/v2.0.6...v2.1.0 .. _v2.0.6: https://github.com/miurahr/aqtinstall/compare/v2.0.5...v2.0.6 .. _v2.0.5: https://github.com/miurahr/aqtinstall/compare/v2.0.4...v2.0.5 .. _v2.0.4: https://github.com/miurahr/aqtinstall/compare/v2.0.3...v2.0.4 diff --git a/docs/authors.rst b/docs/authors.rst index 1fd232ab..3eabde33 100644 --- a/docs/authors.rst +++ b/docs/authors.rst @@ -9,19 +9,22 @@ Aqtinstall is written and maintained by Hiroshi Miura Original qli-installer is written by Linus Jahn -Significant contributions for improvements of version 2.0 by David Dalcino +Significant contributions for improvements of version 2.0 and 2.1 by David Dalcino All contributors, listed alphabetically, are: * Andrei Yankovich (tools ifw installation) * Aurélien Gâteau (patching to qmake) * Benjamin O (Github Actions and more) +* Christian Hoffmann (Update mirror list) * David Dalcino (CI automations, List commands, improve tests, documents and fix patching to qmake) +* Fabrice Le Bars (32bit binary) * Felix Barz (Android, Explicit extra module installation) * Gamso (improve parsing of update.xml) * Julien Marrec (mypy, type hints) * Kyle Altendorf (7z binary path search) * lightmare (Documents) +* Mike Tzou (Update fallback url) * Martin Delille (Documents) * Mizux Seihax (Qt versions) * Mozi (CI/workflow improvement)