From c50ffaf48b7ec18a16c9271b3cda5365049b70e3 Mon Sep 17 00:00:00 2001 From: nl6720 Date: Fri, 19 May 2023 14:02:59 +0300 Subject: Add changelog for 71 and update AUTHORS.rst --- AUTHORS.rst | 26 +++++++++++++++++++++++--- CHANGELOG.rst | 29 ++++++++++++++++++++++------- 2 files changed, 45 insertions(+), 10 deletions(-) diff --git a/AUTHORS.rst b/AUTHORS.rst index 18207eb..b03d31a 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -2,38 +2,58 @@ Archiso Authors =============== +* 2hexed <2hexed@protonmail.com> * Aaron Griffin * Adam Purkrt * Alexander Epaneshnikov +* Alexander Speshilov +* Anton Hvornum +* Antonio V * Chandan Singh * Charles Vejnar * Christian Hesse * Christopher Brannon * Dan McGee +* Darren Ng * David Runge * David Thurstenson * Dieter Plaetinck * Eli Schwartz +* Eric Toombs <567-ewtoombs@users.noreply.gitlab.archlinux.org> * Florian Pritz * Francois Dupoux * Gerardo Exequiel Pozzi * Gerhard Brauer +* Giancarlo Razzolini +* Howard Hicks * James Sitegen +* Jonathan Liu +* Jonathon Fernyhough * Justin Kromlinger * Keshav Amburay +* Kristian Klausen * Loui Chang * Lukas Fleischer * Martin Damian Fernandez +* Michael Gilchrist * Michael Vorburger +* Pellegrino Prevete * Pierre Schmitz * Sean Enck * Simo Leone +* Simon Wilper +* Sorin Pânca * Steffen Bönigk * Sven-Hendrik Haase * Thomas Bächler +* Tobias Powalowski +* Tom Yan * Yu Li-Yu +* Zig Globulin +* hayao +* mono wock * nl6720 -* Øyvind Heggstad * plain linen -* Pellegrino Prevete -* Anton Hvornum +* shivanandvp +* weltio weltio +* Øyvind Heggstad diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6e34d6a..86cdc02 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -8,6 +8,24 @@ Changelog Added ----- +Changed +------- + +Deprecated +---------- + +Fixed +----- + +Removed +------- + +[71] - 2023-05-28 +================= + +Added +----- + - Added classes for Memtest86+ and UEFI Shell menuentries. - Add foot-terminfo and wezterm-terminfo packages to releng to support terminal emulators using them. E.g. when installing via SSH. @@ -22,22 +40,19 @@ Changed - Identify the ISO volume via a UUID instead of a file system label in all boot loader configuration files. - Update ``pacman.conf`` to match the one shipped with pacman 6.0.2-7 which removes the community repository. -Deprecated ----------- - Fixed ----- - Wait for ``network-online.target`` to become active before trying to download the script passed via the ``script=`` boot parameter. - Subdirectories from ``grub/`` are copied to the ISO. -- Modify the commandline options to a ``cp`` command in ``mkarchiso`` so that the entire script does not exit with failure when a custom ``.bashrc`` file is supplied with the archiso configuration. This fix was needed after **GNU Coreutils** recently changed the behaviour of the ``-n`` (or ``--no-clobber``) commandline option to the ``cp`` command. +- Modify the commandline options to a ``cp`` command in ``mkarchiso`` so that the entire script does not exit with + failure when a custom ``.bashrc`` file is supplied with the archiso configuration. This fix was needed after + **GNU Coreutils** recently changed the behaviour of the ``-n`` (or ``--no-clobber``) commandline option to the ``cp`` + command. - Ensure ``SOURCE_DATE_EPOCH`` is read from the ``build_date`` file before ``profiledef.sh`` is sourced to ensure the variable has a correct value when used inside ``profiledef.sh``. -Removed -------- - [70] - 2023-02-27 ================= -- cgit v1.2.3-54-g00ecf