(Logical change 1.302)
This commit is contained in:
cantab.net!aia21 2004-03-08 12:19:08 +00:00
parent 904af325b1
commit 60877615e6

View File

@ -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