diff options
author | Anne Nicolas <ennael@mageia.org> | 2013-12-15 21:50:01 +0100 |
---|---|---|
committer | Anne Nicolas <ennael@mageia.org> | 2013-12-15 21:50:01 +0100 |
commit | 4ff405c965bf8d1c7ee6eabfd2d2a6a96a4346b3 (patch) | |
tree | 66672fa4473bf3b8108006ab78844dce90147459 | |
parent | bc8cf46f070ef8244e0018c91e41170a40528242 (diff) | |
download | drakx-4ff405c965bf8d1c7ee6eabfd2d2a6a96a4346b3.tar drakx-4ff405c965bf8d1c7ee6eabfd2d2a6a96a4346b3.tar.gz drakx-4ff405c965bf8d1c7ee6eabfd2d2a6a96a4346b3.tar.bz2 drakx-4ff405c965bf8d1c7ee6eabfd2d2a6a96a4346b3.tar.xz drakx-4ff405c965bf8d1c7ee6eabfd2d2a6a96a4346b3.zip |
2.4
-rw-r--r-- | images/Makefile | 2 | ||||
-rw-r--r-- | images/NEWS | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/images/Makefile b/images/Makefile index f80c4f732..142cfd577 100644 --- a/images/Makefile +++ b/images/Makefile @@ -1,6 +1,6 @@ include ../Makefile.config -VERSION=2.3 +VERSION=2.4 PRODUCT=drakx-installer-images KERNELS=$(shell rpm -qf /lib/modules/3.*) diff --git a/images/NEWS b/images/NEWS index f6f1f4039..1ec90f9b7 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,3 +1,6 @@ +Version 2.4 - 15 December 2013 by Anne Nicolas + +- remove buggy control caracters (#11602) - use audit=0 in rescue isolinux config to allow systemd-nspawn to work smoothly Version 2.3 - 2 December 2013 by Thierry Vignaud |