-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChangeLog
74 lines (45 loc) · 1.9 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
2011-06-21 Ron Dilley <ron.dilley@uberadmin.com>
* Initial public release.
2011-06-24 Ron Dilley <ron.dilley@uberadmin.com>
* Added ability to detect deleted files in a single pass
* Added ability to pass multiple directories and diff between all
* Added more diff tests and included quick (-q) mode
2011-06-27 Ron Dilley <ron.dilley@uberadmin.com>
* Improved hashing function performance
* Added dynamic growth of hashes
2011-07-11 Ron Dilley <ron.dilley@uberadmin.com>
* Added hashing (-m) option
2011-07-17 Ron Dilley <ron.dilley@uberadmin.com>
* Ported to openBSD
* Ported to freeBSD
* Ported to Cygwin
* Enabled md5 hashing
2011-07-24 Ron Dilley <ron.dilley@uberadmin.com>
* Added support for writing data to file
* Added support for reading data from file
* Fixed several memory leaks
2011-10-21 Ron Dilley <ron.dilley@uberadmin.com>
* Refined file parser code
2015-09-05 Ron Dilley <ron.dilley@uberadmin.com>
* Refined file parser code
* Fixed MD5 code
* Added SHA256 support
* Normalized staring directories to simplify compairing separate directory trees
* Re-ported to FreeBSD and OpenBSD
2015-12-29 Ron Dilley <ron.dilley@uberadmin.com>
* Refined file parser code
* added atime change detection code
* added atime preservation option
2016-03-26 Ron Dilley <ron.dilley@uberadmin.com>
* Fixed parser bug (not handling \' properly in files) - tnx Tyler
2018-06-05 Ron Dilley <ron.dilley@uberadmin.com>
* Fixed hash off-by-one bug
2022-03-01 Ron Dilley <ron.dilley@uberadmin.com>
* Updated hash and parser code, more speed!
2022-03-04 Ron Dilley <ron.dilley@uberadmin.com>
* Multiple excludes on the command line or in a file
2022-03-14 Ron Dilley <ron.dilley@uberadmin.com>
* Minor documentation changes
* Porting for for openBSD 64bit
2024-10-02 Ron Dilley <ron.dilley@uberadmin.com>
* Added support for Tom Liston PINEAPPLE mode