From: Steinar H. Gunderson Date: Wed, 18 Aug 2021 20:16:02 +0000 (+0200) Subject: Release plocate 1.1.9. X-Git-Tag: 1.1.9^0 X-Git-Url: https://git.sesse.net/?p=plocate;a=commitdiff_plain;h=fd899225de35fa8fa9dcca1567e3d0168f01ee90 Release plocate 1.1.9. --- diff --git a/NEWS b/NEWS index 0a75d59..0ff2687 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +plocate 1.1.9, August 18th, 2021 + + - Support the -e (--existing) option from mlocate. + + - Make it possible to set systemunitdir explicitly. + Based on a patch by Zbigniew Jędrzejewski-Szmek. + + plocate 1.1.8, June 12th, 2021 - Various bugfixes. diff --git a/meson.build b/meson.build index 16ff3ec..dc14eb1 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.9-pre') +project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.9') add_project_arguments('-DGROUPNAME="' + get_option('locategroup') + '"', language: 'cpp') add_project_arguments('-DUPDATEDB_CONF="/etc/updatedb.conf"', language: 'cpp')