From 55a4a3409716c37533a7d32d60e5e773900248a5 Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Mon, 19 Jan 2004 15:58:00 +0000 Subject: [PATCH] Update changelog. (Logical change 1.266) --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 02c1d5f2..3995a5b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,11 @@ to use ntfs_attr_pread() instead which will transparently read the compressed attribute and return the decompressed data. - Improve mkntfs linux/major.h use so should work on newer glibc. + - Fix silly bug in ntfs_attr_size_bounds_check() where unbounded + attributes were handled completely wrong. (Thanks to Szaka for + spotting this.) + - Fix wrong print modified %L intead of %ll everywhere. (Szaka, me) + - More Cygwin fixes. (Lode Leroy) 07/01/2004 - 1.8.2 - Make ntfsprogs work on FreeBSD. - Add compatibility for building on FreeBSD. (Christophe Grenier)