From: Steinar H. Gunderson Date: Fri, 12 Jan 2024 15:18:01 +0000 (+0100) Subject: Release plocate 1.1.22. X-Git-Tag: 1.1.22^0 X-Git-Url: https://git.sesse.net/?p=plocate;a=commitdiff_plain;h=cc95fed7a22f464dc84950a47b26a24f70b0b216 Release plocate 1.1.22. --- diff --git a/NEWS b/NEWS index a7f0e25..fd58c53 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +plocate 1.1.22, January 12th, 2024 + + - Revert the updatedb change in 1.1.21 that did not open + pruned paths; it broke pruning of paths that were not at the root + (e.g. /foo/bar, as opposed to /foo). Reported by David Caldwell. + + plocate 1.1.21, January 6th, 2024 - Improve interactions between pruning and bind mount detection diff --git a/meson.build b/meson.build index 04764b6..b5a2e36 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.22') add_project_arguments('-DGROUPNAME="' + get_option('locategroup') + '"', language: 'cpp') add_project_arguments('-DUPDATEDB_CONF="/etc/updatedb.conf"', language: 'cpp')