Subversion Repositories recyclebinunit

Rev

Rev 76 | Rev 78 | 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
 
77 daniel-mar 4
2016-07-05
5
+ Added property VolumeGUIDAvailable
6
+ Demo: Added possibility to add manual entered recyclers
7
+ Demo: Added icons
8
 
76 daniel-mar 9
2016-07-03
10
+ Due to new information: Renamed some class names, e.g.
11
    TRbInfo1Item into TRbInfoAItem
12
    TRbInfo2Item into TRbInfoWItem
13
+ Added more information by adding comments and
14
  included an Excel spreadsheet.
15
+ CheckIndexes now handles INFO and INFO2 files equally.   
16
+ NEW FEATURE: "Tolerant reading" (default: true)
17
  to allow index files which are corrupted by an incompatible
18
  multiboot constellation to be read.
19
+ TRbInfoAItem.GetPhysicalFile will now choose the
20
  first AnsiSource letter instead of the DriveIdentification DWORD.
21
 
75 daniel-mar 22
2016-07-02
23
+ Initial release