]> git.sesse.net Git - plocate/commitdiff
Release plocate 1.1.4. 1.1.4
authorSteinar H. Gunderson <steinar+git@gunderson.no>
Sun, 14 Feb 2021 09:56:16 +0000 (10:56 +0100)
committerSteinar H. Gunderson <steinar+git@gunderson.no>
Sun, 14 Feb 2021 09:56:16 +0000 (10:56 +0100)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index 0ccf4cfe80194880b7876f72c022ccd3f828cb10..b93e6cff08dcd7cff042b8b73fe348a27c168096 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+plocate 1.1.4, February 14th, 2021
+
+  - updatedb now uses ~15% less CPU time.
+
+  - Installs a file CACHEDIR.tag into /var/lib/plocate, to mark the directory
+    as autogenerated. Suggested by Marco d'Itri.
+
+  - Manpage fixes; patch by Jakub Wilk.
+
+
 plocate 1.1.3, December 19th, 2020
 
   - Various portability fixes.
index 78435640816730a3541c13f52c8cdcf50b911919..703f32f68160a2f868d87c31a8cdd20b3fabadb6 100644 (file)
@@ -1,4 +1,4 @@
-project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.4-pre')
+project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.4')
 
 add_project_arguments('-DGROUPNAME="' + get_option('locategroup') + '"', language: 'cpp')
 add_project_arguments('-DUPDATEDB_CONF="/etc/updatedb.conf"', language: 'cpp')