Changes by: antona
Update of /cvsroot/linux-ntfs/ntfs-driver-tng
In directory usw-pr-cvs1:/tmp/cvs-serv4690
Modified Files:
ChangeLog
Log Message:
Update changelog for 0.0.7 release
Index: ChangeLog
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfs-driver-tng/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -U2 -r1.62 -r1.63
--- ChangeLog 11 Feb 2002 01:46:25 -0000 1.62
+++ ChangeLog 13 Feb 2002 03:36:42 -0000 1.63
@@ -11,8 +11,4 @@
time warning that it will confuse Linux!].
- Implement/allow non-resident index bitmaps in ntfs_readdir().
- - Attribute lists part 2, attribute extents and multi part run lists:
- enable proper support for LCN_RL_NOT_MAPPED and automatic mapping of
- further run list parts. Still need to go through attrib.c::
- merge_run_lists() and its helpers.
- Add preemt_{enable,disable,enable_no_resched} in compession engine
for 2.5.4-pre6.
@@ -41,5 +37,5 @@
};
-tng-0.0.7 - Work in progress.
+tng-0.0.7 - 13/02/2002 - The driver is now feature complete for read-only!
- Cleanup mft.c and it's debug/error output in particular. Fix a minor
@@ -68,8 +64,14 @@
- Fix bug in load_attribute_list() - forgot to call brelse in error
code path.
- - Change parameters to find_attr and lookup_attr. We no longer pass in
- the upcase table and its length. These can be gotten from
+ - Change parameters to find_attr() and lookup_attr(). We no longer
+ pass in the upcase table and its length. These can be gotten from
ctx->ntfs_ino->vol->upcase{_len}. Update all callers.
- Cleanups in attrib.c.
+ - Implement merging of run lists, attrib.c::merge_run_lists() and its
+ helpers. (Richard Russon)
+ - Attribute lists part 2, attribute extents and multi part run lists:
+ enable proper support for LCN_RL_NOT_MAPPED and automatic mapping of
+ further run list parts via attrib.c::map_run_list().
+ - Tiny endianness bug fix in decompress_mapping_pairs().
tng-0.0.6 - Encrypted directories, bug fixes, cleanups, debugging enhancements.
|