From: Steinar H. Gunderson Date: Sun, 31 Dec 2023 13:26:05 +0000 (+0100) Subject: Release plocate 1.1.20. X-Git-Tag: 1.1.20^0 X-Git-Url: https://git.sesse.net/?p=plocate;a=commitdiff_plain;h=64d41711c1da80e0d3d9a15d8ec5a0ef1b5a471f Release plocate 1.1.20. --- diff --git a/NEWS b/NEWS index 03bfcee..bf23f95 100644 --- 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 diff --git a/meson.build b/meson.build index c0cc924..70f3b89 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.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')