From 5363b098f0b916bf0f809bc85574306ff3d798ec Mon Sep 17 00:00:00 2001 From: Alexey Gladkov Date: Wed, 14 Aug 2024 14:17:15 +0200 Subject: [PATCH] 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7fad54e2..498549a2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([make-initrd],[2.48.1],[gladkov.alexey@gmail.com]) +AC_INIT([make-initrd],[2.49.0],[gladkov.alexey@gmail.com]) AC_CONFIG_HEADERS([config.h]) AC_PREFIX_DEFAULT([/usr])