summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--NEWS6
2 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f93f38f..5def1a7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
NAME = draklive-install
-VERSION = 0.5
+VERSION = 0.6
all install:
make $(MAKECMDGOALS) -C po
diff --git a/NEWS b/NEWS
index f115c9f..d12708c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+0.6:
+- fix "reboot needed" warning (#33986)
+- enable mdkonline after install (#34000)
+- use new pop_wait_messages option from interactive::gtk
+ not to use hack that does not work anymore (made the installer crash)
+
0.5:
- use shared bootloader code (so that resume= is correctly set)