]> git.sesse.net Git - plocate/commitdiff
Release plocate 1.1.2. 1.1.2
authorSteinar H. Gunderson <steinar+git@gunderson.no>
Wed, 9 Dec 2020 23:40:03 +0000 (00:40 +0100)
committerSteinar H. Gunderson <steinar+git@gunderson.no>
Wed, 9 Dec 2020 23:40:03 +0000 (00:40 +0100)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index 37efcc6d438bd613342db5bcc51f6bc07c788d82..b1fa63ff5a22e647bb3c0bfe52a14039182e2250 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,14 @@
+plocate 1.1.2, December 10th, 2020
+
+  - Various bugfixes.
+
+
 plocate 1.1.1, December 5th, 2020
 
   - Fix an issue where the database could be built with the wrong
     check_visibility flag.
 
+
 plocate 1.1.0, December 2nd, 2020
 
   - Include a native updatedb, based on code and man pages from mlocate's
index a94ee6788df8466e58dd25c4f29039f5d2697539..534b782bef2ba4ba391f42861b3fddabaa1107b8 100644 (file)
@@ -1,4 +1,4 @@
-project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.1')
+project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.2')
 
 add_project_arguments('-DGROUPNAME="' + get_option('locategroup') + '"', language: 'cpp')
 add_project_arguments('-DUPDATEDB_CONF="/etc/updatedb.conf"', language: 'cpp')