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

diff --git a/NEWS b/NEWS
index 0ff26870084aba5ce26ade0b4daf80c59f3ef5c3..919adef0b640f3d9a7f08d49139f527c5b5a4983 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+plocate 1.1.10, August 23rd, 2021
+
+  - Various bugfixes, including from the Void Linux repository
+    and from Arsen Arsenović.
+
+
 plocate 1.1.9, August 18th, 2021
 
   - Support the -e (--existing) option from mlocate.
index c0fc531dce80a1f769c1cb20737f3d9e6fd78cc8..d468d297c3339669e0054a9875b67f01a164264c 100644 (file)
@@ -1,4 +1,4 @@
-project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.9')
+project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.10')
 
 add_project_arguments('-DGROUPNAME="' + get_option('locategroup') + '"', language: 'cpp')
 add_project_arguments('-DUPDATEDB_CONF="/etc/updatedb.conf"', language: 'cpp')