[gnome-online-accounts] Prepare 3.39.92



commit 7734854f36adceb018c9e00e64e8bcbf9e2f9767
Author: Debarshi Ray <debarshir gnome org>
Date:   Tue Mar 16 00:04:54 2021 +0100

    Prepare 3.39.92
    
    GNOME Online Accounts still uses the old versioning scheme because the
    minor and micro versions are exposed as integers in the public API due
    to goa_check_version and GOA_CHECK_VERSION.

 NEWS         | 17 +++++++++++++++--
 configure.ac |  2 +-
 meson.build  |  2 +-
 3 files changed, 17 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 18b28ad4..be86da90 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,18 @@
-Overview of changes in 3.39.1
-=============================
+Overview of changes in 3.39.92
+==============================
+
+* Last.fm is enabled by default (#134)
+
+* Bugs fixed:
+  #76 web-extension-main: Remove unnecessary and unused entry point
+  #92 kerberos-identity: Handle information-only prompts when signing in
+ #139 client: Mention that goa_client_get_manager might return NULL
+
+* Updated translations:
+ Catalan
+ Galician
+ Norwegian bokmål
+ Punjabi
 
 
 Overview of changes in 3.38.0
diff --git a/configure.ac b/configure.ac
index 11862b5e..dff45b4e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([goa_major_version], [3])
 m4_define([goa_minor_version], [39])
-m4_define([goa_micro_version], [1])
+m4_define([goa_micro_version], [92])
 m4_define([goa_nano_version], [0])
 
 m4_define([goa_base_version],
diff --git a/meson.build b/meson.build
index c3d54c8f..9b78be73 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'gnome-online-accounts', 'c',
-  version: '3.39.1',
+  version: '3.39.92',
   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]