diff --git a/ChangeLog b/ChangeLog index 17a180fe..a5c6c92d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -25,9 +25,12 @@ xx/xx/2004 - 1.8.6-WIP Fledel) - In attribute lookup code in libntfs/attrib.c, check type against AT_UNUSED and not zero. - - Add AC_CANONICAL_HOST([]) to configure.ac and after AC_PROG_CC add + - Add AC_CANONICAL_HOST([]) to configure.ac and before AC_PROG_CC add manual provision of CC=gcc, AR=ar, and LD=ld if they are not set and the target is *-*-*djgpp. (Requested by Christophe Grenier) + - Use bswap_xx instead of __bswap_constant_xx when the constant version + is not available as is the case on some architectures. (Thanks to + David Martínez Moreno for the bug report.) 27/02/2004 - 1.8.5 - Springclean of the build process, cleanups, bug fixes - Fixup ntfsinfo a little bit and give its manpage a small update to