summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--NEWS4
2 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9e5e944..5629964 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
NAME = draklive-install
-VERSION = 2.11
+VERSION = 2.12
dli_confdir = ${sysconfdir}/$(NAME).d
dli_sysconfigdir = $(dli_confdir)/sysconfig
diff --git a/NEWS b/NEWS
index 0cdb9f5..65025a2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+2.12
+- avoid out-of-memory error at end of install.
+- fix removing Live device from the detected hds.
+
2.11
- try to ensure kernel is informed of partition table changes (mga#20619).