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