From: Steinar H. Gunderson Date: Wed, 24 Feb 2021 18:14:11 +0000 (+0100) Subject: Release plocate 1.1.5. X-Git-Tag: 1.1.5^0 X-Git-Url: https://git.sesse.net/?p=plocate;a=commitdiff_plain;h=10a0c6721271d18b068b8328b16875aacbad0a84 Release plocate 1.1.5. --- diff --git a/NEWS b/NEWS index b93e6cf..a09da0a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +plocate 1.1.5, February 24th, 2021 + + - Various bugfixes. + + plocate 1.1.4, February 14th, 2021 - updatedb now uses ~15% less CPU time. diff --git a/meson.build b/meson.build index 74f85a9..36e74cd 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.5-pre') +project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.5') add_project_arguments('-DGROUPNAME="' + get_option('locategroup') + '"', language: 'cpp') add_project_arguments('-DUPDATEDB_CONF="/etc/updatedb.conf"', language: 'cpp')