From 5dcd565dab85b9fcafdf67b87a5171fa01005241 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Thu, 31 Mar 2011 18:49:27 +0200 Subject: [PATCH] NEWS: inc version and add NEWS --- Makefile | 2 +- NEWS | 6 ++++++ dracut.spec | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b0b8f212a..7c5312632 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=009 +VERSION=010 GITVERSION=$(shell [ -d .git ] && git rev-list --abbrev-commit -n 1 HEAD |cut -b 1-8) prefix ?= /usr diff --git a/NEWS b/NEWS index 8aa056a37..4e8f995ab 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +dracut-010 +========== +- lots of bugfixes +- plymouth: use /run/plymouth/pid instead of /run/initramfs/plymouth +- add "/lib/firmware/updates" to default firmware path + dracut-009 ========== - dracut generator diff --git a/dracut.spec b/dracut.spec index 07183eec7..eccc4b76f 100644 --- a/dracut.spec +++ b/dracut.spec @@ -14,7 +14,7 @@ %endif Name: dracut -Version: 009 +Version: 010 %define release_prefix 0%{?rdist} Release: %{release_prefix} -- 2.47.3