]> git.sesse.net Git - plocate/commitdiff
Release plocate 1.1.18. 1.1.18
authorSteinar H. Gunderson <steinar+git@gunderson.no>
Sat, 28 Jan 2023 20:45:19 +0000 (21:45 +0100)
committerSteinar H. Gunderson <steinar+git@gunderson.no>
Sat, 28 Jan 2023 20:45:19 +0000 (21:45 +0100)
NEWS
conf.cpp
meson.build

diff --git a/NEWS b/NEWS
index 11d8767be19b49ec411bef188e3ef65b70039941..2812c2b3d9b454f82672c12953b1d8a0d1fa5576 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,11 @@
-plocate 1.1.7, November 21st, 2022
+plocate 1.1.18, January 28th, 2023
+
+  - Support the --require-visibility flag in plocate-build.
+
+  - Various bugfixes.
+
+
+plocate 1.1.17, November 21st, 2022
 
   - Return 1 if no matches were found. Patch by ClĂ©ment Pit-Claudel.
 
index 60dd93f209df4f03749a067b097470ab76dac8df..3dd3abc3fa5a14c1d54179e6c4a8a8b50e3a0b7f 100644 (file)
--- a/conf.cpp
+++ b/conf.cpp
@@ -68,6 +68,10 @@ bool conf_verbose; /* = false; */
 /* Configuration representation for the database configuration block */
 string conf_block;
 
+/* Absolute (not necessarily canonical) path to the config file */
+string conf_configfile_str;
+const char *conf_configfile;
+
 int conf_block_size = 32;
 bool use_debug = false;
 
index aa24879134a0d5d49d90f5e8aae092447b66ff13..212b851496e6b5f913214d896516fcfad114302a 100644 (file)
@@ -1,4 +1,4 @@
-project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.18-pre')
+project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.18')
 
 add_project_arguments('-DGROUPNAME="' + get_option('locategroup') + '"', language: 'cpp')
 add_project_arguments('-DUPDATEDB_CONF="/etc/updatedb.conf"', language: 'cpp')