From c55508d4b0322ce7236d2bd13de7cce9ddfd0edb Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Mon, 24 May 2004 14:04:19 +0000 Subject: [PATCH] Update (Logical change 1.397) --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 94f7dd72..70aa86d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,13 @@ xx/xx/2004 - 1.9.3-WIP $top_builddir in the references to the build library in the makefile template ntfsprogs/Makefile.am. (Yuval) - Dump general info about an inode in ntfsinfo. (Yuval) + - Add detection for and make endianness detection + work on Solaris 2.6 (Yuval) and Solaris 9 (Anton). + - Emulate bswap_{16,32,64}() if not available/we cannot find them. + This has the advantage that the problems on FreeBSD running on big + endian, 64-bit machine will just disappear as we will emulate the + calls even though they exist with a different name (bswap16(), etc + instead of bswap_16(), etc). (Anton) 11/05/2004 - 1.9.2 - Decomrpession bug fixes, ntfsinfo enhancements, updates. - Hopefully fix the autogen.sh problems using the --force and touch