12/03/2002 - 1.6.0 - More mkntfs options and cleanups.
	Fix typo in usage information of mkntfs. Thanks to Richard Russon for
	spotting it.
	Change version number in mkntfs and ntfsfix to match the linux-ntfs
	release version number.
	Added two new options to mkntfs; -I, which disables content indexing
	on the volume and -C, which enables compression on the volume.

01/02/2002 - Attempt to fix compile warnings on powerpc.
	Attempt to fix compile warnings on powerpc. It seems powerpc uses
	char == unsigned char which was breaking some signed comparisons.

26/01/2002 - 1.5.1 - Fix two buglets in ntfsfix and more compilation fixes.
	Fix two silly buglets in ntfsfix, where we were calling is_baad_record
	instead of is_baad_recordp. Silly me... Thanks to David Martinez Moreno
	for reporting the compilation warnings on ia64 which led me to find the
	bug.
	Fix compilation problems in logfile.h on big endian arches. Hopefully,
	now will really compile on all arches.

10/01/2002 - 1.5.0 - Fix bug in $LogFile size calculation.
	Fix bug in $LogFile size calculation where we would take the size to
	be zero on partitions between 200 and 400MiB in size.
	Add requirement for linux-ntfs to linux-ntfs-devel.

15/12/2001 - Remove atomic ops and add compiler version check.
	Hopefully this will preempt "it doesn't compile for me" messages from
	people with gcc < 2.96.
	Change bail out error check for seek to backup boot sector to a warning
	since SuSE 7.2 + loads of stuff and 2.5.1-pre11 returns EINVAL instead
	of ENOSPC.
	Remove atomic code as it isn't defined on non-i386 arches.

06/12/2001 - Change ntfs_mount to accept second argument for mount flags.
	ntfs_mount() now supports mount flags as per "man 2 mount". Currently
	only the MS_RDONLY flag is supported/implemented. This breaks
	compatibility with older libntfs versions and hence the major version
	number of the library has been increased.
	Adapt utilities to make use of new ntfs_mount syntax.

17/11/2001 - Add description of compression algorithm.

09/11/2001 - 1.4.0 - Major fix in mkntfs, small update to ntfsfix and others.
	Update ntfsfix to support Windows XP NTFS volumes (NTFS 3.1).
	Update layout.h with more information.
	(Re)enable shared libraries.
	Changes to mkntfs:
	  - Correct handling of directories on volumes with cluster sizes
	    above 4096 bytes.
	  - Lower minimum size of NTFS partitions to 1MiB, scaling down the
	    logfile size as necessary.
	  - Support a wider range of input parameters. Now should have all
	    valid combinations covered.
	  - Update man page.
	  - Implement better determination of device size.
	  - Various bug fixes.

22/08/2001 - 1.2.2 - Small fix in mkntfs and minor updates.
	Small fix in mkntfs for small volumes with non-standard sector sizes,
	where the default values would result in a sector size smaller than the
	sector size and mkntfs would refuse to run because of this. The man
	page was updated accordingly.
	Minor updates/clarifications to include/layout.h.

02/08/2001 - 1.2.1 - Added ntfsfix man page and minor cleanup.
	David Martnez Moreno <david.martinez@rediris.es> donated a man page
	for ntfsfix as well as spelling mistake fixes all over the place.

26/07/2001 - 1.2.0 - Important bug fixes to mkntfs.
	Bug fixes for cluster sizes > 4kb involving corrections to mft mirror
	size and contents, mft data attribute position and mft bitmap size.
	Some of those were nasty so this is a major improvement. Hopefully these
	were the last bugs.

25/07/2001 - 1.0.2 - Small cleanup of the distribution.
	Move mkntfs to sbin (was put in bin before).
	Small bugfix to mkntfs man page.

24/07/2001 - 1.0.1 - Small cleanup of the distribution.
	Confirmed that at least gcc-2.96 is needed to compile linux-ntfs.
	Removed ldm.c from linux-ntfs. It will reappear as ldminfo.c in a new
	package, probably linux-ldm.
	Taken out some file from the distribution, but they are still present
	in CVS. This is because they are not really usefull except if you are
	a developer wanting to play about.

10/06/2001 - 1.0.0 - mkntfs release and bugfixes to ntfslib and the others.
	Also, released ldm which dumps the ldm database on Win2k/XP dynamic
	disks.
	A man page for mkntfs is also installed by make install so man 8 mkntfs
	can be used to show the recognised command line options.
	Building of shared libraries is disabled by default as it breaks on
	some systems.
	Probably need at least gcc-2.95 or something like that from now on.

02/02/2001 - Started ChangeLog.

