From c6ad3f570d39096f35e4ca546be0eef2eb51ed41 Mon Sep 17 00:00:00 2001 From: "omakaista.fi!szaka" Date: Tue, 23 Mar 2004 02:00:56 +0000 Subject: [PATCH] - Check the mount state of the output device in ntfsclone. - Correct a too strong sanity check in ntfsclone that prevented cloning from larger device to a smaller one but the NTFS image could have fit fully. - Added a few (hopefully) better explanatory messages to ntfsresize. (Logical change 1.344) --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1bc85a2d..46e14af7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -40,6 +40,11 @@ attribute list attribute position at which the attribute should be inserted in @ctx->al_entry (see descritpion for ntfs_attr_lookup() in attrib.c for details). + - Check the mount state of the output device in ntfsclone. + - Correct a too strong sanity check in ntfsclone that prevented + cloning from larger device to a smaller one but the NTFS image + could have fit fully. + - Added a few (hopefully) better explanatory messages to ntfsresize. 11/03/2004 - 1.9.0 - Added ntfsresize relocation support and a lot of cleanups. - In include/ntfs/*.h Wrap all #include "config.h" by #ifdef