1
1
mirror of http://git.sesse.net/plocate synced 2025-10-05 23:42:49 +02:00

Release plocate 1.1.23.

This commit is contained in:
Steinar H. Gunderson
2024-11-24 23:14:30 +01:00
parent d7a9d84a65
commit fd7e1f0a1a
2 changed files with 8 additions and 1 deletions

7
NEWS
View File

@@ -1,3 +1,10 @@
plocate 1.1.23, November 24th, 2024
- Various improvements, in particular to the systemd unit file.
Patches by Ondrej Mosnáček, Michal Sekletar, Petasus Ruber
and Lucas Werkmeister.
plocate 1.1.22, January 12th, 2024
- Revert the updatedb change in 1.1.21 that did not open

View File

@@ -1,4 +1,4 @@
project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.23-pre')
project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.23')
add_project_arguments('-DGROUPNAME="' + get_option('locategroup') + '"', language: 'cpp')
add_project_arguments('-DUPDATEDB_CONF="/etc/updatedb.conf"', language: 'cpp')