(Logical change 1.279)
edge.strict_endians
cantab.net!aia21 2004-02-20 14:44:16 +00:00
parent 441947337e
commit 4fc6296c76
1 changed files with 7 additions and 0 deletions

View File

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