summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2021-08-25 10:34:59 -0400
committerDavid P <megver83@parabola.nu>2021-08-25 10:46:32 -0400
commit8f2aee0a12287966842df28dcca183944d528f9b (patch)
tree0c004dde54758908fa4f8872e5293f3d201f6aa6 /CHANGELOG.rst
parent388f67f632d8493cb4d58a4e7a1c65c75e60a40c (diff)
sync with archiso v48v58
archiso: 8559657 (HEAD -> master, tag: v58, origin/master, origin/HEAD) Merge branch 'changelog/58' fbe48dd (origin/changelog/58) Add changelog for v58 087ee83 Merge remote-tracking branch 'nl6720/fix-unbound-variables-in-_validate_options' d2315bc mkarchiso: error out of iso and netboot build modes if no boot modes are specified f3959d6 mkarchiso: split out build mode specific checks from _validate_options to _validate_requirements_buildmode_* 8d18d8f mkarchiso: fix unbound variable errors in _validate_options parabolaiso: * improve armv7h bootstrap validation * specify on which architecture we are in _make_custom_airootfs Signed-off-by: David P <megver83@parabola.nu>
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
=================