From 1df79f949d2395dc3caf8dd8ce0f8a470bee032c Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Fri, 2 Apr 2021 13:09:10 +0200 Subject: [PATCH] Release plocate 1.1.6. --- NEWS | 11 +++++++++++ meson.build | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a09da0a..9a33169 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +plocate 1.1.6, April 2nd, 2021 + + - Support searching multiple plocate databases, including the LOCATE_PATH + environment variable. See the plocate(1) man page for more information. + + - Fix an issue where updatedb would not recurse into directories on + certain filesystems, in particular the deprecated XFS V4. + + - Randomize updatedb systemd unit start time. Suggested by Calum McConnell. + + plocate 1.1.5, February 24th, 2021 - Various bugfixes. diff --git a/meson.build b/meson.build index 6713315..d442f24 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.6-pre') +project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.6') add_project_arguments('-DGROUPNAME="' + get_option('locategroup') + '"', language: 'cpp') add_project_arguments('-DUPDATEDB_CONF="/etc/updatedb.conf"', language: 'cpp') -- 2.39.2