diff options
-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) |