mirror of
http://git.sesse.net/plocate
synced 2025-10-06 03:12:40 +02:00
Release plocate 1.1.22.
This commit is contained in:
7
NEWS
7
NEWS
@@ -1,3 +1,10 @@
|
||||
plocate 1.1.22, January 12th, 2024
|
||||
|
||||
- Revert the updatedb change in 1.1.21 that did not open
|
||||
pruned paths; it broke pruning of paths that were not at the root
|
||||
(e.g. /foo/bar, as opposed to /foo). Reported by David Caldwell.
|
||||
|
||||
|
||||
plocate 1.1.21, January 6th, 2024
|
||||
|
||||
- Improve interactions between pruning and bind mount detection
|
||||
|
@@ -1,4 +1,4 @@
|
||||
project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.21-pre')
|
||||
project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.22')
|
||||
|
||||
add_project_arguments('-DGROUPNAME="' + get_option('locategroup') + '"', language: 'cpp')
|
||||
add_project_arguments('-DUPDATEDB_CONF="/etc/updatedb.conf"', language: 'cpp')
|
||||
|
Reference in New Issue
Block a user