Skip to content

Commit c50ffaf

Browse files
committed
Add changelog for 71 and update AUTHORS.rst
1 parent 1637dc3 commit c50ffaf

File tree

2 files changed

+45
-10
lines changed

2 files changed

+45
-10
lines changed

AUTHORS.rst

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,38 +2,58 @@
22
Archiso Authors
33
===============
44

5+
56
* Aaron Griffin <[email protected]>
67
* Adam Purkrt <[email protected]>
78
* Alexander Epaneshnikov <[email protected]>
9+
* Alexander Speshilov <[email protected]>
10+
* Anton Hvornum <[email protected]>
11+
* Antonio V <[email protected]>
812
* Chandan Singh <[email protected]>
913
* Charles Vejnar <[email protected]>
1014
* Christian Hesse <[email protected]>
1115
* Christopher Brannon <[email protected]>
1216
* Dan McGee <[email protected]>
17+
* Darren Ng <[email protected]>
1318
* David Runge <[email protected]>
1419
* David Thurstenson <[email protected]>
1520
* Dieter Plaetinck <[email protected]>
1621
* Eli Schwartz <[email protected]>
22+
* Eric Toombs <[email protected]>
1723
* Florian Pritz <[email protected]>
1824
* Francois Dupoux <[email protected]>
1925
* Gerardo Exequiel Pozzi <[email protected]>
2026
* Gerhard Brauer <[email protected]>
27+
* Giancarlo Razzolini <[email protected]>
28+
* Howard Hicks <[email protected]>
2129
* James Sitegen <[email protected]>
30+
* Jonathan Liu <[email protected]>
31+
* Jonathon Fernyhough <[email protected]>
2232
* Justin Kromlinger <[email protected]>
2333
* Keshav Amburay <[email protected]>
34+
* Kristian Klausen <[email protected]>
2435
* Loui Chang <[email protected]>
2536
* Lukas Fleischer <[email protected]>
2637
* Martin Damian Fernandez <[email protected]>
38+
* Michael Gilchrist <[email protected]>
2739
* Michael Vorburger <[email protected]>
40+
* Pellegrino Prevete <[email protected]>
2841
* Pierre Schmitz <[email protected]>
2942
* Sean Enck <[email protected]>
3043
* Simo Leone <[email protected]>
44+
* Simon Wilper <[email protected]>
45+
* Sorin Pânca <[email protected]>
3146
* Steffen Bönigk <[email protected]>
3247
* Sven-Hendrik Haase <[email protected]>
3348
* Thomas Bächler <[email protected]>
49+
* Tobias Powalowski <[email protected]>
50+
* Tom Yan <[email protected]>
3451
* Yu Li-Yu <[email protected]>
52+
* Zig Globulin <[email protected]>
53+
54+
* mono wock <[email protected]>
3555
36-
* Øyvind Heggstad <[email protected]>
3756
* plain linen <[email protected]>
38-
* Pellegrino Prevete <[email protected]>
39-
* Anton Hvornum <[email protected]>
57+
* shivanandvp <[email protected]>
58+
* weltio weltio <[email protected]>
59+
* Øyvind Heggstad <[email protected]>

CHANGELOG.rst

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,24 @@ Changelog
88
Added
99
-----
1010

11+
Changed
12+
-------
13+
14+
Deprecated
15+
----------
16+
17+
Fixed
18+
-----
19+
20+
Removed
21+
-------
22+
23+
[71] - 2023-05-28
24+
=================
25+
26+
Added
27+
-----
28+
1129
- Added classes for Memtest86+ and UEFI Shell menuentries.
1230
- Add foot-terminfo and wezterm-terminfo packages to releng to support terminal emulators using them. E.g. when
1331
installing via SSH.
@@ -22,22 +40,19 @@ Changed
2240
- Identify the ISO volume via a UUID instead of a file system label in all boot loader configuration files.
2341
- Update ``pacman.conf`` to match the one shipped with pacman 6.0.2-7 which removes the community repository.
2442

25-
Deprecated
26-
----------
27-
2843
Fixed
2944
-----
3045

3146
- Wait for ``network-online.target`` to become active before trying to download the script passed via the ``script=``
3247
boot parameter.
3348
- Subdirectories from ``grub/`` are copied to the ISO.
34-
- 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.
49+
- Modify the commandline options to a ``cp`` command in ``mkarchiso`` so that the entire script does not exit with
50+
failure when a custom ``.bashrc`` file is supplied with the archiso configuration. This fix was needed after
51+
**GNU Coreutils** recently changed the behaviour of the ``-n`` (or ``--no-clobber``) commandline option to the ``cp``
52+
command.
3553
- Ensure ``SOURCE_DATE_EPOCH`` is read from the ``build_date`` file before ``profiledef.sh`` is sourced to ensure the
3654
variable has a correct value when used inside ``profiledef.sh``.
3755

38-
Removed
39-
-------
40-
4156
[70] - 2023-02-27
4257
=================
4358

0 commit comments

Comments
 (0)