]> git.sesse.net Git - plocate/commitdiff
Release plocate 1.1.14. 1.1.14
authorSteinar H. Gunderson <steinar+git@gunderson.no>
Mon, 27 Dec 2021 10:10:12 +0000 (11:10 +0100)
committerSteinar H. Gunderson <steinar+git@gunderson.no>
Mon, 27 Dec 2021 10:10:26 +0000 (11:10 +0100)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index 3dabd9e93dbac234cf8ea029b26baf325645df23..0a1dd4303310e5cda5571c4209f60d40b4994c4b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+plocate 1.1.14, December 27th, 2021
+
+  - Add an option --add-single-prunepath.
+    
+    This makes it possible to prune a path with spaces in the file name,
+    which was previously impossible.
+
+  - Documentation updates.
+
+
 plocate 1.1.13, November 6th, 2021
 
   - Various bugfixes.
index c18f42494dfec75f866aa893699a3d71d5629bb4..27cb54e3cb19015d655895cccec22740e4daa602 100644 (file)
@@ -1,4 +1,4 @@
-project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.14-pre')
+project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.14')
 
 add_project_arguments('-DGROUPNAME="' + get_option('locategroup') + '"', language: 'cpp')
 add_project_arguments('-DUPDATEDB_CONF="/etc/updatedb.conf"', language: 'cpp')