From d85cb21fed75868b7e2802be62b2885171bb7702 Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Thu, 12 Aug 2004 08:21:50 +0000 Subject: [PATCH] Update (Logical change 1.491) --- ChangeLog | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index c3acbd51..96525119 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24,16 +24,8 @@ xx/xx/2004 - 1.9.3-WIP - ntfswipe - wipe file tails and directory indexes (Yura) - Bugfix in ntfs_rl_pread,pwrite for pos > 0. (Yura) - Added special image format support in ntfsclone. (Per Olofsson) - - Major win32_io.c update implementing ->ioctl, ->sync, and ->stat. - Should compile on any machine with NT/2k/XP compatible include files. - That means EVERY cygwin/mingw32 compiler, possibly even - Intel/Microsoft. Will probably not work on djgpp. All external DLL - imports exist on any Windows 9x/NT+, so it should work on any Windows - PC. Tested only on Windows XP. The write code is trivial now, but I - would wait with it until I figure out how to find if a volume is - mounted or not in Windows. Also mkntfs still has no chance of - working as getting the head-count is NT specific and as such wasn't - implemented. (Yuval) + - Major win32_io.c update implementing ->ioctl, ->sync, ->stat, and + ->write. NOTE: This might break djgpp compatibility. (Yuval) - Added truncate option to ntfsundelete. (mabs) - Bugfix in ntfs_attr_size_bounds_check that caused it always fail, if no maximum limit for attribute size. (Yura)