From 64d41711c1da80e0d3d9a15d8ec5a0ef1b5a471f Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 31 Dec 2023 14:26:05 +0100 Subject: [PATCH] Release plocate 1.1.20. --- NEWS | 14 ++++++++++++++ meson.build | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) 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') -- 2.39.2