From: Steinar H. Gunderson Date: Mon, 27 Dec 2021 10:10:12 +0000 (+0100) Subject: Release plocate 1.1.14. X-Git-Tag: 1.1.14^0 X-Git-Url: https://git.sesse.net/?p=plocate;a=commitdiff_plain;h=75e758e8f6c4202083de1670464c05019f1c205a Release plocate 1.1.14. --- diff --git a/NEWS b/NEWS index 3dabd9e..0a1dd43 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +plocate 1.1.14, December 27th, 2021 + + - Add an option --add-single-prunepath. + + This makes it possible to prune a path with spaces in the file name, + which was previously impossible. + + - Documentation updates. + + plocate 1.1.13, November 6th, 2021 - Various bugfixes. diff --git a/meson.build b/meson.build index c18f424..27cb54e 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.14-pre') +project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.14') add_project_arguments('-DGROUPNAME="' + get_option('locategroup') + '"', language: 'cpp') add_project_arguments('-DUPDATEDB_CONF="/etc/updatedb.conf"', language: 'cpp')