diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-07-09 11:07:14 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-07-09 11:07:14 +0000 |
commit | 5a1fa14a75191975093c9aa651fcb7e605871c59 (patch) | |
tree | 7dc64e6a1b25f1a89c2dcce22a9c4a90c2e608e2 /rescue | |
parent | 5c46f32901c0b16f647fb8cc2f6e311c8883d811 (diff) | |
download | drakx-5a1fa14a75191975093c9aa651fcb7e605871c59.tar drakx-5a1fa14a75191975093c9aa651fcb7e605871c59.tar.gz drakx-5a1fa14a75191975093c9aa651fcb7e605871c59.tar.bz2 drakx-5a1fa14a75191975093c9aa651fcb7e605871c59.tar.xz drakx-5a1fa14a75191975093c9aa651fcb7e605871c59.zip |
1.5
Diffstat (limited to 'rescue')
-rw-r--r-- | rescue/Makefile | 2 | ||||
-rw-r--r-- | rescue/NEWS | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/rescue/Makefile b/rescue/Makefile index da37d0f0d..842c159b1 100644 --- a/rescue/Makefile +++ b/rescue/Makefile @@ -1,6 +1,6 @@ include ../Makefile.config -VERSION=1.4 +VERSION=1.5 PRODUCT=drakx-installer-rescue RESCUE = rescue.sqfs diff --git a/rescue/NEWS b/rescue/NEWS index f744e6e85..96c729585 100644 --- a/rescue/NEWS +++ b/rescue/NEWS @@ -1,3 +1,5 @@ +Version 1.5 - 9 July 2007, by Pascal "Pixel" Rigaux + - add /etc/mke2fs.conf in order to format ext3fs with 4k blocks (#27377) - add "mkfs.ext3" which is no more equivalent to "mkfs.ext2 -J" (eg: dir_index & resize_inode features) |