Subversion Repositories recyclebinunit

Rev

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