-- Version 2.0 - Released 2004/06/07 --

	* TrueCrypt/Service/NTSERVICE.C 1.2:
		Mount manager support disabled on Windows 2000 to prevent 
		remount bug

	* TrueCrypt/Setup/SETUP.C 1.4:
	* TrueCrypt/Setup/Setup.vcproj 1.2:
		Setup does not try to dismount volumes, user is asked to do so

	* TrueCrypt/Setup/SETUP.C 1.3:
		User is advised to reboot before upgrading on Windows 2000

	* TrueCrypt/Format/TCFORMAT.C 1.3:
		Closing wizard window during format requires confirmation

	* TrueCrypt/Common/CRYPTO.C 1.3:
	* TrueCrypt/Common/CRYPTO.H 1.2:
	* TrueCrypt/Common/Common.rc 1.2:
	* TrueCrypt/Common/TCDEFS.H 1.2:
	* TrueCrypt/Common/VOLUMES.C 1.6:
	* TrueCrypt/Crypto/Aes.h 1.1:
	* TrueCrypt/Crypto/Aescrypt.c 1.1:
	* TrueCrypt/Crypto/Aeskey.c 1.1:
	* TrueCrypt/Crypto/Aesopt.h 1.1:
	* TrueCrypt/Crypto/Aestab.c 1.1:
	* TrueCrypt/Crypto/Aestab.h 1.1:
	* TrueCrypt/Crypto/Crypto.vcproj 1.2:
	* TrueCrypt/Format/Format.rc 1.2:
	* TrueCrypt/Format/TCFORMAT.C 1.2:
	* TrueCrypt/Format/TESTCRYPT.C 1.2:
	* TrueCrypt/Format/resource.h 1.2:
		AES cipher added

	* TrueCrypt/Mount/Mount.c 1.5:
		Relative path passed with /volume option is converted to 
		absolute

	* TrueCrypt/Setup/SETUP.C 1.2:
		Default program installation path determined by 
		SHGetSpecialFolderLocation()

	* TrueCrypt/Common/VOLUMES.C 1.5:
		Sector IV corruption fixed

	* TrueCrypt/Common/RANDOM.C 1.3:
		RandgetBytes() does not return plain random pool contents

	* TrueCrypt/Common/RANDOM.C 1.4:
		Slow mode can be forced when calling RandgetBytes()

	* TrueCrypt/Common/CRYPTO.C 1.2:
	* TrueCrypt/Common/FORMAT.C 1.2:
	* TrueCrypt/Common/RANDOM.C 1.2:
	* TrueCrypt/Common/VOLUMES.C 1.2:
		Memory pages containing sensitive data are locked to prevent 
		swapping

	* TrueCrypt/Common/VOLUMES.C 1.3:
		Salt is generated after disk key

	* TrueCrypt/Common/RANDOM.H 1.2:
		Slow mode can be forced when calling RandgetBytes()

	* TrueCrypt/Common/FAT.C 1.2:
		RandgetBytes() params

	* TrueCrypt/Common/VOLUMES.C 1.4:
		SlowPoll is forced when generating disk key and salt

	* TrueCrypt/Common/FORMAT.C 1.3:
		Preinit RandgetBytes() not called

	* TrueCrypt/Mount/Mount.c 1.2:
		Command line volume mounting fixed

	* TrueCrypt/Common/DLGCODE.C 1.2:
		Partition selection dialog ignores holes in partition and disk 
		numbering

	* TrueCrypt/Mount/Mount.c 1.3:
		Settings are not saved in quiet mode
		/wipecache option supports quiet mode

	* TrueCrypt/Mount/Mount.c 1.4:
		Settings are not loaded from registry in quiet mode
		/dismountall renamed to /dismount, supports dismounting of specified volumes
		Bad passwords are reported during command line auto-mounting


-- Version 1.0a - Released 2004/02/03 --

 Driver:

 * Windows 98 support removed


-- Version 1.0 - Released 2004/02/02 --

Changes from E4M 2.02a:

 Encryption specific:

 * Volume header supports plausible deniability
 * Sector encryption reworked to support plausible deniability
 * PKCS salt length increased to 64 bytes
 * Number of PKCS iterations increased to 2000
 * Blowfish uses 448-bit key
 * Random pool is rehashed after each byte added, not only when the pool is filled up
 * User password length limited to 64 characters to avoid HMAC SHA1 key hashing
 * Minimum required user password length increased to 12 characters
 * DES cipher removed from volume creation options
 * MD5 removed from PKCS5 PRF selection

 General:

 * Drive letter is registered by TC service to avoid using local user namespace,
   fixes XP dismount bug, volumes are always mounted globally (visible to all users)
 * 32 partitions supported per physical drive
 * User preferences are stored in HKEY_CURRENT_USER registry instead of .ini file
 * All dialogs use default user selected font
 * Device selection dialog displays size and type of available partitions
 * Executing the application twice no longer produces error, the first instance
   is brought to the foreground and the second one exits
 * User preferences are always stored on exit
 * Command line option /d and /dismountall added, dismounts all volumes
 * Command line option /v is not required to specify a volume, enables drag&drop
   to desktop icon
 * SFS and E4M volume support removed

 Driver:

 * Volumes larger than 2 GB supported, the new limit is determined by OS
   (2^64 bytes on NT kernel)
 * W2K/XP Mount Manager support added, enables graphical checkdisk and
   defrag on W2k/XP/2k3 and fixes system error (blue screen) during OS
   shutdown when volumes still mounted
 * Disk geometry was calculated incorrectly, now it is always set to SECTORS/1/1,
   fixes chkdisk.exe and format.exe refusing to work with a RAW volume 
 * IOCTL_DISK_GET_LENGTH_INFO support added, enables graphical format on XP
 * Volume is not mounted as removable media
 * Driver uses cached passwords only if user password is null

 Format:

 * FAT32 format support added, volume size is not limited at 32GB on NT systems
 * Format progress info displays Mbytes done, time left, and write speed
 * Volume creation wizard no longer exits after successfuly creating a volume
 * Quick format available for device volumes
 * Cluster size selection added to format dialog
 * User is asked for confirmation to abort format in progress
 * Default cipher changed to Blowfish
 * HMAC-SHA1 and CRC32 added to self tests
 * Data area randomized during format to support hidden volumes
 * Time of volume creation and header modification written to header

 Mount:

 * Menu added
 * Preferences dialog added
 * Drive list displays sizes and encryption algorithms of mounted volumes
 * Password input fields are wiped after a correct password is used
 * User is asked for volume password only if cached passwords cannot open it
 * Double click on a free drive in drive list mounts the selected volume
 * Double click on a mounted drive in drive list opens its explorer window
 * Added option to open explorer window for a successfully mounted volume
 * Added option to close all explorer windows of volumes being dismounted
 * Added option to wipe cached passwords on exit
 * Volume properties dialog displays various info about a mounted volume
 * 'Auto mount all partitions' added, user is always asked for password,
   cached passwords are used if it fails
 * 'Wipe Cache' button and menu item reflects the cache state
 * 'Clear volume history' clears volume combo box and deletes history
   from registry
 * 'Dismount All' dismounts all mounted volumes
 * Mounting a volume multiple times is not allowed

 Setup:

 * Desktop icon optionally created
 * Start menu schortcuts and desktop icon can be installed for all users
 * System restore point can be created prior to the installation on
   systems supporting it
