diff options
author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2018-11-02 23:07:11 +0000 |
---|---|---|
committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2018-11-02 23:14:29 +0000 |
commit | e9b25e96a68b3f26fe923311bd147b759c6730fa (patch) | |
tree | 63e4909da5372a2a0299f259fd97936cfe41fb05 | |
parent | 9195da04c23579f9116148dec82eecebf8deb9b6 (diff) | |
download | draklive-install-e9b25e96a68b3f26fe923311bd147b759c6730fa.tar draklive-install-e9b25e96a68b3f26fe923311bd147b759c6730fa.tar.gz draklive-install-e9b25e96a68b3f26fe923311bd147b759c6730fa.tar.bz2 draklive-install-e9b25e96a68b3f26fe923311bd147b759c6730fa.tar.xz draklive-install-e9b25e96a68b3f26fe923311bd147b759c6730fa.zip |
2.162.16
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,5 @@ NAME = draklive-install -VERSION = 2.15 +VERSION = 2.16 dli_confdir = ${sysconfdir}/$(NAME).d dli_sysconfigdir = $(dli_confdir)/sysconfig @@ -1,3 +1,4 @@ +2.16 - avoid creating unwanted mount points in live system - avoid copying inactive mount points - increase window size when display size is > 800x600 (mga#23435) @@ -6,6 +7,7 @@ - only remove unused locales and drivers from installed system - ensure partitioning wizard knows devices have been unmounted (mga#23063) - disable screensaver/lock whilst installer is running +- translation updates 2.15 - revised template for matching live media disk labels |