From 814908a7d68b40774ec2b19b4dd01e0822aa2078 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 31 Oct 2020 23:04:39 +0100 Subject: [PATCH] Release plocate 1.0.7. --- NEWS | 10 ++++++++++ meson.build | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index d50c21f..357dd5a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +plocate 1.0.7, October 31st, 2020 + + - Fix an infinite loop when encountering invalid UTF-8 in file names. + Bug report and patch by Leah Neukirchen. + + - Typo fixes in man pages; patch by Leah Neukirchen. + + - Portability fixes. + + plocate 1.0.6, October 30th, 2020 - Escape unprintable characters, quotes, newlines and the likes diff --git a/meson.build b/meson.build index 0509532..040f1ee 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.7-pre') +project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.0.7') # Make the version available as a #define. add_project_arguments('-DPLOCATE_VERSION="' + meson.project_version() + '"', language: 'cpp') -- 2.39.2