From: Steinar H. Gunderson Date: Sat, 5 Dec 2020 09:51:52 +0000 (+0100) Subject: Release plocate 1.1.1. X-Git-Tag: 1.1.1 X-Git-Url: https://git.sesse.net/?p=plocate;a=commitdiff_plain;h=refs%2Ftags%2F1.1.1 Release plocate 1.1.1. --- diff --git a/NEWS b/NEWS index 7bfe411..37efcc6 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +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 afe2027..2fcd7e0 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.0') +project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.1') add_project_arguments('-DGROUPNAME="' + get_option('locategroup') + '"', language: 'cpp') add_project_arguments('-DUPDATEDB_CONF="/etc/updatedb.conf"', language: 'cpp')