Skip to content

Commit 86bf253

Browse files
committed
docs: update NEWS.md and AUTHORS
1 parent 12beeac commit 86bf253

File tree

2 files changed

+42
-4
lines changed

2 files changed

+42
-4
lines changed

AUTHORS

+5-4
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Jóhann B. Guðmundsson <[email protected]>
44
Amadeusz Żołnowski <[email protected]>
55
Daniel Molkentin <[email protected]>
66
Hannes Reinecke <[email protected]>
7-
Will Woods <[email protected]>
87
Kairui Song <[email protected]>
8+
Will Woods <[email protected]>
99
Philippe Seewer <[email protected]>
1010
Warren Togami <[email protected]>
1111
Dave Young <[email protected]>
@@ -31,12 +31,12 @@ Andreas Thienemann <[email protected]>
3131
Frantisek Sumsal <[email protected]>
3232
Fabian Vogt <[email protected]>
3333
Nicolas Chauvet <[email protected]>
34+
Tomasz Paweł Gajc <[email protected]>
3435
Zoltán Böszörményi <[email protected]>
3536
Beniamino Galvani <[email protected]>
3637
Colin Walters <[email protected]>
3738
John Reiser <[email protected]>
3839
Luca Berra <[email protected]>
39-
Tomasz Paweł Gajc <[email protected]>
4040
Xunlei Pang <[email protected]>
4141
Brian C. Lane <[email protected]>
4242
Daniel Drake <[email protected]>
@@ -55,6 +55,7 @@ David Tardon <[email protected]>
5555
Dusty Mabe <[email protected]>
5656
Jonas Witschel <[email protected]>
5757
Leho Kraav <[email protected]>
58+
Marcos Mello <[email protected]>
5859
Mikhail Novosyolov <[email protected]>
5960
Moritz Maxeiner <[email protected]>
6061
Nathan Rini <[email protected]>
@@ -94,7 +95,6 @@ Jiri Konecny <[email protected]>
9495
Jon Ander Hernandez <[email protected]>
9596
9697
Lance Albertson <[email protected]>
97-
Marcos Mello <[email protected]>
9898
Marian Ganisin <[email protected]>
9999
Matthias Gerstner <[email protected]>
100100
Max Resch <[email protected]>
@@ -148,6 +148,7 @@ Pingfan Liu <[email protected]>
148148
Przemysław Rudy <[email protected]>
149149
Robert LeBlanc <[email protected]>
150150
Robert Scheck <[email protected]>
151+
Stefan Berger <[email protected]>
151152
Stefan Berger <[email protected]>
152153
Thomas Lange <[email protected]>
153154
Till Maas <[email protected]>
@@ -231,6 +232,7 @@ Jonas Jonsson <[email protected]>
231232
Jonas Witschel <[email protected]>
232233
Kevin Yung <[email protected]>
233234
Lars R. Damerow <[email protected]>
235+
Lars Wendler <[email protected]>
234236
Lee Duncan <[email protected]>
235237
Lennart Poettering <[email protected]>
236238
Lennert Buytenhek <[email protected]>
@@ -279,7 +281,6 @@ Sergei Iudin <[email protected]>
279281
Sergey Fionov <[email protected]>
280282
Shawn W Dunn <[email protected]>
281283
Srinivasa T N <[email protected]>
282-
Stefan Berger <[email protected]>
283284
Stijn Hoop <[email protected]>
284285
Sullivan (CTR), Austin <[email protected]>
285286
Thierry Vignaud <[email protected]>

NEWS.md

+37
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,42 @@
11
[Rendered view](https://github.com/dracutdevs/dracut/blob/master/NEWS.md)
22

3+
dracut-055
4+
==========
5+
6+
#### Bug Fixes
7+
8+
* **base:**
9+
* add missing `str_replace` to `dracut-dev-lib.sh` ([148e420b](https://github.com/dracutdevs/dracut/commit/148e420be5b5809aa8d5033f47477573bbbf3e60))
10+
* split out `dracut-dev-lib.sh` ([c08bc810](https://github.com/dracutdevs/dracut/commit/c08bc8109d4c43beacfa4bcdc20a356102da6d02))
11+
* **bash:** minor cleanups ([9355cb8e](https://github.com/dracutdevs/dracut/commit/9355cb8ea5024533210067373657dc337d63ecb9))
12+
* **dash:** minor cleanups ([f4ea5f87](https://github.com/dracutdevs/dracut/commit/f4ea5f8734c4636f7d6db78da76e9525beb9a0ac))
13+
* **dracut:** pipe hardlink output to `dinfo` ([0a6007bf](https://github.com/dracutdevs/dracut/commit/0a6007bf4f472565d2c0c205a56edea7ba3e3bc3))
14+
* **dracut-functions:** get_maj_min without get_maj_min_cache_file set ([a277a5fc](https://github.com/dracutdevs/dracut/commit/a277a5fc7acc0a9e8d853f09671495f9d27645c1))
15+
* **dracut-util:** print error message with trailing newline ([b9b6f0ee](https://github.com/dracutdevs/dracut/commit/b9b6f0ee5b859a562e46a8c4e0dee0261fabf74d))
16+
* **fs-lib:** install fsck utilities ([12beeac7](https://github.com/dracutdevs/dracut/commit/12beeac741e4429146a674ef4ea9aa0bac10364b))
17+
* **install:**
18+
* configure logging earlier ([5eb24aa2](https://github.com/dracutdevs/dracut/commit/5eb24aa21d3ee639f869c2e363b3fb0b98be552b))
19+
* sane default --kerneldir ([c1ab3613](https://github.com/dracutdevs/dracut/commit/c1ab36139d416e580e768c29f2addf7ccbc2c612), closes [#1505](https://github.com/dracutdevs/dracut/issues/1505))
20+
* **integrity:** require ALLOW_METADATA_WRITES to come from EVM config file ([b12d91c4](https://github.com/dracutdevs/dracut/commit/b12d91c431220488fecf7b4be82427e3560560cb))
21+
* **mksh:** minor cleanups ([6c673298](https://github.com/dracutdevs/dracut/commit/6c673298f36990665467564e6114c9ca2530f584))
22+
* **squash:** don't mount the mount points if already mounted ([636d6df3](https://github.com/dracutdevs/dracut/commit/636d6df3134dde1dac72241937724bc59deb9303))
23+
* **warpclock:** minor cleanups ([7d205598](https://github.com/dracutdevs/dracut/commit/7d205598c6a500b58b4d328e824d0446276f7ced))
24+
25+
#### Features
26+
27+
* **dracut.sh:** detect running in a container ([7275c6f6](https://github.com/dracutdevs/dracut/commit/7275c6f6a0f6808cd939ea5bdf1244c7bd13ba44))
28+
* **install:** add default value for --firmwaredirs ([4cb086fa](https://github.com/dracutdevs/dracut/commit/4cb086fa2995799b95c0b25bc9a0cf72ba3868ea))
29+
30+
#### Contributors
31+
32+
- Harald Hoyer <[email protected]>
33+
- Jóhann B. Guðmundsson <[email protected]>
34+
- Marcos Mello <[email protected]>
35+
- Kairui Song <[email protected]>
36+
- Lars Wendler <[email protected]>
37+
- Stefan Berger <[email protected]>
38+
- Tomasz Paweł Gajc <[email protected]>
39+
340
dracut-054
441
==========
542

0 commit comments

Comments
 (0)