Subversion Repositories recyclebinunit

Rev

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