Subversion Repositories recyclebinunit

Rev

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

Rev 74 Rev 92
1
 
1
 
2
=== Changelog RecBinUnit v1 ===
2
=== Changelog RecBinUnit v1 ===
3
 
3
 
4
ATTENTION! This unit is not developed anymore.
4
ATTENTION! This unit is not developed anymore.
5
           Please use the new version RecBinUnit2.pas , which is Object-oriented.
5
           Please use the new version RecBinUnit2.pas , which is Object-oriented.
6
 
6
 
-
 
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
 
7
2016-07-01 (current version)
15
2016-07-01 (current version)
8
+ RecyclerRemoveItem() does now correctly delete directories.
16
+ RecyclerRemoveItem() does now correctly delete directories.
9
 
17
 
10
2015-09-28
18
2015-09-28
11
 
19
 
12
+ Added support for Windows NT4:
20
+ Added support for Windows NT4:
13
  a) Allowing INFO(1) files in SID-based recycle bins
21
  a) Allowing INFO(1) files in SID-based recycle bins
14
  b) Allowing to convert SIDs using NTDLL, if ADVAPI32 fails
22
  b) Allowing to convert SIDs using NTDLL, if ADVAPI32 fails
15
 
23
 
16
2010-07-05
24
2010-07-05
17
 
25
 
18
+ Made several changes to the source code
26
+ 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.
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.
20
+ Application doesn't crash at Windows Vista/7 when checking impossible disks like A:
28
+ Application doesn't crash at Windows Vista/7 when checking impossible disks like A:
21
+ Fully Windows 7 compatibility!
29
+ Fully Windows 7 compatibility!
22
 
30
 
23
2010-06-18
31
2010-06-18
24
 
32
 
25
+ Added 3 group policy getters and modified the auto-determinate-getters
33
+ Added 3 group policy getters and modified the auto-determinate-getters
26
+ Added RecyclerIsPossible
34
+ Added RecyclerIsPossible
27
 
35
 
28
2010-06-16
36
2010-06-16
29
 
37
 
30
+ Windows 95 compatibility
38
+ Windows 95 compatibility
31
  API function call is now dynamic
39
  API function call is now dynamic
32
 
40
 
33
2010-06-14
41
2010-06-14
34
 
42
 
35
+ Windows 2003 Server Edition now supported.
43
+ Windows 2003 Server Edition now supported.
36
  Uses now API functions for ShellState structure.
44
  Uses now API functions for ShellState structure.