From 911c577e074b204dc8a9922d9c4668a63e46b1a7 Mon Sep 17 00:00:00 2001 From: uvman Date: Wed, 4 Oct 2006 20:57:03 +0000 Subject: [PATCH] Hil: Allow ntfscp to create the destination file if it does not already exists by calling ntfs_create(). --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index ff16d516..41c50399 100644 --- a/ChangeLog +++ b/ChangeLog @@ -49,6 +49,8 @@ xx/xx/2006 - x.xx.x - . totally useless. (Anton) - ntfsclone: Make ntfsclone image format extensible. (Anton) - ntfsclone: Fix endianness problems. (Anton) + - Allow ntfscp to create the destination file if it does not already + exists by calling ntfs_create(). (Hil) 21/06/2006 - 1.13.1 - Various fixes.