diff options
author | Olivier Blin <oblin@mandriva.com> | 2007-09-28 20:40:57 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2007-09-28 20:40:57 +0000 |
commit | 64d70a6d69a93feb25fecb13e8560a0a6c218172 (patch) | |
tree | e35f286da74e92b91d57ce2291418b93ff6fda26 | |
parent | 784f718e4f1d63f05217259fd39c073f89ce0639 (diff) | |
download | draklive-install-64d70a6d69a93feb25fecb13e8560a0a6c218172.tar draklive-install-64d70a6d69a93feb25fecb13e8560a0a6c218172.tar.gz draklive-install-64d70a6d69a93feb25fecb13e8560a0a6c218172.tar.bz2 draklive-install-64d70a6d69a93feb25fecb13e8560a0a6c218172.tar.xz draklive-install-64d70a6d69a93feb25fecb13e8560a0a6c218172.zip |
0.6
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 6 |
2 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,5 @@ NAME = draklive-install -VERSION = 0.5 +VERSION = 0.6 all install: make $(MAKECMDGOALS) -C po @@ -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) |