From fd899225de35fa8fa9dcca1567e3d0168f01ee90 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Wed, 18 Aug 2021 22:16:02 +0200 Subject: [PATCH] Release plocate 1.1.9. --- NEWS | 8 ++++++++ meson.build | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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') -- 2.39.2