]> git.sesse.net Git - plocate/commitdiff
Release plocate 1.1.17. 1.1.17
authorSteinar H. Gunderson <steinar+git@gunderson.no>
Mon, 21 Nov 2022 17:26:34 +0000 (18:26 +0100)
committerSteinar H. Gunderson <steinar+git@gunderson.no>
Mon, 21 Nov 2022 17:26:34 +0000 (18:26 +0100)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index 5a7a3c037a5987fa02f00721abbd334d56bc2545..11d8767be19b49ec411bef188e3ef65b70039941 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+plocate 1.1.7, November 21st, 2022
+
+  - Return 1 if no matches were found. Patch by ClĂ©ment Pit-Claudel.
+
+  - Various portability patches, thanks to Maciej Adamczyk,
+    Alfred Persson Forsberg, and the Alpine Linux packaging.
+
+
 plocate 1.1.16, June 4th, 2022
 
   - Various bugfixes.
index faf42b16ac48118fc6264a4c2b2e2629cf18c576..e2856a7369a994020a965f98f7518ac69f997eac 100644 (file)
@@ -1,4 +1,4 @@
-project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.17-pre')
+project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.17')
 
 add_project_arguments('-DGROUPNAME="' + get_option('locategroup') + '"', language: 'cpp')
 add_project_arguments('-DUPDATEDB_CONF="/etc/updatedb.conf"', language: 'cpp')