From 44ce04acb27d8e0551e3e1b0783ef44c384c4b28 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Tue, 5 Oct 2021 23:05:55 +0200 Subject: [PATCH] Release plocate 1.1.12. --- NEWS | 8 ++++++++ meson.build | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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') -- 2.39.2