Skip to content

Commit

Permalink
2.17.0
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Gladkov <[email protected]>
  • Loading branch information
legionus committed May 17, 2021
1 parent 22b040b commit 262723b
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
Version 2.17.0

- Runtime:
+ Import halt/reboot/poweroff from sysvinit.
+ ueventd: Added the ability to stop processing events in the queue.
+ The stop_daemon should not show stopped pids.
+ Open rdshell by Alt-Uparrow hotkey.
- New feature:
+ kickstart: New feature for automated execution of actions.
- Feature mdadm:
+ Examine only arrays where mountpoints are located.
- Feature luks:
+ Remove only one new line in plain text key mode.
- Feature lkrg:
+ Add nolkrg and noearlylkrg cmdline options (thx Vladimir D. Seleznev).
- Feature plymouth:
+ Improve portability.
+ Run plymouth helpers only if feature is enabled.
- Utilities:
+ depinfo: Check compression suffixes when looking for firmware.
+ depinfo: Explore versioned subdirectories in the firmware search.
- Misc:
+ Rewrite tests.

Version 2.16.0

- Runtime:
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
AC_INIT([make-initrd],[2.16.0],[[email protected]])
AC_INIT([make-initrd],[2.17.0],[[email protected]])
AC_CONFIG_SRCDIR([datasrc/getarg.c])
AC_CONFIG_HEADERS([config.h])

Expand Down

0 comments on commit 262723b

Please sign in to comment.