From: Steinar H. Gunderson Date: Wed, 9 Dec 2020 23:40:03 +0000 (+0100) Subject: Release plocate 1.1.2. X-Git-Tag: 1.1.2^0 X-Git-Url: https://git.sesse.net/?p=plocate;a=commitdiff_plain;h=8a3af08ffbcb6b641bea2bb019df21e78d23ddfe Release plocate 1.1.2. --- diff --git a/NEWS b/NEWS index 37efcc6..b1fa63f 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,14 @@ +plocate 1.1.2, December 10th, 2020 + + - Various bugfixes. + + plocate 1.1.1, December 5th, 2020 - Fix an issue where the database could be built with the wrong check_visibility flag. + plocate 1.1.0, December 2nd, 2020 - Include a native updatedb, based on code and man pages from mlocate's diff --git a/meson.build b/meson.build index a94ee67..534b782 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.1') +project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.2') add_project_arguments('-DGROUPNAME="' + get_option('locategroup') + '"', language: 'cpp') add_project_arguments('-DUPDATEDB_CONF="/etc/updatedb.conf"', language: 'cpp')