diff --git a/docs/RelNotes-0.9.1.txt b/release_notes/RelNotes-0.9.1.txt similarity index 100% rename from docs/RelNotes-0.9.1.txt rename to release_notes/RelNotes-0.9.1.txt diff --git a/docs/RelNotes-0.9.2.txt b/release_notes/RelNotes-0.9.2.txt similarity index 100% rename from docs/RelNotes-0.9.2.txt rename to release_notes/RelNotes-0.9.2.txt diff --git a/docs/RelNotes-0.9.3.txt b/release_notes/RelNotes-0.9.3.txt similarity index 100% rename from docs/RelNotes-0.9.3.txt rename to release_notes/RelNotes-0.9.3.txt diff --git a/docs/RelNotes-0.9.4.txt b/release_notes/RelNotes-0.9.4.txt similarity index 100% rename from docs/RelNotes-0.9.4.txt rename to release_notes/RelNotes-0.9.4.txt diff --git a/docs/RelNotes-0.9.txt b/release_notes/RelNotes-0.9.txt similarity index 100% rename from docs/RelNotes-0.9.txt rename to release_notes/RelNotes-0.9.txt diff --git a/docs/RelNotes-1.0.0.txt b/release_notes/RelNotes-1.0.0.txt similarity index 100% rename from docs/RelNotes-1.0.0.txt rename to release_notes/RelNotes-1.0.0.txt diff --git a/docs/RelNotes-2.1.0.txt b/release_notes/RelNotes-2.1.0.txt similarity index 100% rename from docs/RelNotes-2.1.0.txt rename to release_notes/RelNotes-2.1.0.txt diff --git a/release_notes/RelNotes-2.2.1.txt b/release_notes/RelNotes-2.2.1.txt new file mode 100644 index 0000000..b395dff --- /dev/null +++ b/release_notes/RelNotes-2.2.1.txt @@ -0,0 +1,37 @@ +v2.2.0 Release Notes +==================== + +Bugfix, new features, linting, typing & formatting. + +* Bugfixes: + - Support for firewall config when setting a static IP: + - Particularly affected OpenVPN (which ships with firewall enabled by + default). + - Closes https://github.com/turnkeylinux/tracker/issues/2037. + - Fix failing back-to-back runs: + - Closes https://github.com/turnkeylinux/tracker/issues/2121. + +* Features: + - "Proper" support for IPv6 + - Show IPv6 info on "usage" page. Special thanks to Marcos: + - https://github.com/marcos-mendez + - https://popsolutions.co/ + - Only show IPv6 web URL when Web address is shown (fix for Core & TKLDev). + - Improved logging to journal. + +* Code clean up and improvements: + - Linting, typing & formatting. + - Update gitignore to ignore common build asset & cache paths. + - Refactor/rewrite docs/README. + - Add more info comments in example lexicon yml conf files. + - Include stub ruff config. + - Implementation of ConfconsoleError class (replaces use of generic Error). + - Extended logging. + +* Packaging: + - Bump python version (v3.5 => v3.11) & dependencies. + - Remove python3-requests "Recommends" (already in "Depends"). + - Replace di-live ("Recommends") with tkl-installer as "Suggests". + - Ensure python bytecode is not included in package. + - Support reproducable builds. + - General packaging updates/improvements.