X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=NEWS;h=8b46094bab86bbcbb4323109eeeef8f43eb36993;hb=023f710d01d1a06582f1b73450442560cbf96d11;hp=919adef0b640f3d9a7f08d49139f527c5b5a4983;hpb=52c9fc72267d99b8e4a6a2d86936b1e6ca654732;p=plocate diff --git a/NEWS b/NEWS index 919adef..8b46094 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,39 @@ +plocate 1.1.15, January 31st, 2022 + + - Various bugfixes. + + +plocate 1.1.14, December 27th, 2021 + + - Add an option --add-single-prunepath. + + This makes it possible to prune a path with spaces in the file name, + which was previously impossible. + + - Documentation updates. + + +plocate 1.1.13, November 6th, 2021 + + - Various bugfixes. + + +plocate 1.1.12, October 5th, 2021 + + - Implement the -N/--literal option. This matches the GNU coreutils option + to turn off the automatic quoting of special characters when printing to + a tty. + + - Various bugfixes, including from Arsen Arsenović. + + +plocate 1.1.11, September 5th, 2021 + + - Fix a crash with --existing if scanning all blocks + (ie., very short patterns, or --regex), by turning off + asynchronous stat() in this case. Reported by Michael Arndt. + + plocate 1.1.10, August 23rd, 2021 - Various bugfixes, including from the Void Linux repository