Subversion Repositories recyclebinunit

Rev

Rev 77 | Rev 81 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
75 daniel-mar 1
 
2
=== Changelog RecBinUnit v2 ===
3
 
78 daniel-mar 4
2016-07-17
5
+ MaxCapacity can now be retrieved in absolute and relative units.
6
  MaxCapacity and NukeOnDelete is now finally Windows Vista compatible.
7
 
77 daniel-mar 8
2016-07-05
9
+ Added property VolumeGUIDAvailable
10
+ Demo: Added possibility to add manual entered recyclers
11
+ Demo: Added icons
12
 
76 daniel-mar 13
2016-07-03
14
+ Due to new information: Renamed some class names, e.g.
15
    TRbInfo1Item into TRbInfoAItem
16
    TRbInfo2Item into TRbInfoWItem
17
+ Added more information by adding comments and
18
  included an Excel spreadsheet.
19
+ CheckIndexes now handles INFO and INFO2 files equally.   
20
+ NEW FEATURE: "Tolerant reading" (default: true)
21
  to allow index files which are corrupted by an incompatible
22
  multiboot constellation to be read.
23
+ TRbInfoAItem.GetPhysicalFile will now choose the
24
  first AnsiSource letter instead of the DriveIdentification DWORD.
25
 
75 daniel-mar 26
2016-07-02
27
+ Initial release