summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS2
-rw-r--r--NEWS17
-rw-r--r--meson.build2
3 files changed, 20 insertions, 1 deletions
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 <ebassi@gnome.org>
+ Sabri Ünal <libreajans@gmail.com>
+ Victor Toso <victortoso@gnome.org>
+ Weijia Wang <9713184+wegank@users.noreply.github.com>
+ Zurab Kargareteli <zuraxt@gmail.com>
+
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',