Skip to content

Commit

Permalink
docs: update NEWS.md and AUTHORS
Browse files Browse the repository at this point in the history
  • Loading branch information
dracutng[bot] authored and LaszloGombos committed Apr 7, 2024
1 parent 0885d6b commit 2255bf3
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 8 deletions.
19 changes: 19 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
[Rendered view](https://github.com/dracut-ng/dracut-ng/blob/master/NEWS.md)

dracut-ng-101
=============

#### Bug Fixes

Release 101 resolves a regression introduced by release 100 - https://github.com/dracut-ng/dracut-ng/issues/130 .

* **dracut.sh:** revert: "do not add device if find_block_device returns" ([0885d6b2](https://github.com/dracut-ng/dracut-ng/commit/0885d6b2bb9d449f8a4e4f89ded3b619338df28d))
* **dmsquash-live:** update documentation ([d2d41a36](https://github.com/dracut-ng/dracut-ng/commit/d2d41a36d86aca3deb05fe1be41bd06576c13d3f))
* **dracut-install:** continue parsing if ldd prints "cannot be preloaded" ([ace9e1b5](https://github.com/dracut-ng/dracut-ng/commit/ace9e1b58c09e1e91621ad2219f7a96b7edbbd38))
* **dracut-systemd:** replace `rd.udev.log-priority` with `rd.udev.log_level` ([c1275d87](https://github.com/dracut-ng/dracut-ng/commit/c1275d878cc6f6dac5b59a2024e6b5cc777dd6c7))
* **dracut.sh:** omit compressed kernel modules from find searching exec files ([ad36b61e](https://github.com/dracut-ng/dracut-ng/commit/ad36b61ec1a26714fbe3049435eff7199ffea5e0))
* improve Gentoo container ([76963537](https://github.com/dracut-ng/dracut-ng/commit/76963537edcfbad21c5fa096834e982564653808))

#### Contributors

- Antonio Alvarez Feijoo <[email protected]>
- Laszlo Gombos <[email protected]>

dracut-ng-100
=============

Expand Down
2 changes: 1 addition & 1 deletion dracut-version.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
# shellcheck disable=SC2034
DRACUT_VERSION=100
DRACUT_VERSION=101
Loading

0 comments on commit 2255bf3

Please sign in to comment.