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(),