Changes by: uvman
Update of /cvs/linux-ntfs/ntfsprogs
In directory delta357:/tmp/cvs-serv17059
Modified Files:
ChangeLog
Log Message:
Changelog entries for non-trivial commits of the last hour.
Index: ChangeLog
===================================================================
RCS file: /cvs/linux-ntfs/ntfsprogs/ChangeLog,v
retrieving revision 1.404
retrieving revision 1.405
diff -u -p -r1.404 -r1.405
--- ChangeLog 26 Oct 2006 19:10:05 -0000 1.404
+++ ChangeLog 29 Oct 2006 00:09:23 -0000 1.405
@@ -56,6 +56,12 @@ xx/xx/2006 - x.xx.x - .
conversion macros. (zhanglinbao, Yuval)
- Spelling mistake fixes in debug logging strings. (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
+ of copying bytes manually. (Yuval)
+ - 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)
21/06/2006 - 1.13.1 - Various fixes.
|