Skip to content

Commit

Permalink
2.21.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 14, 2021
1 parent a897daa commit 694bae5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
Version 2.21.0

- Runtime:
+ Ignore errors if we were unable to send udevd a signal to exit.
+ Mount /proc without writing in /etc/mtab.
- Feature compress:
+ Pass --best instead of -9 to compressors.
+ Force xz to use crc32 polynomial for integrity check.
+ Add zstd and lz4 support.
- Feature gpu-drm:
+ Filter enabled and/or connected drm devices.
- Utilities:
+ initrd-put: Check shebang only in an executable file.
+ initrd-put: Fix false warnings from libelf.

Version 2.20.1

- Feature gpu-drm:
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.20.1],[[email protected]])
AC_INIT([make-initrd],[2.21.0],[[email protected]])
AC_CONFIG_SRCDIR([datasrc/getarg.c])
AC_CONFIG_HEADERS([config.h])

Expand Down

0 comments on commit 694bae5

Please sign in to comment.