Changes by: uvman
Update of /cvs/linux-ntfs/ntfsprogs
In directory delta357:/tmp/cvs-serv21663
Modified Files:
ChangeLog
Log Message:
Move ntfs_index_entry_mark_dirty() from index.h to index.c. (Szaka)
Index: ChangeLog
===================================================================
RCS file: /cvs/linux-ntfs/ntfsprogs/ChangeLog,v
retrieving revision 1.405
retrieving revision 1.406
diff -u -p -r1.405 -r1.406
--- ChangeLog 29 Oct 2006 00:09:23 -0000 1.405
+++ ChangeLog 29 Oct 2006 00:55:45 -0000 1.406
@@ -54,7 +54,7 @@ xx/xx/2006 - x.xx.x - .
- Fix GUID to string conversion. (Anton)
- Fix some byte-order conversion for u32 variables that used le16
conversion macros. (zhanglinbao, Yuval)
- - Spelling mistake fixes in debug logging strings. (Yuval)
+ - Spelling mistake fixes. (Yuval)
- Remove inline keywords from static non-one-liners. (Szaka, Yuval)
- Memory leak fixes. (Yura, Yuval)
- Use memmove() in compress.c for moving overlapping blocks instead
@@ -62,6 +62,7 @@ xx/xx/2006 - x.xx.x - .
- Change ntfs_collate()'s signature to take size_t's. (Yuval)
- Move ntfs_is_collation_rule_supported() from collate.h to collate.c
and rewrite it to be clearer. (Yuval)
+ - Move ntfs_index_entry_mark_dirty() to index.c. (Szaka)
21/06/2006 - 1.13.1 - Various fixes.
|