]> git.sesse.net Git - plocate/commitdiff
Release plocate 1.1.1. 1.1.1
authorSteinar H. Gunderson <steinar+git@gunderson.no>
Sat, 5 Dec 2020 09:51:52 +0000 (10:51 +0100)
committerSteinar H. Gunderson <steinar+git@gunderson.no>
Sat, 5 Dec 2020 09:51:52 +0000 (10:51 +0100)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index 7bfe41182bfafb04b03038df59d2290a9f519da0..37efcc6d438bd613342db5bcc51f6bc07c788d82 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+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 afe2027a4fd3dd38047e36be7497f0229ff02221..2fcd7e0489acb8ffa9875040257e3e049bcd28c0 100644 (file)
@@ -1,4 +1,4 @@
-project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.0')
+project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.1')
 
 add_project_arguments('-DGROUPNAME="' + get_option('locategroup') + '"', language: 'cpp')
 add_project_arguments('-DUPDATEDB_CONF="/etc/updatedb.conf"', language: 'cpp')