From: Steinar H. Gunderson Date: Sat, 4 Sep 2021 22:50:01 +0000 (+0200) Subject: Release plocate 1.1.11. X-Git-Tag: 1.1.11^0 X-Git-Url: https://git.sesse.net/?p=plocate;a=commitdiff_plain;h=ed791452324c10b392e725910e6d2034b54b6004 Release plocate 1.1.11. --- diff --git a/NEWS b/NEWS index 919adef..5c35687 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +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 diff --git a/meson.build b/meson.build index 6fb0f74..dcd9e51 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.11-pre') +project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.11') add_project_arguments('-DGROUPNAME="' + get_option('locategroup') + '"', language: 'cpp') add_project_arguments('-DUPDATEDB_CONF="/etc/updatedb.conf"', language: 'cpp')