Skip to content

Commit 965f62a

Browse files
committed
2.55.1
- Feature fsck: + Split fsck arguments. fsck.f2fs enters an infinite loop with the combination of arguments -py, but if separated into -p and -y, it works normally. - Feature plymouth: + Fix syntax error in rules.mk. - Misc: + Improved performance of string quoting for splitting it into separate arguments without executing any possible shell code in it. Signed-off-by: Alexey Gladkov <[email protected]>
1 parent 8f9f3d8 commit 965f62a

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

55
AC_PREFIX_DEFAULT([/usr])

0 commit comments

Comments
 (0)