Skip to content

Commit

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

- Runtime:
+ ueventd: Process events that were already in the queue before the daemon
startup. This is a fix initramfs boot if ueventd is started after udevd due
to dependencies.
- Feature rootfs:
+ Add fstype kernel module only if module exists. Some filesystems cannot be
built as modules. For example tmpfs is neither a builtin nor a loadable module.

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

Expand Down

0 comments on commit ee36bbb

Please sign in to comment.