]> git.sesse.net Git - plocate/blobdiff - NEWS
Release plocate 1.1.22.
[plocate] / NEWS
diff --git a/NEWS b/NEWS
index 03bfceeac30907ce57068ac348a3cccbfd156ffd..fd58c5369b8a03dd09fd80d7ea6bf7c9848450d3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+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
+    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.
+    Patch by Grisha Levit.
+
+  - Make the systemd timer run more consistently during the
+    night. Patch by Florian Schmaus.
+
+  - Add an (undocumented) flag --ignore-visibility to plocate,
+    giving the equivalent of building the database with
+    --require-visibility no. Drops setgid, of course, so you
+    will usually need to be root to use it.
+
+
 plocate 1.1.19, June 9th, 2023
 
   - Various bugfixes; thanks to Tim Landscheidt, Nick Alcock