From: Steinar H. Gunderson Date: Sat, 6 Nov 2021 17:18:05 +0000 (+0100) Subject: Release plocate 1.1.13. X-Git-Tag: 1.1.13^0 X-Git-Url: https://git.sesse.net/?p=plocate;a=commitdiff_plain;h=598e166c3f447ec3ed979cdd4fcf5801b07b15fe Release plocate 1.1.13. --- diff --git a/NEWS b/NEWS index 9f2cc48..3dabd9e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +plocate 1.1.13, November 6th, 2021 + + - Various bugfixes. + + plocate 1.1.12, October 5th, 2021 - Implement the -N/--literal option. This matches the GNU coreutils option @@ -6,6 +11,7 @@ plocate 1.1.12, October 5th, 2021 - Various bugfixes, including from Arsen Arsenović. + plocate 1.1.11, September 5th, 2021 - Fix a crash with --existing if scanning all blocks diff --git a/meson.build b/meson.build index 8a4beaf..1204252 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.13-pre') +project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.13') add_project_arguments('-DGROUPNAME="' + get_option('locategroup') + '"', language: 'cpp') add_project_arguments('-DUPDATEDB_CONF="/etc/updatedb.conf"', language: 'cpp')