diff options
-rw-r--r-- | Makefile | 3 | ||||
-rw-r--r-- | NEWS | 6 |
2 files changed, 7 insertions, 2 deletions
@@ -1,7 +1,7 @@ NAME = bootloader-theme # urpmq -f gfxboot UPSTREAM_VERSION = 4.5.14 -VERSION = $(UPSTREAM_VERSION).1 +VERSION = $(UPSTREAM_VERSION).2 BINDIR := $(shell [ -x ../../gfxboot-compile ] && echo ../../ ) @@ -90,4 +90,3 @@ dist: rm -rf ../$(NAME)-$(VERSION).tar* @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz > $(NAME)-$(VERSION).tar.xz $(info $(NAME)-$(VERSION).tar.xz is ready) - @@ -1,3 +1,9 @@ +Version 4.5.14.2 - 24 April 2017, Martin Whitaker + +- Updated translations +- Add support for menu entries that enable non-free video drivers +- Don't change menu selection when F2-F6 are pressed (mga#5263) + Version 4.5.14.1 - 13 March 2017, RĂ©mi Verschelde - Updated translations |