From 05dba43c98503386c598c758e1e75a961a48539c Mon Sep 17 00:00:00 2001 From: Alexey Gladkov Date: Fri, 8 Jul 2022 12:46:56 +0200 Subject: [PATCH] 2.27.1 - Feature luks: + Fix typo and use keyfile if exists. + Add more documentation. Signed-off-by: Alexey Gladkov --- NEWS.md | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 2fdeea18..ecc0f261 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,9 @@ +Version 2.27.1 + +- Feature luks: + + Fix typo and use keyfile if exists. + + Add more documentation. + Version 2.27.0 - Feature luks: diff --git a/configure.ac b/configure.ac index 7274badf..85224eba 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([make-initrd],[2.27.0],[gladkov.alexey@gmail.com]) +AC_INIT([make-initrd],[2.27.1],[gladkov.alexey@gmail.com]) AC_CONFIG_SRCDIR([datasrc/getarg.c]) AC_CONFIG_HEADERS([config.h])