]> git.sesse.net Git - plocate/commitdiff
Release plocate 1.1.21. 1.1.21
authorSteinar H. Gunderson <steinar+git@gunderson.no>
Sat, 6 Jan 2024 16:03:10 +0000 (17:03 +0100)
committerSteinar H. Gunderson <steinar+git@gunderson.no>
Sat, 6 Jan 2024 16:03:10 +0000 (17:03 +0100)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index bf23f9511cc82fed6ee195ca78d739938d9c3442..a7f0e25f9abc21d0f99b6973f1b50f747c6f9e60 100644 (file)
--- 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.
index 04764b62d8fec846a253b1df6089d44d004d2781..ff871b108562d52b301d29f19dbddc55fc76c747 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.21')
 
 add_project_arguments('-DGROUPNAME="' + get_option('locategroup') + '"', language: 'cpp')
 add_project_arguments('-DUPDATEDB_CONF="/etc/updatedb.conf"', language: 'cpp')