summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Whitaker <mageia@martin-whitaker.me.uk>2017-04-17 11:01:53 +0100
committerMartin Whitaker <mageia@martin-whitaker.me.uk>2017-04-17 11:01:53 +0100
commit3c2ad2e1821751b283fbf2eebef4dd1e3708978a (patch)
tree223d95be9e186c66c2114da5594f02abb0a008b9
parentff0b0ade51bcc90326ec7c3446a11a78cf0b663e (diff)
downloaddraklive-install-3c2ad2e1821751b283fbf2eebef4dd1e3708978a.tar
draklive-install-3c2ad2e1821751b283fbf2eebef4dd1e3708978a.tar.gz
draklive-install-3c2ad2e1821751b283fbf2eebef4dd1e3708978a.tar.bz2
draklive-install-3c2ad2e1821751b283fbf2eebef4dd1e3708978a.tar.xz
draklive-install-3c2ad2e1821751b283fbf2eebef4dd1e3708978a.zip
2.122.12
-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).