From ed791452324c10b392e725910e6d2034b54b6004 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 5 Sep 2021 00:50:01 +0200 Subject: [PATCH] Release plocate 1.1.11. --- NEWS | 7 +++++++ meson.build | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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') -- 2.39.2