From: Steinar H. Gunderson Date: Fri, 9 Jun 2023 07:24:29 +0000 (+0200) Subject: Release plocate 1.1.19. X-Git-Tag: 1.1.19^0 X-Git-Url: https://git.sesse.net/?p=plocate;a=commitdiff_plain;h=cbc153c5980fd790f4ab9fbcf8b5b9fb10f37e95 Release plocate 1.1.19. --- diff --git a/NEWS b/NEWS index 2812c2b..03bfcee 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +plocate 1.1.19, June 9th, 2023 + + - Various bugfixes; thanks to Tim Landscheidt, Nick Alcock + and sudhanshu goswami. In particular, this fixes a crash + with liburing 2.4. + + plocate 1.1.18, January 28th, 2023 - Support the --require-visibility flag in plocate-build. diff --git a/meson.build b/meson.build index 69d49f1..4145df0 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.19-pre') +project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.19') add_project_arguments('-DGROUPNAME="' + get_option('locategroup') + '"', language: 'cpp') add_project_arguments('-DUPDATEDB_CONF="/etc/updatedb.conf"', language: 'cpp')