From aa5ee310d023ea7687aa789de2b6f90aff443a22 Mon Sep 17 00:00:00 2001 From: uvman Date: Sun, 29 Oct 2006 00:09:23 +0000 Subject: [PATCH] Changelog entries for non-trivial commits of the last hour. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index f246d794..28774ef5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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.