]> git.sesse.net Git - plocate/commitdiff
Release plocate 1.1.6. 1.1.6
authorSteinar H. Gunderson <steinar+git@gunderson.no>
Fri, 2 Apr 2021 11:09:10 +0000 (13:09 +0200)
committerSteinar H. Gunderson <steinar+git@gunderson.no>
Fri, 2 Apr 2021 11:13:47 +0000 (13:13 +0200)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index a09da0aebc6ffda1ec128c46a0ae9ac3e605650c..9a33169e27325f5b1f6afb48b470fcfca09cfb28 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+plocate 1.1.6, April 2nd, 2021
+
+  - Support searching multiple plocate databases, including the LOCATE_PATH
+    environment variable. See the plocate(1) man page for more information.
+
+  - Fix an issue where updatedb would not recurse into directories on
+    certain filesystems, in particular the deprecated XFS V4.
+
+  - Randomize updatedb systemd unit start time. Suggested by Calum McConnell.
+
+
 plocate 1.1.5, February 24th, 2021
 
   - Various bugfixes.
index 6713315f91e41ba29c6d69694fe92f86a043f48a..d442f248e026c1802096758c10e76b6b29db3087 100644 (file)
@@ -1,4 +1,4 @@
-project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.6-pre')
+project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.6')
 
 add_project_arguments('-DGROUPNAME="' + get_option('locategroup') + '"', language: 'cpp')
 add_project_arguments('-DUPDATEDB_CONF="/etc/updatedb.conf"', language: 'cpp')