diff options
author | Thomas Backlund <tmb@mageia.org> | 2013-11-02 20:38:12 +0159 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2013-11-02 20:38:12 +0159 |
commit | 9d8b9a7114fb75e354667245937aa18561ed5d95 (patch) | |
tree | d025af03e94a4267c1fb422c05c9d0ada726dce0 | |
parent | 36a7f2494dd62dfa28c755419dad3aef753515e7 (diff) | |
download | drakx-9d8b9a7114fb75e354667245937aa18561ed5d95.tar drakx-9d8b9a7114fb75e354667245937aa18561ed5d95.tar.gz drakx-9d8b9a7114fb75e354667245937aa18561ed5d95.tar.bz2 drakx-9d8b9a7114fb75e354667245937aa18561ed5d95.tar.xz drakx-9d8b9a7114fb75e354667245937aa18561ed5d95.zip |
switch to 2.00 to mark the big changes to dracut intrd and syslinux
-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 7aa589a19..3d54152f8 100644 --- a/images/Makefile +++ b/images/Makefile @@ -1,6 +1,6 @@ include ../Makefile.config -VERSION=1.95 +VERSION=2.00 PRODUCT=drakx-installer-images KERNELS=$(shell rpm -qf /lib/modules/3.*) diff --git a/images/NEWS b/images/NEWS index 507525b24..43c9ef30c 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,3 +1,5 @@ +Version 2.00 - 2 November 2013 by Thomas Backlund + - ensure initrd is created with 644 perms (normally 600 for security reasons) - fix 32-bit isolinux wrapper (s/i586/i386) |