-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathChangeLog
More file actions
103 lines (58 loc) · 2.46 KB
/
ChangeLog
File metadata and controls
103 lines (58 loc) · 2.46 KB
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
2025-11-25 Christian Theune <ct@flyingcircus.io>
* Ignore missing files.
* Release 0.4.9
2020-12-16 Christian Kauhaus <kc@flyingcircus.io>
* Adapt to new permissions in /nix/var/nix/gcroots/per-user in NixOS
20.09.
* Silently ignore unknown file types like named pipes.
* Release 0.4.8
2020-06-10 Christian Kauhaus <kc@flyingcircus.io>
* Fix broken compile
* Release 0.4.5
2020-03-24 Christian Kauhaus <kc@flyingcircus.io>
* Behave correctly when invoked as setuid root binary
2019-03-28 Christian Kauhaus <kc@flyingcircus.io>
* Adapt GC_PREFIX to newer NixOS versions.
* Release 0.4.3
2018-09-07 Christian Kauhaus <kc@flyingcircus.io>
* Print summary and soft error count in one line to ease log parsing.
* Release 0.4.2
2018-06-26 Christian Kauhaus <kc@flyingcircus.io>
* Update dependencies
2018-05-22 Christian Kauhaus <kc@flyingcircus.io>
* Release 0.4.1
2018-01-05 Christian Kauhaus <kc@flyingcircus.io>
* Mention `--cache-limit` option in man page.
2017-11-21 Christian Kauhaus <kc@flyingcircus.io>
* Release 0.4.0
* Limit cache size via `-L` and abort after processing too many
inodes.
2017-11-07 Christian Kauhaus <kc@flyingcircus.io>
* Cache: Reduce memory usage by cropping ctime_nsec values to u8.
2017-09-28 Christian Kauhaus <kc@flyingcircus.io>
* Release 0.3.2
* Cache: Warn if trying to load a broken cache file, but don't abort.
* Docs: Add man page (#8).
2017-09-18 Christian Kauhaus <kc@flyingcircus.io>
* Release 0.3.1
* ZIP: Add warning while unpacking large ZIP archives.
* Release 0.3.0
* Change behaviour of --list: It doesn't register found references by
default anymore. Specify --list --register to get both (#11).
* Output: General improvements to make log files easier to read.
* Output: Skip progress messages when in --list mode.
* Cache: Don't change cache when in --list mode.
2017-08-30 kc@flyingcircus.io
* Release 0.2.0
* The cache is not stored as compressed messagepack file (#11).
* Decompress zipped files like Python eggs on the fly (#2).
* Clarify help message.
2017-08-25 Christian Kauhaus <kc@flyingcircus.io>
* Release 0.1.4
* Limit I/O load by sleeping a small amount between file accesses
(stuttering) (#10).
* Unpack compressed ZIP archives on the fly (#2).
* Never cross device boundaries (#3).
* Select/ignore file patterns via --include/--exclude command line
options, --exclude-from=IGNOREFILE or automagically by placing
patterns into ~/.userscan-ignore (#5).