Subversion Repositories recyclebinunit

Rev

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