diff --git a/ChangeLog b/ChangeLog index f10f185d..c04fbca9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24,6 +24,16 @@ 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) 11/05/2004 - 1.9.2 - Decompression bug fixes, ntfsinfo enhancements, updates. - Hopefully fix the autogen.sh problems using the --force and touch