]> git.sesse.net Git - plocate/blob - NEWS
Release plocate 1.0.3.
[plocate] / NEWS
1 plocate 1.0.3, October 15th, 2020
2
3   - Portability fixes; plocate will now compile and run on non-x86
4     architectures (although without SIMD optimizations). Note that
5     plocate.db is not portable across endians, but this shouldn't
6     be a big problem in practice.
7
8   - Filenames are now compressed using a shared zstd dictionary,
9     which makes plocate.db ~7% smaller, and linear scans ~20% faster.
10     This makes plocate-build ~20% slower, though, since it needs to
11     scan through mlocate.db in a special pre-pass to sample filenames
12     for the dictionary.
13
14     This changes the dictionary format (from version 0 to version 1),
15     but the new plocate can still read version 0 dictionaries,
16     so the transition should be seamless.
17
18   - Various bugfixes.
19
20
21 plocate 1.0.2, October 12th, 2020
22
23   - Various bugfixes.
24
25
26 plocate 1.0.1, October 11th, 2020
27
28   - Unbreak linear scanning (for very short patterns, or regexes).
29
30
31 plocate 1.0.0, October 11th, 2020
32
33   - Initial release.