Skip to content

Commit

Permalink
Release v2.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Miura <[email protected]>
  • Loading branch information
miurahr committed Apr 13, 2022
1 parent 331d6da commit 90f8a27
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected](#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)
Expand All @@ -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)
Expand Down Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion docs/authors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,22 @@ Aqtinstall is written and maintained by Hiroshi Miura <[email protected]>

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)
Expand Down

0 comments on commit 90f8a27

Please sign in to comment.