summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst28
1 files changed, 28 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 5f7c39d..e90dc3f 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -2,6 +2,34 @@
Changelog
#########
+[58] - 2021-08-25
+=================
+
+Added
+-----
+
+- Add support for ``gpg``'s ``--sender`` option
+- Add armv7h support for bootstrap buildmode
+
+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
+- Borrow some code from librechroot to correctly validate binfmt
+- Do not check if qemu-user-static is installed, just check for qemu-user-static-binfmt as it will pull it as dependency
+
+Removed
+-------
+
+- Remove all files related to ``mkinitcpio`` integration, as they now live in
+ https://gitlab.archlinux.org/mkinitcpio/mkinitcpio-archiso
+
[57] - 2021-07-30
=================