Subversion Repositories recyclebinunit

Rev

Rev 93 | Rev 100 | Go to most recent revision | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 93 Rev 99
1
 
1
 
2
=== Changelog RecBinUnit v2 ===
2
=== Changelog RecBinUnit v2 ===
3
 
3
 
-
 
4
2022-07-02
-
 
5
+ Improved recognition of Vista+ index files which are not named with file name $I...
-
 
6
+ Fixed issues in FORMAT.md
-
 
7
 
4
2022-06-30
8
2022-06-30
5
+ Added support for $Ixxx "Vista" format 2 files (added somewhere in a Windows 10 build)
9
+ 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)
10
  The difference towards $Ixxx "Vista" format 1 files is that the filename is not limited to MAX_PATH anymore. (New limit 0xFFFFFFFD)
7
+ RecyclerListing.exe (Demo application) marks missing physical files (happens for Vista format very often)
11
+ RecyclerListing.exe (Demo application) marks missing physical files (happens for Vista format very often)
8
  and can hide them
12
  and can hide them
9
+ Added XP Theme to the demo application
13
+ Added XP Theme to the demo application
10
+ Demo application: Feature to open a file or directory by double-clicking!
14
+ Demo application: Feature to open a file or directory by double-clicking!
11
+ Unicode Ready
15
+ Unicode Ready
12
+ 64 bit Ready
16
+ 64 bit Ready
13
+ Fixed TRbDrive.GetAPIInfo issue in for 64 bit (TSHQueryRBInfo struct had to be 8 byte aligned for x64)
17
+ Fixed TRbDrive.GetAPIInfo issue in for 64 bit (TSHQueryRBInfo struct had to be 8 byte aligned for x64)
14
 
18
 
15
2016-11-01
19
2016-11-01
16
+ Fixed memory leak in SID-Unit (thanks to Mikkao for finding this bug)
20
+ Fixed memory leak in SID-Unit (thanks to Mikkao for finding this bug)
17
 
21
 
18
2016-07-17
22
2016-07-17
19
+ MaxCapacity can now be retrieved in absolute and relative units.
23
+ MaxCapacity can now be retrieved in absolute and relative units.
20
  MaxCapacity and NukeOnDelete is now finally Windows Vista compatible.
24
  MaxCapacity and NukeOnDelete is now finally Windows Vista compatible.
21
 
25
 
22
2016-07-05
26
2016-07-05
23
+ Added property VolumeGUIDAvailable
27
+ Added property VolumeGUIDAvailable
24
+ Demo: Added possibility to add manual entered recyclers
28
+ Demo: Added possibility to add manual entered recyclers
25
+ Demo: Added icons
29
+ Demo: Added icons
26
 
30
 
27
2016-07-03
31
2016-07-03
28
+ Due to new information: Renamed some class names, e.g.
32
+ Due to new information: Renamed some class names, e.g.
29
    TRbInfo1Item into TRbInfoAItem
33
    TRbInfo1Item into TRbInfoAItem
30
    TRbInfo2Item into TRbInfoWItem
34
    TRbInfo2Item into TRbInfoWItem
31
+ Added more information by adding comments and
35
+ Added more information by adding comments and
32
  included an Excel spreadsheet.
36
  included an Excel spreadsheet.
33
+ CheckIndexes now handles INFO and INFO2 files equally.   
37
+ CheckIndexes now handles INFO and INFO2 files equally.   
34
+ NEW FEATURE: "Tolerant reading" (default: true)
38
+ NEW FEATURE: "Tolerant reading" (default: true)
35
  to allow index files which are corrupted by an incompatible
39
  to allow index files which are corrupted by an incompatible
36
  multiboot constellation to be read.
40
  multiboot constellation to be read.
37
+ TRbInfoAItem.GetPhysicalFile will now choose the
41
+ TRbInfoAItem.GetPhysicalFile will now choose the
38
  first AnsiSource letter instead of the DriveIdentification DWORD.
42
  first AnsiSource letter instead of the DriveIdentification DWORD.
39
 
43
 
40
2016-07-02
44
2016-07-02
41
+ Initial release
45
+ Initial release