summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--NEWS5
2 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 57397a7..0f6ecbf 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
NAME = draklive-install
-VERSION = 0.6
+VERSION = 0.7
all install:
make $(MAKECMDGOALS) -C po
diff --git a/NEWS b/NEWS
index d12708c..1d451db 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+0.7:
+- really fix "reboot needed" warning (#33986)
+- umount all partitions before starting install
+- remove /etc/modprobe.d/mandriva-live after install
+
0.6:
- fix "reboot needed" warning (#33986)
- enable mdkonline after install (#34000)