]> git.sesse.net Git - plocate/commitdiff
Release plocate 1.1.22. master 1.1.22
authorSteinar H. Gunderson <steinar+git@gunderson.no>
Fri, 12 Jan 2024 15:18:01 +0000 (16:18 +0100)
committerSteinar H. Gunderson <steinar+git@gunderson.no>
Fri, 12 Jan 2024 15:18:01 +0000 (16:18 +0100)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index a7f0e25f9abc21d0f99b6973f1b50f747c6f9e60..fd58c5369b8a03dd09fd80d7ea6bf7c9848450d3 100644 (file)
--- 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
index 04764b62d8fec846a253b1df6089d44d004d2781..b5a2e362ee89fbfbdddb89240ae284140447574d 100644 (file)
@@ -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')