Skip to content

Commit

Permalink
2.49.0
Browse files Browse the repository at this point in the history
- 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]>
  • Loading branch information
legionus committed Aug 14, 2024
1 parent cfcff4c commit 5363b09
Showing 1 changed file with 1 addition and 1 deletion.
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.48.1],[[email protected]])
AC_INIT([make-initrd],[2.49.0],[[email protected]])
AC_CONFIG_HEADERS([config.h])

AC_PREFIX_DEFAULT([/usr])
Expand Down

0 comments on commit 5363b09

Please sign in to comment.