Skip to content

Commit a84a4b4

Browse files
committed
2.52.0
- Feature add-udev-rules: + Handle special case of module loading from udev rules. + Handle the situation of calling insmod from the rules. - Guess touchscreen: + Fix the interpretation of the value in properties. - Guess loaded-modules: + This feature tries to take into account loaded modules for some architectures (arm*, riscv*, aarch64). - Misc: + Generate ld.so.conf config for initrd. + Changes related to preparation for porting to musl. + Workaround for findmnt from util-linux 2.41. Signed-off-by: Alexey Gladkov <[email protected]>
1 parent 0729f3a commit a84a4b4

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.51.0],[[email protected]])
2+
AC_INIT([make-initrd],[2.52.0],[[email protected]])
33
AC_CONFIG_HEADERS([config.h])
44

55
AC_PREFIX_DEFAULT([/usr])

0 commit comments

Comments
 (0)