From d5eac44ab9560384266d9d952851853e8fba3361 Mon Sep 17 00:00:00 2001 From: void!yura Date: Sun, 30 Jan 2005 18:13:25 +0000 Subject: [PATCH] update (Logical change 1.672) --- ChangeLog | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b9d157ce..01b98021 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -xx/xx/2004 - 2.0.0-WIP +xx/xx/2005 - 2.0.0-WIP - Add start_vcn parameter to ntfs_get_size_for_mapping_pairs() and ntfs_mapping_pairs_build() and adapt all callers. @@ -101,7 +101,8 @@ xx/xx/2004 - 2.0.0-WIP during inode sync. (Yura) - Rename NTFS_SECTOR_SIZE to NTFS_BLOCK_SIZE to keep in sync with kernel driver. (Yura) - - Port logfile checking routines from the kernel to the library. (Yura) + - Port logfile checking routines from the kernel to the library and + integrate them with mount process. (Yura) 04/09/2004 - 1.9.4 - Urgent bug fixes.