]> git.sesse.net Git - plocate/blob - NEWS
Release plocate 1.0.5.
[plocate] / NEWS
1 plocate 1.0.5, October 17th, 2020
2
3   - Implement the -b/--basename option.
4
5   - Various bugfixes.
6
7
8 plocate 1.0.4, October 16th, 2020
9
10   - Fix a bug where plocate.db would be evicted from the OS cache
11     (the behavior was only meant for benchmarking).
12
13   - On fallback linear scans, such as regexes or very short patterns,
14     use multithreading to speed up the search.
15
16
17 plocate 1.0.3, October 15th, 2020
18
19   - Portability fixes; plocate will now compile and run on non-x86
20     architectures (although without SIMD optimizations). Note that
21     plocate.db is not portable across endians, but this shouldn't
22     be a big problem in practice.
23
24   - Filenames are now compressed using a shared zstd dictionary,
25     which makes plocate.db ~7% smaller, and linear scans ~20% faster.
26     This makes plocate-build ~20% slower, though, since it needs to
27     scan through mlocate.db in a special pre-pass to sample filenames
28     for the dictionary.
29
30     This changes the dictionary format (from version 0 to version 1),
31     but the new plocate can still read version 0 dictionaries,
32     so the transition should be seamless.
33
34   - Various bugfixes.
35
36
37 plocate 1.0.2, October 12th, 2020
38
39   - Various bugfixes.
40
41
42 plocate 1.0.1, October 11th, 2020
43
44   - Unbreak linear scanning (for very short patterns, or regexes).
45
46
47 plocate 1.0.0, October 11th, 2020
48
49   - Initial release.