diff --git a/ChangeLog b/ChangeLog index 41d25efd..c3acbd51 100644 --- a/ChangeLog +++ b/ChangeLog @@ -34,19 +34,21 @@ xx/xx/2004 - 1.9.3-WIP 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) - - Added truncate option to ntfsundelete (mabs) + - 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) + 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) + 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/decrease file size if $ATTRIBUTE_LIST not present. (Yura) - Added new API lcnalloc.[ch]::ntfs_cluster_free_from_rl, and made - ntfs_cluster_alloc use it (Yura) - - Bugfix in ntfs_cluster_alloc for count = 0 (Yura) + ntfs_cluster_alloc use it. (Yura) + - Bugfix in ntfs_cluster_alloc for count = 0. (Yura) - Bugfix in ntfs_attr_map{_whole_,_}runlist: make it not fail if runlist - already mapped (Yura) + already mapped. (Yura) + - Make ntfslabel pay attention to --no-action. (Yuval) 11/05/2004 - 1.9.2 - Decompression bug fixes, ntfsinfo enhancements, updates. - Hopefully fix the autogen.sh problems using the --force and touch