]> git.sesse.net Git - plocate/commitdiff
Release plocate 1.0.7. 1.0.7
authorSteinar H. Gunderson <steinar+git@gunderson.no>
Sat, 31 Oct 2020 22:04:39 +0000 (23:04 +0100)
committerSteinar H. Gunderson <steinar+git@gunderson.no>
Sat, 31 Oct 2020 22:04:39 +0000 (23:04 +0100)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index d50c21f74c4ea967ce3576cfccb2495d185f5ff9..357dd5a4ec77c56751c1959f7523b7ca8fe79c68 100644 (file)
--- 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
index 05095329fa31d000b03eccbca18139192b6e3b8e..040f1eefb3bd79759efc182fc40476095a46aee6 100644 (file)
@@ -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')