From f81543dbc973d5f229e92a408a847cd324a5a759 Mon Sep 17 00:00:00 2001 From: "(none)!yura" <(none)!yura> Date: Sun, 1 Aug 2004 11:05:46 +0000 Subject: [PATCH] Update (Logical change 1.466) --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index ff461873..1621046d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -35,6 +35,13 @@ xx/xx/2004 - 1.9.3-WIP working as getting the head-count is NT specific and as such wasn't implemented. (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) + - Add new function attrib.c::ntfs_non_resident_attr_expand, + thus we can expand non resident attributes (Yura) + - Add a @start_vcn parameter to lcnalloc.[ch]::ntfs_cluster_alloc (Yura) + - Add ntfscp utility, at present it can only overwrite files. It can + increment or decrease file size if $ATTRIBUTE_LIST not present (Yura) 11/05/2004 - 1.9.2 - Decompression bug fixes, ntfsinfo enhancements, updates. - Hopefully fix the autogen.sh problems using the --force and touch