X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=NEWS;h=3dabd9e93dbac234cf8ea029b26baf325645df23;hb=2a8c3e471aef17b6841451d471a84b0937dcf8bf;hp=919adef0b640f3d9a7f08d49139f527c5b5a4983;hpb=52c9fc72267d99b8e4a6a2d86936b1e6ca654732;p=plocate diff --git a/NEWS b/NEWS index 919adef..3dabd9e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,24 @@ +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