]> git.sesse.net Git - plocate/commitdiff
Release plocate 1.1.12. 1.1.12
authorSteinar H. Gunderson <steinar+git@gunderson.no>
Tue, 5 Oct 2021 21:05:55 +0000 (23:05 +0200)
committerSteinar H. Gunderson <steinar+git@gunderson.no>
Tue, 5 Oct 2021 21:05:55 +0000 (23:05 +0200)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index 5c356877402640cfabf02c21610f476fd2bd86b0..9f2cc48588844694b500dcc35b9038b8be7ee73b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+plocate 1.1.12, October 5th, 2021
+
+  - Implement the -N/--literal option. This matches the GNU coreutils option
+    to turn off the automatic quoting of special characters when printing to
+    a tty.
+
+  - Various bugfixes, including from Arsen Arsenović.
+
 plocate 1.1.11, September 5th, 2021
 
   - Fix a crash with --existing if scanning all blocks
index 9fd6b267f3554dcdb78cdb4c149be5e1653df269..44146184b5e2f379aae597e96d0cee4c91fca8ae 100644 (file)
@@ -1,4 +1,4 @@
-project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.12-pre')
+project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.12')
 
 add_project_arguments('-DGROUPNAME="' + get_option('locategroup') + '"', language: 'cpp')
 add_project_arguments('-DUPDATEDB_CONF="/etc/updatedb.conf"', language: 'cpp')