From 4fc6296c769aeac03e7606bef16a8b362da04167 Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Fri, 20 Feb 2004 14:44:16 +0000 Subject: [PATCH] Update. (Logical change 1.279) --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8c877534..b6ce5dd8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,13 @@ xx/xx/2004 - 1.8.5 - WIP - Fix BLKGETSIZE usage; parameter is unsigned long not long. (Szaka) - Use BLKGETSIZE64 when available which allows use of devices bigger than 2TiB. + - Enable GNU extensions if present. This means that you need to + include config.h before any other non-ntfs header files. + - Use AC_SYS_LARGEFILE in configure.ac instead of manually defining + _FILE_OFFSET_BITS=64 in CFLAGS. This means that you need to include + config.h before any other non-ntfs header files. + - Update all source to include config.h before any other non-ntfs + header files. 23/01/2004 - 1.8.4 - Memory leak fixes. - Fix memory leaks in libntfs/dir.c::ntfs_inode_lookup_by_name(),