From 60877615e6dc8c699a919b93fd24e26d92f0f9a1 Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Mon, 8 Mar 2004 12:19:08 +0000 Subject: [PATCH] Update (Logical change 1.302) --- ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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