summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2011-08-12 16:17:58 +0200
committerHarald Hoyer <harald@redhat.com>2011-08-12 16:17:58 +0200
commite9519a397f1bb98a79c811a54fb6c9e7e7de9c97 (patch)
treec63a22a6103687cacf86fdee013018c0b7f02116
parent2ae52e649b990af63b242edc57220be63a22c291 (diff)
downloaddracut-013.tar.gz
dracut-013.tar.bz2
dracut-013.zip
version 013013
-rw-r--r--Makefile2
-rw-r--r--NEWS6
2 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b737db77..991058ff 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION=012
+VERSION=013
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 ba92c140..85043fb5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+dracut-013
+==========
+- speedup of initramfs creation
+- fixed inst_dir for symbolic links
+- add unix kernel module
+
dracut-012
==========
- better fsck handling