]> git.sesse.net Git - plocate/commitdiff
Release plocate 1.1.20. 1.1.20
authorSteinar H. Gunderson <steinar+git@gunderson.no>
Sun, 31 Dec 2023 13:26:05 +0000 (14:26 +0100)
committerSteinar H. Gunderson <steinar+git@gunderson.no>
Sun, 31 Dec 2023 13:26:05 +0000 (14:26 +0100)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index 03bfceeac30907ce57068ac348a3cccbfd156ffd..bf23f9511cc82fed6ee195ca78d739938d9c3442 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+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
index c0cc924c5fe83653b5e530c22464c25f4320206f..70f3b896c100d79a0041ea8e6914a3c585fda7dd 100644 (file)
@@ -1,4 +1,4 @@
-project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.20-pre')
+project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.20')
 
 add_project_arguments('-DGROUPNAME="' + get_option('locategroup') + '"', language: 'cpp')
 add_project_arguments('-DUPDATEDB_CONF="/etc/updatedb.conf"', language: 'cpp')