From 68420d367afbc324f77f950b0f9e1ff4298cb050 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Fri, 30 Oct 2020 00:06:10 +0100 Subject: [PATCH] Release plocate 1.0.6. --- NEWS | 13 +++++++++++++ meson.build | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 8dce626..d50c21f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +plocate 1.0.6, October 30th, 2020 + + - Escape unprintable characters, quotes, newlines and the likes + when outputting file names to a terminal, similar to GNU ls. + This is to reduce the security impact of malicious filenames + (e.g. containing color or more nefarious escape codes). + It is not active when using -0, or when piping to another program. + + - Support building databases from plaintext files (plocate-build -p). + + - Portability fixes. + + plocate 1.0.5, October 17th, 2020 - Implement the -b/--basename option. diff --git a/meson.build b/meson.build index e563260..081da3a 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.0.6-pre') +project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.0.6') # Make the version available as a #define. add_project_arguments('-DPLOCATE_VERSION="' + meson.project_version() + '"', language: 'cpp') -- 2.39.2