CallbackDisk - Version 1.1.1 - Released March 7, 2009


What's new:

                              [           Legend:          ]
                              [ ! Important change         ]
                              [ + Added feature            ]
                              [ * Improved/changed feature ]
                              [ - Bug 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

---
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
