-
-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Hiroshi Miura <[email protected]>
- Loading branch information
Showing
2 changed files
with
14 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
|