[libgnome-games-support] Prepare 1.3.90



commit 229f78803affd7c58dd5fa119d99357ae207bb99
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Sun Feb 18 11:41:02 2018 -0600

    Prepare 1.3.90

 NEWS         |   13 +++++++++++++
 configure.ac |    2 +-
 2 files changed, 14 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index f9f315b..91c6b0f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+1.3.90 - February 18, 2018
+==========================
+
+- Fix Scores.Context.get_high_scores() returning unordered scores (#789399)
+- Ensure all public objects are usable when created with g_object_new():
+  - Expose Scores.DirectoryImporter.set_category_convert_func() and
+    Scores.HistoryFileImporter.set_history_convert_func(), which must be called
+    directly after object creation if created using g_object_new().
+  - Change several private fields of Scores.Context into public properties
+  - Expose Scores.Context.load_scores(), which must be called directly after
+    Context creation if created using g_object_new().
+- Build with --abi-stability (requires valac 0.40). Bump soname.
+
 1.2.3 - September 8, 2017
 =========================
 
diff --git a/configure.ac b/configure.ac
index 675e5f6..28bf529 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.69])
-AC_INIT([libgnome-games-support], [1.2.3], [https://bugzilla.gnome.org])
+AC_INIT([libgnome-games-support], [1.3.90], [https://bugzilla.gnome.org])
 
 dnl http://people.gnome.org/~walters/docs/build-api.txt
 dnl https://bugzilla.gnome.org/show_bug.cgi?id=751624


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