[gnome-online-accounts] Prepare 3.35.3



commit 1f224c2f311a412ffd9b8ce2813dbb984ba8394c
Author: Debarshi Ray <debarshir gnome org>
Date:   Sat Jan 4 23:00:50 2020 +0100

    Prepare 3.35.3

 NEWS         | 17 +++++++++++++++++
 configure.ac |  2 +-
 meson.build  |  2 +-
 3 files changed, 19 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 75cf3018..a555b319 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,23 @@
 Overview of changes in 3.35.1
 =============================
 
+* Remove Pocket (!18)
+
+* Bugs fixed:
+ !36 Drop the priv pointer from the GObject instance structures
+ !37 Port away from deprecated GLib API like g_memove and g_get_current_time
+ !39 webview: Port to JSCValue
+ !40 Use the G_DECLARE_* macros to reduce GObject boilerplate
+ #83 Add Exchange and Last.fm icons
+
+* Updated translations:
+ Galician
+ Russian
+
+
+Overview of changes in 3.35.1
+=============================
+
 * Bugs fixed:
  #8 icons: Unbreak providers without any visual identity
 
diff --git a/configure.ac b/configure.ac
index a967947f..373816b1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([goa_major_version], [3])
 m4_define([goa_minor_version], [35])
-m4_define([goa_micro_version], [1])
+m4_define([goa_micro_version], [3])
 m4_define([goa_nano_version], [0])
 
 m4_define([goa_base_version],
diff --git a/meson.build b/meson.build
index 9a2bbc9e..5543916d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'gnome-online-accounts', 'c',
-  version: '3.35.1',
+  version: '3.35.3',
   license: 'LGPL2+',
   default_options: 'buildtype=debugoptimized',
   meson_version: '>= 0.50.0'


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]