Subversion Repositories recyclebinunit

Rev

Rev 92 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
12 daniel-mar 1
 
74 daniel-mar 2
=== Changelog RecBinUnit v1 ===
12 daniel-mar 3
 
74 daniel-mar 4
ATTENTION! This unit is not developed anymore.
5
           Please use the new version RecBinUnit2.pas , which is Object-oriented.
6
 
92 daniel-mar 7
 
8
2022-06-30 ("Special release for important bug fixes", although it is not supported anymore!)
9
+ Added support for $Ixxx "Vista" format 2 files (added somewhere in a Windows 10 build)
10
  The difference towards $Ixxx "Vista" format 1 files is that the filename is not limited to MAX_PATH anymore. (New limit 0xFFFFFFFD)
11
+ Added XP Theme to the demo application
12
+ Unicode Ready
13
+ 64 bit Ready
93 daniel-mar 14
+ Fixed RecyclerGetAPIInfo issue in for 64 bit (TSHQueryRBInfo struct had to be 8 byte aligned for x64)
92 daniel-mar 15
 
74 daniel-mar 16
2016-07-01 (current version)
17
+ RecyclerRemoveItem() does now correctly delete directories.
18
 
19
2015-09-28
20
 
67 daniel-mar 21
+ Added support for Windows NT4:
22
  a) Allowing INFO(1) files in SID-based recycle bins
23
  b) Allowing to convert SIDs using NTDLL, if ADVAPI32 fails
12 daniel-mar 24
 
31 daniel-mar 25
2010-07-05
26
 
27
+ Made several changes to the source code
28
+ Vista/7 recycle bins and INFO/INFO2 recycle bins can be now both be found and listed (if you are using multiboot). The OS will not be checked.
29
+ Application doesn't crash at Windows Vista/7 when checking impossible disks like A:
30
+ Fully Windows 7 compatibility!
31
 
17 daniel-mar 32
2010-06-18
33
 
34
+ Added 3 group policy getters and modified the auto-determinate-getters
22 daniel-mar 35
+ Added RecyclerIsPossible
17 daniel-mar 36
 
12 daniel-mar 37
2010-06-16
38
 
39
+ Windows 95 compatibility
40
  API function call is now dynamic
41
 
42
2010-06-14
43
 
44
+ Windows 2003 Server Edition now supported.
45
  Uses now API functions for ShellState structure.