]> git.sesse.net Git - plocate/commitdiff
Release plocate 1.1.19. 1.1.19
authorSteinar H. Gunderson <steinar+git@gunderson.no>
Fri, 9 Jun 2023 07:24:29 +0000 (09:24 +0200)
committerSteinar H. Gunderson <steinar+git@gunderson.no>
Fri, 9 Jun 2023 07:24:29 +0000 (09:24 +0200)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index 2812c2b3d9b454f82672c12953b1d8a0d1fa5576..03bfceeac30907ce57068ac348a3cccbfd156ffd 100644 (file)
--- 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.
index 69d49f12b956db8adef50f4b3112eabf5db91381..4145df0b460d25154cf1ad06a06cae830e9fdefe 100644 (file)
@@ -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')