Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-11-02 17:49:12 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2022-11-02 17:49:12 +0100
commitbc6c363e629ea33d944be09a53c20b97b41d41f8 (patch)
treedf29f3721ad2472ddaeec660cf6ee2e6b93950c2 /CHANGELOG.rst
parent5f3a2ea0e3a48c0bdbf4993ef07bede44c3f3cd0 (diff)
parentee4e4a96d260040af11482cf9d28b49541b813a6 (diff)
Merge branch 'upstreamMaster'
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 1b05ff4..0e9d737 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -14,6 +14,17 @@ Changed
Removed
-------
+[68] - 2022-10-30
+=================
+
+Changed
+-------
+
+- Do not explicitly enable ``qemu-guest-agent.service`` as it will be started by a udev rule.
+- Remove existing signature (``.sig``) files and do not sign them when signing netboot artifacts. This is mostly
+ applicable when re-running ``mkarchiso`` after a failure.
+- Replace ``archiso_kms`` with ``kms`` in ``mkinitcpio.conf``. The hook is available in mkinitcpio since version 32.
+
[67] - 2022-09-25
=================
@@ -69,6 +80,8 @@ Removed
- Remove the custom pacman hook that ran ``locale-gen`` on glibc install from the releng profile. The used locale now
ships with the glibc package itself.
+- Remove "Copy to RAM" boot entries since the ``archiso`` mkinitcpio hook enables it automatically when there is enough
+ free RAM.
[64] - 2022-05-30
=================