From 923397361b36e95ddd57cff70ba7b0a8cb8d5e8c Mon Sep 17 00:00:00 2001 From: Victor Toso Date: Mon, 8 May 2023 14:31:45 +0200 Subject: Release 0.3.16 --- AUTHORS | 2 ++ NEWS | 17 +++++++++++++++++ meson.build | 2 +- 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 4662e17..eedcdbb 100644 --- a/AUTHORS +++ b/AUTHORS @@ -128,6 +128,7 @@ Reinout van Schouwen Rosen Penev Rūdolfs Mazurs Ryan Lortie +Sabri Ünal Samir Ribic Sam Thursfield Sebastian Keller @@ -145,6 +146,7 @@ veer Victor Ibragimov Víctor Manuel Jáquez Leal Victor Toso +Weijia Wang Wolfgang Stöggl Wylmer Wang Xabier Rodriguez Calvar diff --git a/NEWS b/NEWS index 949c2e4..d00a0e8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,20 @@ +NEW in 0.3.16 +============= + * !94 Fix usage of depcreated GSimpleAsyncResult + * !95 Build updates. Meson requirement is now 0.62. + * !96 Fix build on Darwin + + * Updated translations + * Turkish + * Georgian + + * Contributors to this release: + Emmanuele Bassi + Sabri Ünal + Victor Toso + Weijia Wang <9713184+wegank@users.noreply.github.com> + Zurab Kargareteli + NEW in 0.3.15 ============= * !88 Increase glib requirement to 2.66 so we can use GUri diff --git a/meson.build b/meson.build index c03e8a1..60b4f12 100644 --- a/meson.build +++ b/meson.build @@ -6,7 +6,7 @@ # Copyright (C) 2016 Igalia S.L. All rights reserved. project('grilo', 'c', - version: '0.3.15', + version: '0.3.16', default_options: [ 'buildtype=debugoptimized', 'c_std=gnu99', -- cgit v1.2.1