]> git.sesse.net Git - plocate/commitdiff
Release plocate 1.0.5. 1.0.5
authorSteinar H. Gunderson <steinar+git@gunderson.no>
Sat, 17 Oct 2020 09:39:54 +0000 (11:39 +0200)
committerSteinar H. Gunderson <steinar+git@gunderson.no>
Sat, 17 Oct 2020 09:39:54 +0000 (11:39 +0200)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index a7f3fbd1bfb57f389e075552589f89b8612a32ff..8dce626e56de8be98ac475719e7319abde8fff5b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+plocate 1.0.5, October 17th, 2020
+
+  - Implement the -b/--basename option.
+
+  - Various bugfixes.
+
+
 plocate 1.0.4, October 16th, 2020
 
   - Fix a bug where plocate.db would be evicted from the OS cache
index c976c028214e93934764b148e9e585f2a3c6bf9a..2e151f893a6dc6ecb3d5362411860a2c18b0350a 100644 (file)
@@ -1,4 +1,4 @@
-project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.0.5-pre')
+project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.0.5')
 
 # Make the version available as a #define.
 add_project_arguments('-DPLOCATE_VERSION="' + meson.project_version() + '"', language: 'cpp')