From: Steinar H. Gunderson Date: Sat, 31 Oct 2020 22:04:39 +0000 (+0100) Subject: Release plocate 1.0.7. X-Git-Tag: 1.0.7^0 X-Git-Url: https://git.sesse.net/?p=plocate;a=commitdiff_plain;h=814908a7d68b40774ec2b19b4dd01e0822aa2078 Release plocate 1.0.7. --- 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')