Subversion Repositories recyclebinunit

Rev

Rev 74 | Go to most recent revision | 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
14
 
74 daniel-mar 15
2016-07-01 (current version)
16
+ RecyclerRemoveItem() does now correctly delete directories.
17
 
18
2015-09-28
19
 
67 daniel-mar 20
+ Added support for Windows NT4:
21
  a) Allowing INFO(1) files in SID-based recycle bins
22
  b) Allowing to convert SIDs using NTDLL, if ADVAPI32 fails
12 daniel-mar 23
 
31 daniel-mar 24
2010-07-05
25
 
26
+ Made several changes to the source code
27
+ 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.
28
+ Application doesn't crash at Windows Vista/7 when checking impossible disks like A:
29
+ Fully Windows 7 compatibility!
30
 
17 daniel-mar 31
2010-06-18
32
 
33
+ Added 3 group policy getters and modified the auto-determinate-getters
22 daniel-mar 34
+ Added RecyclerIsPossible
17 daniel-mar 35
 
12 daniel-mar 36
2010-06-16
37
 
38
+ Windows 95 compatibility
39
  API function call is now dynamic
40
 
41
2010-06-14
42
 
43
+ Windows 2003 Server Edition now supported.
44
  Uses now API functions for ShellState structure.