08/15/2011  v0.9.15    * Multiple directories can now be included and excluded for sorting using options -d, -D, -x, and -X.
                         Thanks to Renaud Métrich for the idea.
                       * Added option -I which allows to ignore filename prefixes during sorting.
                         Thanks to Matthew Altus for the idea.
                       * Added support for memory leak detection in debug modes 2-4
		       * Fixed a bug in function randomizeDirEntryList. Thanks to Renaud Métrich for reporting the bug.
                       * Updated Makefiles for better Max OS X support. Thanks to Tom Freiberger for the Makefiles.
                       * Minor change to remove a compiler warning in FAT_fs.c.
                       * Minor change to remove a redundant option check.
06/11/2010  v0.9.14.1  * Check for last directory entry in FAT_fs.c was fixed. thanks to Peter De Wachter for the hint.
14/05/2010  v0.9.14    * Included a patch for an iconv issue under Mac and FreeBSD. Thanks to Max Campos.
28/12/2009  v0.9.13.1  * Fixed a pointer initialization in insertLongDirEntryList 
23/12/2009  v0.9.13    * Added random order sorting (option -R)
                       * Updated manpage
                       * manpage is now installed via make install
29/09/2009  v0.9.12    * locale is now set to locale of environment
27/09/2009  v0.9.11    * segmentation fault in parseClusterChain fixed
                       * LFNs are now correctly converted from UTF-16 to UTF-8
12/05/2008  v0.9.10    * Options -d and -D added
                       * natural order comparison algorithm reimplemented
12/02/2008  v0.9.9.1   * Small Makefile update
11/28/2008  v0.9.9     * Martin Pool's natural order comparison algorithm is now included into FATSort
                       * Makefile patches
07/08/2008  v0.9.8.3   * bug in check_mounted fixed
06/11/2008  v0.9.8.2   * minor fixes in header files and make files
                       * modified README
06/10/2008  v0.9.8.1   * some minor fixes. Thanks to Till Maas.
09/25/2007  v0.9.8     * splitted fatsort into several source files
                       * implemented exclusive file lock (not mandatory)
                       * signals are blocked while writing to file (implemented critial sections)
                       * sorting of special directory entries (".", ".." and volume label) is now prevented
                       * enhanced mount check feature
                       * -f option to force sorting introduced
                       * small updates
                       * thanks to Joe Forster/STA for some fixes
04/30/2007  v0.9.7.1   * support for files >4GB
                       * thanks to Sebastian Biallas for the patch
02/01/2007  v0.9.7     * fatsort now checks if device is mounted (only BSD and linux)
                       * thanks to Sebastian Dröge for the patch
01/08/2006  v0.9.6.2   * added option for sorting in reverse order
                       * fixed some memory leaks
                       - thanks to Giorgio Moscardi for both patches
07/01/2006  v0.9.6.1   * removed unused variables, minor changes
06/26/2006  v0.9.6     * big-endian support added
                       * getopt fix for PPC
                       * cluster chains are dynamic structures now
                       * small fixes
                       * error handling in FSInfo
05/27/2006  v0.9.5     * fixed volume label bug
                       * tidied up some code
                       * added function assertions
                       * added error handlings
                       * changed error messages
09/09/2005  v0.9.4     * fixed integer issues, included stdlib.h
01/13/2005  v0.9.3     * fixed some data types because of bugs on opteron systems
01/13/2005  v0.9.2     * fixed some bugs
02/08/2004             * FATSort is now put under GPL
02/06/2004  v0.9.1     * major bug concerning FAT specification fixed

