index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | David Runge <dvzrv@archlinux.org> | 2021-08-25 14:10:06 +0200 |
---|---|---|
committer | David Runge <dvzrv@archlinux.org> | 2021-08-25 14:10:06 +0200 |
commit | fbe48dd7d27e20cf41d6bea3aa62c72a89e26bc2 (patch) | |
tree | 5e67040d10cac83586b075031622dd7789c84c1c | |
parent | 087ee83335d605873a2c1b6cec3d4c4570725c5f (diff) |
-rw-r--r-- | CHANGELOG.rst | 25 |
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index aaea00e..a15fe67 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,31 @@ Changelog ######### +[58] - 2021-08-25 +================= + +Added +----- + +- Add support for ``gpg``'s ``--sender`` option + +Changed +------- + +- Change the way ``mkarchiso`` uses ext4 images to copying files to it directly instead of mounting (this action now + does not require elevated privileges anymore) +- Add version files when using ``netboot`` buildmode as well +- Update the sshd configuration to be compatible with openssh 8.7p1 +- Overhaul the used ``gpg`` options +- Fix use of potentially unbound variables +- Refactor the validation functions to have fewer large functions and less code duplication + +Removed +------- + +- Remove all files related to ``mkinitcpio`` integration, as they now live in + https://gitlab.archlinux.org/mkinitcpio/mkinitcpio-archiso + [57] - 2021-07-30 ================= |