diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-04-13 09:20:52 -0400 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-04-13 17:46:15 +0200 |
commit | 54cf3967b4f68c8cc666137752ead307f61159bc (patch) | |
tree | 21b672e3cbf9aa1cc77491d3ee723e73cc2127af | |
parent | 05fbfee3df2615285d136f732915dad9bb2695ca (diff) | |
download | drakx-54cf3967b4f68c8cc666137752ead307f61159bc.tar drakx-54cf3967b4f68c8cc666137752ead307f61159bc.tar.gz drakx-54cf3967b4f68c8cc666137752ead307f61159bc.tar.bz2 drakx-54cf3967b4f68c8cc666137752ead307f61159bc.tar.xz drakx-54cf3967b4f68c8cc666137752ead307f61159bc.zip |
2.22
-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 94d134c79..b5d3106f5 100644 --- a/images/Makefile +++ b/images/Makefile @@ -1,6 +1,6 @@ include ../Makefile.config -VERSION=2.21 +VERSION=2.22 PRODUCT=drakx-installer-images KERNELS=$(shell rpm -qf /lib/modules/3.*) diff --git a/images/NEWS b/images/NEWS index f623206e4..2427b0a1b 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,3 +1,5 @@ +Version 2.22 - 13 April 2015 by Thierry Vignaud + - honor BOOT_AUTOMATIC_METHOD env var for UEFI too - reduce timeout when using BOOT_AUTOMATIC_METHOD env var |