Skip to content

Commit 5363b09

Browse files
committed
2.49.0
- Feature luks-unl0kr: + Feature adds the ability to use unl0kr. unl0kr is framebuffer-based disk unlocker for the initramfs based on LVGL. - Feature luks: + Move the password request functionality to a separate feature (dialog). This allows to hide implementation details and simplify the code. - Feature network: + Add support of infiniband network mac addresses. + Add tests for cmdline parser. - Guess subsystem: + Add guessing touchscreen modules. + Fix a false positive guess in the luks, lvm, multipath features. - Utilities: + depinfo: Add support of weak dependencies. A new dependency type has been added since kernel v6.11-rc3. - Misc: + bug-report: Choose better compression method. Signed-off-by: Alexey Gladkov <[email protected]>
1 parent cfcff4c commit 5363b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ([2.69])
2-
AC_INIT([make-initrd],[2.48.1],[[email protected]])
2+
AC_INIT([make-initrd],[2.49.0],[[email protected]])
33
AC_CONFIG_HEADERS([config.h])
44

55
AC_PREFIX_DEFAULT([/usr])

0 commit comments

Comments
 (0)