]> git.sesse.net Git - plocate/commitdiff
Release plocate 1.1.7. 1.1.7
authorSteinar H. Gunderson <steinar+git@gunderson.no>
Wed, 7 Apr 2021 07:34:46 +0000 (09:34 +0200)
committerSteinar H. Gunderson <steinar+git@gunderson.no>
Wed, 7 Apr 2021 07:34:46 +0000 (09:34 +0200)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index 9a33169e27325f5b1f6afb48b470fcfca09cfb28..46ace18f52db88d7b43c343a2edf25e54886f8b0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+plocate 1.1.7, April 7th, 2021
+
+  - Correct randomization of updatedb systemd unit start time.
+    Patch by Vladimir Lomov.
+
+
 plocate 1.1.6, April 2nd, 2021
 
   - Support searching multiple plocate databases, including the LOCATE_PATH
index 89aa0e700c4f17a86df57b7498b459f6092558a3..161a57cb8749657142fb6829d52c65975d98b670 100644 (file)
@@ -1,4 +1,4 @@
-project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.7-pre')
+project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.7')
 
 add_project_arguments('-DGROUPNAME="' + get_option('locategroup') + '"', language: 'cpp')
 add_project_arguments('-DUPDATEDB_CONF="/etc/updatedb.conf"', language: 'cpp')