Skip to content

Commit

Permalink
2.16.0
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Gladkov <[email protected]>
  • Loading branch information
legionus committed Apr 12, 2021
1 parent d6345c3 commit 1eb2ec6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Version 2.16.0

- Runtime:
+ ueventd tries to process events again if it did not work the first time.
+ Move READONLY handle to fstab service.
+ Fix polld service dependency.
- New feature:
+ iscsi: feature adds you to perform a diskless system boot using pxe and iSCSI (thx Mikhail Chernonog).
- Feature mdadm:
+ md-raid-member handler assume that it has successfully processed all the events.
- Feature pipeline:
+ Use ro,loop options only for a non-device files.

Version 2.15.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.15.0],[[email protected]])
AC_INIT([make-initrd],[2.16.0],[[email protected]])
AC_CONFIG_SRCDIR([datasrc/getarg.c])
AC_CONFIG_HEADERS([config.h])

Expand Down

0 comments on commit 1eb2ec6

Please sign in to comment.