From 57d0267d5c0ddba7edd03ab2a54aa29095ae957a Mon Sep 17 00:00:00 2001 From: Alexey Gladkov Date: Mon, 22 Jan 2024 16:23:32 +0000 Subject: [PATCH] 2.42.0 - Feature network: + Do not add this feature by default. - Feature system-glibc: + Do not add this feature by default. - Feature lkrg: + Fix service permissions. - Remove features: + raid, kbd, ide-to-scsi, scsi-to-ide, debug-procacct. - Remove NEWS.md, spawn-shell. Signed-off-by: Alexey Gladkov --- README.md | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e5629faa..5cf9db59 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# make-initrd [![Integration Tests](https://github.com/osboot/make-initrd/actions/workflows/integration.yml/badge.svg?branch=master)](https://github.com/osboot/make-initrd/actions/workflows/integration.yml) +# make-initrd make-initrd is a new, uevent-driven initramfs infrastructure based around udev. diff --git a/configure.ac b/configure.ac index d3a756c3..44cad6cb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([make-initrd],[2.41.0],[gladkov.alexey@gmail.com]) +AC_INIT([make-initrd],[2.42.0],[gladkov.alexey@gmail.com]) AC_CONFIG_HEADERS([config.h]) AC_PREFIX_DEFAULT([/usr])