From: Steinar H. Gunderson Date: Mon, 23 Aug 2021 20:02:36 +0000 (+0200) Subject: Release plocate 1.1.10. X-Git-Tag: 1.1.10 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=refs%2Ftags%2F1.1.10;p=plocate Release plocate 1.1.10. --- diff --git a/NEWS b/NEWS index 0ff2687..919adef 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +plocate 1.1.10, August 23rd, 2021 + + - Various bugfixes, including from the Void Linux repository + and from Arsen Arsenović. + + plocate 1.1.9, August 18th, 2021 - Support the -e (--existing) option from mlocate. diff --git a/meson.build b/meson.build index c0fc531..d468d29 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') +project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.10') add_project_arguments('-DGROUPNAME="' + get_option('locategroup') + '"', language: 'cpp') add_project_arguments('-DUPDATEDB_CONF="/etc/updatedb.conf"', language: 'cpp')