]> git.sesse.net Git - plocate/commitdiff
Release plocate 1.1.11. 1.1.11
authorSteinar H. Gunderson <steinar+git@gunderson.no>
Sat, 4 Sep 2021 22:50:01 +0000 (00:50 +0200)
committerSteinar H. Gunderson <steinar+git@gunderson.no>
Sat, 4 Sep 2021 22:50:01 +0000 (00:50 +0200)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index 919adef0b640f3d9a7f08d49139f527c5b5a4983..5c356877402640cfabf02c21610f476fd2bd86b0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+plocate 1.1.11, September 5th, 2021
+
+  - Fix a crash with --existing if scanning all blocks
+    (ie., very short patterns, or --regex), by turning off
+    asynchronous stat() in this case. Reported by Michael Arndt.
+
+
 plocate 1.1.10, August 23rd, 2021
 
   - Various bugfixes, including from the Void Linux repository
index 6fb0f74be6331dee04c81318c99b9a87ffd5ead4..dcd9e5196aa6516ebf4b05df1eaf2734f9c00127 100644 (file)
@@ -1,4 +1,4 @@
-project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.11-pre')
+project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.11')
 
 add_project_arguments('-DGROUPNAME="' + get_option('locategroup') + '"', language: 'cpp')
 add_project_arguments('-DUPDATEDB_CONF="/etc/updatedb.conf"', language: 'cpp')