From c9bb08e6abe23fdfa971148da773078a0c81353c Mon Sep 17 00:00:00 2001 From: Alexey Gladkov Date: Tue, 8 Jun 2021 18:11:39 +0200 Subject: [PATCH] 2.18.0 Signed-off-by: Alexey Gladkov --- NEWS.md | 24 ++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 4137c2de..33cb2efa 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,27 @@ +Version 2.18.0 + +- Runtime: + + ueventd: Restore rduevent-timeout=SEC boot parameter. +- New feature: + + Add new feature add-udev-rules. Udev rules require separate processing + because other utilities can be called from them. + + Add new feature gpu-drm. The feature adds to the image the modules needed + for one or more cards. +- Feature kickstart: + + Add missing kickstart/data/root directory. + + Fix fs options that are passed when partitioning disks. + + Create /run/cryptsetup if it doesn't exist. +- Feature plymouth: + + Run helpers only once. + + Fix definition of default theme. + + Fix plymouth libdir. +- Utilities: + + initrd-put: Skip the file if it already exists in destdir. +- Misc: + + Improve documentation. + + Add Github CI. + + Run tests for fedora and ubuntu. + Version 2.17.0 - Runtime: diff --git a/configure.ac b/configure.ac index bd99548c..74d01720 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([make-initrd],[2.17.0],[gladkov.alexey@gmail.com]) +AC_INIT([make-initrd],[2.18.0],[gladkov.alexey@gmail.com]) AC_CONFIG_SRCDIR([datasrc/getarg.c]) AC_CONFIG_HEADERS([config.h])