CallbackDisk - Version 1.2.1 - Released January 13, 2010 What's new: [ Legend: ] [ ! Important change ] [ + Added feature ] [ * Improved/changed feature ] [ - Bug fixed ] ^^^^^^^^^^^^^^^^^^^ ^^^ Version 1.2 ^^^ ^^^ ^^^ ^^^^^^^^^^^^^^^^^^^ --- January 13, 2010 v.1.2.1 Maintenance update - Fixed a bug related to forceful mounting of the file system by the OS --- October 28, 2009 v.1.2.0 Minor update + Added Windows 7 support ^^^^^^^^^^^^^^^^^^^ ^^^ Version 1.1 ^^^ ^^^ ^^^ ^^^^^^^^^^^^^^^^^^^ --- September 15, 2009 v.1.1.5 Maintenance update - Fixed BSOD on Vista and Windows Server 2008 which happened when an attempt was made to delete file or directory on a read-only virtual disk --- September 3, 2009 v.1.1.4 Maintenance update + [VCL] Added support for CodeGear RAD Studio 2010. - [C++] Installation functions in 64-bit release libraries couldn't install the driver correctly. Fixed. --- August 13, 2009 v.1.1.3 Maintenance update - Fixed a bug on Vista SP2 x64 - it was not possible to delete storages under restricted user. --- June 23, 2009 v.1.1.2 Minor update - The storage could not be formatted with Windows procedures (only creating the file system contents in code worked) due to specific behavior of the OS in regards to removable storages. Fixed. --- March 7, 2009 v.1.1.1 Minor update + Added drivers, .NET assembly and C++ library for Itanium (IA64) - Corrected the MemDisk example. There was an error in reading/writing in the last sector of virtual disk (see the ticket 14851). --- September 8, 2008 v.1.1.0 Minor update + Added StorageType and StorageCharactersitics properties + Added SectorSize, SectorsPerTrack and TracksPerCylinder properties ^^^^^^^^^^^^^^^^^^^ ^^^ Version 1.1 ^^^ ^^^ ^^^ ^^^^^^^^^^^^^^^^^^^ --- June 24, 2008 v.1.0.9 Minor update * If the user didn't reboot the system after UninstallDriver returned RebootNeeded parameter set to TRUE, and installed the new driver immediately, the driver stopped working. The workaround for the issue have been added. --- June 16, 2008 v.1.0.8 Minor update + Added MemDisk samples --- April 3, 2008 v.1.0.7 Minor update * Various minor improvements --- February 18, 2008 v.1.0.6 Minor update - [C++] Fixed a bug in InstallDriver function in VS 2005 library --- September 20, 2007 v.1.0.5 Minor update + Added GetDriverStatus method + Added GUID parameter to InstallDriver and UninstallDriver methods --- May 17, 2007 v.1.0.4 Minor update + Added DestroyStorageOnProcessTerminated property - Fixed various minor bugs in the driver --- April 10, 2007 v.1.0.3 Maintenance update + StoragePresent property was added to reflect the states, in which the storage is visible to the operating system * Help file has been improved - [.NET] VB.NET sample has been fixed --- March 18, 2007 v.1.0.2 Maintenance update ! InstallDriver and UninstallDriver functions were made static (class) methods. * The samples were improved * Help file was improved --- March 14, 2007 v.1.0.1 Maintenance update - The bug in callback library could lead to handle leaks. Fixed. - [VCL] The bug in VCL prevented the driver from being installed with InstallDriver function --- March 10, 2007 v.1.0.0 First public version