From c80a5a9530fbad71b125e48800fc800f24f062ee Mon Sep 17 00:00:00 2001 From: Alexey Gladkov Date: Tue, 27 Sep 2022 18:11:20 +0200 Subject: [PATCH] 2.30.0 Signed-off-by: Alexey Gladkov --- NEWS.md | 16 ++++++++++++++++ configure.ac | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index d2490ce3..e91376c2 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,19 @@ +Version 2.30.0 + +- Feature kickstart: + + Close luks partition if we need to change partition table. + + Add information about what command is being executed. +- Feature rootfs: + + Create fstab more carefully. +- Feature ucode: + + Change path in the archive. +- Feature multipath: + + Add more rules and utils for FC multipath. +- Drop buildinfo feature. +- Misc: + + Detect separate /usr partition (merged-usr). + + Generate wiki from Documentation. + Version 2.29.0 - Runtime: diff --git a/configure.ac b/configure.ac index 46dc0b62..348a58f6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([make-initrd],[2.29.0],[gladkov.alexey@gmail.com]) +AC_INIT([make-initrd],[2.30.0],[gladkov.alexey@gmail.com]) AC_CONFIG_SRCDIR([datasrc/getarg.c]) AC_CONFIG_HEADERS([config.h])