From 22707a789543555c73274ae490f009d20f77ded8 Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Tue, 13 Jan 2004 11:05:18 +0000 Subject: [PATCH] Update (Logical change 1.261) --- ChangeLog | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cf247f57..02c1d5f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 08/01/2004 - 1.8.3 - WIP - - + - Update ntfsinfo (Matthew J. Fanto, me) + - Add new API attrib.[hc]:ntfs_compressed_attr_pread(). NOTE: You want + 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. 07/01/2004 - 1.8.2 - Make ntfsprogs work on FreeBSD. - Add compatibility for building on FreeBSD. (Christophe Grenier)