summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Toso <victortoso@gnome.org>2023-04-03 11:39:37 +0200
committerVictor Toso <victortoso@gnome.org>2023-04-03 11:39:37 +0200
commitdff5616464b8e46f58b84a67cc945f3a6c72dd73 (patch)
tree2f0e7696b795dee7efb77191af427c9788b3f23f
parent636025c30aeb3f222fa69aa50e53eb902ca39cf6 (diff)
downloadgrilo-plugins-dff5616464b8e46f58b84a67cc945f3a6c72dd73.tar.gz
Release 0.3.16grilo-plugins-0.3.16
-rw-r--r--AUTHORS2
-rw-r--r--NEWS21
-rw-r--r--meson.build2
3 files changed, 24 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 4393006..c2770d2 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -103,6 +103,7 @@ Jussi Kukkonen
Justin van Steijn
Kenneth Nielsen
Kjartan Maraas
+Krifa75
Kristjan SCHMIDT
Kukuh Syafaat
Lionel Landwerlin
@@ -150,6 +151,7 @@ Rafael Fonseca
Rafael Fontenelle
Ross Burton
Rūdolfs Mazurs
+Sabri Ünal
Saiful B. Khan
Sam Thursfield
Samir Ribic
diff --git a/NEWS b/NEWS
index 5d2057a..37ba964 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+NEW in grilo-plugins-0.3.16
+===========================
+ * !132 tracker3: update fts query
+ * !133 dmap: enable with libsoup3 supported libdmapsharing-4.0
+ * !131 lua-factory: add support to 5.4
+ * !128 !129 !135 build: libsoup3 related fixes
+ * !127 flickr: remove GOA support
+ * !126 tmdb: without config, fix single request
+
+ * Updated translations
+ * Turkish
+
+ * Contributors to this release
+ Bastien Nocera <hadess@hadess.net>
+ Emmanuele Bassi <ebassi@gnome.org>
+ Krifa75 <yahiaoui.fakhri@gmail.com>
+ Michael Catanzaro <mcatanzaro@gnome.org>
+ Sabri Ünal <libreajans@gmail.com>
+ Victor Toso <victortoso@gnome.org>
+ W. Michael Petullo <mike@flyn.org>
+
NEW in grilo-plugins-0.3.15
===========================
* !120 Detect libsoup version from grl-net and adds support to libsoup3
diff --git a/meson.build b/meson.build
index f27eadc..fca5f98 100644
--- a/meson.build
+++ b/meson.build
@@ -6,7 +6,7 @@
# Copyright (C) 2016 Igalia S.L. All rights reserved.
project('grilo-plugins', 'c',
- version: '0.3.15',
+ version: '0.3.16',
default_options: [
'buildtype=debugoptimized',
'c_std=gnu99',