V6.0
* Java GUI completely rebuild by Joerg Holzaepfel. Renamed to LTOOLSgui V3.0 (note the additional 'S').
* New Microsoft .NET gui LTOOLSnet V1.01, developed in C# by Joerg Holzaepfel.
* Command line tools V6.0 unmodified.
Thanks to Joerg Holzaepfel for his great contributions!

V6.1
* Changed LDIR.BAT to call ldirDOS.exe or ldirNT.exe based on environment variable %OS%. 
* In ldirDOS.exe now check for BIOS INT 13h extensions under DOS too (previous versions: Under Windows only).

V6.2
Experimental ReiserFS support (not on DOS), ReiserFS filesystems are read-only, no write support.
Uses RFSTOOL developed by Gerson Kurz. Great tool, thanks Gerson.
Some modifications in LTOOLSgui and LTOOLSnet to adapt the error handling for the RFSTOOL interface.

V6.4
Modified block allocation strategy in group.c and inode.c for 'ldir -WRITE', to solve problems with blocksizes
2048 and 4096. Solution and debugging provided by Yuzuru Ueda and Reiner Beninga. Thanks, guys!
Modified UNIXdisk.h to make 'ldir -part' work under Linux too. Rewrote examine_drive().
Additional command line option '-lba' (complement to '-chs', forces to use LBA instead of CHS disk access.

V6.5
Initalized driveAdrPacket.reserved in DOSdisk.h, suggested by Yuzuru Ueda to fix possible disk parameter read problem,
noticed with a SCSI disk under DOS.

V6.6
Prepared lreadsrv and lreadjav to run as a service, getting the installation directory via the registry.
Modified LTOOLSgui and LTOOLSnet to allow viewing files via the context menu.
LTOOLSnet calls ldirNT instead of ldir.
Updating the copyright year to 2004 for all applications.

V6.7
Display file modification time instead of creation time.
Bugfix for popen() in rfs.c when compiling with Visual C++ from Visual Studio .NET.
ldirNT.exe now compiled with Visual C++ 6.0.

V6.8
Includes RFSTOOL 0.14-1.0, which starts to implement write mode for ReiserFS files. Currently, only
changing UID, GID and the file's access rights is supported. Additionally this version uses a different
method (the same as 'ldir -part' uses) to scan the partition table, to guarantue consistent parttion table
information.

V6.9
Modifications in RFSTOOL 0.14-1.2. Better partition table scan method under Windows and Linux. Now should find
Reiser partitions more reliably.
