Subversion Repositories recyclebinunit

Rev

Rev 78 | Rev 82 | 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
 
81 daniel-mar 4
2016-11-01
5
+ Fixed memory leak in SID-Unit (thanks to Mikkao for finding this bug)
6
 
78 daniel-mar 7
2016-07-17
8
+ MaxCapacity can now be retrieved in absolute and relative units.
9
  MaxCapacity and NukeOnDelete is now finally Windows Vista compatible.
10
 
77 daniel-mar 11
2016-07-05
12
+ Added property VolumeGUIDAvailable
13
+ Demo: Added possibility to add manual entered recyclers
14
+ Demo: Added icons
15
 
76 daniel-mar 16
2016-07-03
17
+ Due to new information: Renamed some class names, e.g.
18
    TRbInfo1Item into TRbInfoAItem
19
    TRbInfo2Item into TRbInfoWItem
20
+ Added more information by adding comments and
21
  included an Excel spreadsheet.
22
+ CheckIndexes now handles INFO and INFO2 files equally.   
23
+ NEW FEATURE: "Tolerant reading" (default: true)
24
  to allow index files which are corrupted by an incompatible
25
  multiboot constellation to be read.
26
+ TRbInfoAItem.GetPhysicalFile will now choose the
27
  first AnsiSource letter instead of the DriveIdentification DWORD.
28
 
75 daniel-mar 29
2016-07-02
30
+ Initial release