]> git.sesse.net Git - plocate/commitdiff
Release plocate 1.1.9. 1.1.9
authorSteinar H. Gunderson <steinar+git@gunderson.no>
Wed, 18 Aug 2021 20:16:02 +0000 (22:16 +0200)
committerSteinar H. Gunderson <steinar+git@gunderson.no>
Wed, 18 Aug 2021 20:16:02 +0000 (22:16 +0200)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index 0a75d59a3688fdff6d66b8215d72dadcf90ce39f..0ff26870084aba5ce26ade0b4daf80c59f3ef5c3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+plocate 1.1.9, August 18th, 2021
+
+  - Support the -e (--existing) option from mlocate.
+
+  - Make it possible to set systemunitdir explicitly.
+    Based on a patch by Zbigniew JÄ™drzejewski-Szmek.
+
+
 plocate 1.1.8, June 12th, 2021
 
   - Various bugfixes.
index 16ff3ecdc86966c1c17702c9770ea588125fddf8..dc14eb1fa052bdb218c6c3262ebc8af81f0da0b0 100644 (file)
@@ -1,4 +1,4 @@
-project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.9-pre')
+project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.9')
 
 add_project_arguments('-DGROUPNAME="' + get_option('locategroup') + '"', language: 'cpp')
 add_project_arguments('-DUPDATEDB_CONF="/etc/updatedb.conf"', language: 'cpp')