Rev 90 | Rev 99 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
=== Changelog RecBinUnit v2 ===
2022-06-30
+ Added support for $Ixxx "Vista" format 2 files (added somewhere in a Windows 10 build)
The difference towards $Ixxx "Vista" format 1 files is that the filename is not limited to MAX_PATH anymore. (New limit 0xFFFFFFFD)
+ RecyclerListing.exe (Demo application) marks missing physical files (happens for Vista format very often)
and can hide them
+ Added XP Theme to the demo application
+ Demo application: Feature to open a file or directory by double-clicking!
+ Unicode Ready
+ 64 bit Ready
+ Fixed TRbDrive.GetAPIInfo issue in for 64 bit (TSHQueryRBInfo struct had to be 8 byte aligned for x64)
2016-11-01
+ Fixed memory leak in SID-Unit (thanks to Mikkao for finding this bug)
2016-07-17
+ MaxCapacity can now be retrieved in absolute and relative units.
MaxCapacity and NukeOnDelete is now finally Windows Vista compatible.
2016-07-05
+ Added property VolumeGUIDAvailable
+ Demo: Added possibility to add manual entered recyclers
+ Demo: Added icons
2016-07-03
+ Due to new information: Renamed some class names, e.g.
TRbInfo1Item into TRbInfoAItem
TRbInfo2Item into TRbInfoWItem
+ Added more information by adding comments and
included an Excel spreadsheet.
+ CheckIndexes now handles INFO and INFO2 files equally.
+ NEW FEATURE: "Tolerant reading" (default: true)
to allow index files which are corrupted by an incompatible
multiboot constellation to be read.
+ TRbInfoAItem.GetPhysicalFile will now choose the
first AnsiSource letter instead of the DriveIdentification DWORD.
2016-07-02
+ Initial release