Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornl6720 <nl6720@gmail.com>2022-08-28 15:18:13 +0300
committernl6720 <nl6720@gmail.com>2022-08-28 15:19:52 +0300
commit674f0041703a3ff0dea652436274e1634196e663 (patch)
tree9f72f9c3d9becc685bf19d4ae69db42319dd1a32
parent8ed192b70568a5a29a898decba35d0da69608414 (diff)
Add changelog for 66
-rw-r--r--CHANGELOG.rst16
1 files changed, 13 insertions, 3 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 1993cd6..a4ca833 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -8,7 +8,20 @@ Changelog
Added
-----
+Changed
+-------
+
+Removed
+-------
+
+[66] - 2022-08-28
+=================
+
+Added
+-----
+
- Add ``efibootimg`` to ``mkarchiso`` to abstract the FAT image path.
+- Unset ``LANGUAGE`` since ``LC_ALL=C.UTF-8``, unlike ``LC_ALL=C``, does not override ``LANGUAGE``.
- Copy all files from the ``grub`` directory to ISO9660 and the FAT image, not just only ``grub.cfg``.
- Touching ``/usr/lib/clock-epoch`` to to help ``systemd`` with screwed or broken RTC.
@@ -18,9 +31,6 @@ Changed
- Disable GRUB's shim_lock verifier and preload more modules. This allows reusing the GRUB EFI binaries when repacking
the ISO to support Secure Boot with custom signatures.
-Removed
--------
-
[65] - 2022-06-30
=================