From: Steinar H. Gunderson Date: Tue, 5 Oct 2021 21:05:55 +0000 (+0200) Subject: Release plocate 1.1.12. X-Git-Tag: 1.1.12 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=refs%2Ftags%2F1.1.12;p=plocate Release plocate 1.1.12. --- diff --git a/NEWS b/NEWS index 5c35687..9f2cc48 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +plocate 1.1.12, October 5th, 2021 + + - Implement the -N/--literal option. This matches the GNU coreutils option + to turn off the automatic quoting of special characters when printing to + a tty. + + - 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 9fd6b26..4414618 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.12-pre') +project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.12') add_project_arguments('-DGROUPNAME="' + get_option('locategroup') + '"', language: 'cpp') add_project_arguments('-DUPDATEDB_CONF="/etc/updatedb.conf"', language: 'cpp')