Subversion Repositories recyclebinunit

Rev

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

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