blob: 55d4e08c7ee8f96daa0a8038252d2ef7c2a71c9e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
#########
Changelog
#########
[XX] - YYYY-MM-DD
=================
Added
-----
Changed
-------
Removed
-------
[60] - 2021-12-28
=================
Changed
-------
- Change the way COW space is mounted by only mounting it once read-writable
Removed
-------
- Remove EROFS related fixes, that are not required anymore due to util-linux now detecting it properly
- Remove obsolete archiso_shutdown hook and associated files, as the functionality is available in mkinitcpio directly
[59] - 2021-11-30
=================
Added
-----
- Add a mailmap file for better author integration in git
Changed
-------
- Make PGP verification more verbose and fix message output
[58] - 2021-07-31
=================
Added
-----
- Add README.rst and CONTRIBUTING.rst
- Add editorconfig integration
- Add GitLab CI integration
Changed
-------
- Adapt Makefile to new repository layout and only test and install files that are part of mkinitcpio-archiso
- Fix formatting of hooks and scripts according to shfmt
|