diff options
author | Thomas Backlund <tmb@mageia.org> | 2016-12-22 19:05:26 +0200 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2016-12-22 19:05:26 +0200 |
commit | 2c22f3b762cf2fee999bb464f318bea48167a865 (patch) | |
tree | 02c56217d74fb2a9f987cbc3248bfdfa3ca6257c | |
parent | 39455fdf25697ef9640aa8ad7e6fedf0c3e59202 (diff) | |
download | drakx-2c22f3b762cf2fee999bb464f318bea48167a865.tar drakx-2c22f3b762cf2fee999bb464f318bea48167a865.tar.gz drakx-2c22f3b762cf2fee999bb464f318bea48167a865.tar.bz2 drakx-2c22f3b762cf2fee999bb464f318bea48167a865.tar.xz drakx-2c22f3b762cf2fee999bb464f318bea48167a865.zip |
2.40
-rw-r--r-- | images/Makefile | 2 | ||||
-rw-r--r-- | images/NEWS | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/images/Makefile b/images/Makefile index 1efaea47f..00d8db04a 100644 --- a/images/Makefile +++ b/images/Makefile @@ -1,6 +1,6 @@ include ../Makefile.config -VERSION=2.39 +VERSION=2.40 PRODUCT=drakx-installer-images KERNELS=$(shell rpm -qf /lib/modules/4.*) diff --git a/images/NEWS b/images/NEWS index 1308cf5c6..49962acec 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,3 +1,5 @@ +Version 2.40 - 22 December 2016 by Thomas Backlund + - fix background theme image name (mga#19468) - try to dereference symbolic links in order to fix image size for FAT32 efiboot.img (mga#19323) |