From: Steinar H. Gunderson Date: Sat, 6 Jan 2024 16:03:10 +0000 (+0100) Subject: Release plocate 1.1.21. X-Git-Tag: 1.1.21^0 X-Git-Url: https://git.sesse.net/?p=plocate;a=commitdiff_plain;h=59e63cbf6b038178bd11a7c705a583ff74db966c Release plocate 1.1.21. --- diff --git a/NEWS b/NEWS index bf23f95..a7f0e25 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +plocate 1.1.21, January 6th, 2024 + + - Improve interactions between pruning and bind mount detection + logic. + + - Pruned paths are now not opened, which can be useful in certain + cases. Note that this does not (yet) apply to filesystems that + are pruned due to type and not due to paths; they are still opened + and then immediately closed again. + + plocate 1.1.20, December 31st, 2023 - Fix updatedb writing incomplete .db files under Termux. diff --git a/meson.build b/meson.build index 04764b6..ff871b1 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.21-pre') +project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.21') add_project_arguments('-DGROUPNAME="' + get_option('locategroup') + '"', language: 'cpp') add_project_arguments('-DUPDATEDB_CONF="/etc/updatedb.conf"', language: 'cpp')