From: Steinar H. Gunderson Date: Wed, 7 Apr 2021 07:34:46 +0000 (+0200) Subject: Release plocate 1.1.7. X-Git-Tag: 1.1.7 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=refs%2Ftags%2F1.1.7;hp=4f01649b82aca67fe3f5bf0192cf25c6903282fa;p=plocate Release plocate 1.1.7. --- diff --git a/NEWS b/NEWS index 9a33169..46ace18 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +plocate 1.1.7, April 7th, 2021 + + - Correct randomization of updatedb systemd unit start time. + Patch by Vladimir Lomov. + + plocate 1.1.6, April 2nd, 2021 - Support searching multiple plocate databases, including the LOCATE_PATH diff --git a/meson.build b/meson.build index 89aa0e7..161a57c 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.7-pre') +project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.7') add_project_arguments('-DGROUPNAME="' + get_option('locategroup') + '"', language: 'cpp') add_project_arguments('-DUPDATEDB_CONF="/etc/updatedb.conf"', language: 'cpp')