diff options
author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2017-02-12 15:22:18 +0000 |
---|---|---|
committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2017-02-12 15:23:02 +0000 |
commit | ea1f0f1ec9062cd87f8d78366da80f3a53fae5c3 (patch) | |
tree | 8b6daaffceec178a6aab0cc7198de3ef77833ad5 | |
parent | 4f6b3b5372ed0d5e1d0044a23d658dc8c5c4e9f9 (diff) | |
download | draklive-install-ea1f0f1ec9062cd87f8d78366da80f3a53fae5c3.tar draklive-install-ea1f0f1ec9062cd87f8d78366da80f3a53fae5c3.tar.gz draklive-install-ea1f0f1ec9062cd87f8d78366da80f3a53fae5c3.tar.bz2 draklive-install-ea1f0f1ec9062cd87f8d78366da80f3a53fae5c3.tar.xz draklive-install-ea1f0f1ec9062cd87f8d78366da80f3a53fae5c3.zip |
2.102.10
-rw-r--r-- | Makefile | 3 | ||||
-rw-r--r-- | NEWS | 4 |
2 files changed, 5 insertions, 2 deletions
@@ -1,5 +1,5 @@ NAME = draklive-install -VERSION = 2.7 +VERSION = 2.10 dli_confdir = ${sysconfdir}/$(NAME).d dli_sysconfigdir = $(dli_confdir)/sysconfig @@ -25,4 +25,3 @@ clean: %.desktop: %.desktop.in intltool-merge --utf8 po \$< \$@ -d -u -c intltool-merge-cache - @@ -1,3 +1,7 @@ +2.10 +- ensure all selected devices are unmounted before partitioning (mga#20268). +- prevent udisks2-based auto-mounters operating during installation (mga#20247). + 2.9 - set a $::isLiveInstall variable for other drakx modules to use - restore reboot in xsetup (for post-install reboot) |