[libgames-support] Prepare 0.2



commit a3e16ed3d8300322a2cb3e1382ae082e18ef8f1a
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sun Oct 25 15:55:34 2015 -0500

    Prepare 0.2

 NEWS         |   12 ++++++++++++
 configure.ac |    4 ++--
 2 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index a3056b2..5534cbd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+0.2 - October 25, 2015
+======================
+
+- API break: replace Context.get_best_n_scores with Context.get_high_scores. The
+  new function returns a non-nullable Gee.List (with possibly zero elements)
+  rather than a nullable GLib.List (which was never empty if non-null). The
+  soname has been bumped, but the pkg-config version remains the same. We
+  currently plan to adopt a stable API in February 2016, which will not break
+  unless the pkg-config version is changed.
+- Style checker should indicate no issues found if patch is clean (Sahil Sareen)
+- Updated translations
+
 0.1 - September 21, 2015
 ========================
 
diff --git a/configure.ac b/configure.ac
index f3fbc35..da87791 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.69])
-AC_INIT([libgames-support], [0.1], [https://bugzilla.gnome.org])
+AC_INIT([libgames-support], [0.2], [https://bugzilla.gnome.org])
 
 dnl http://people.gnome.org/~walters/docs/build-api.txt
 dnl https://bugzilla.gnome.org/show_bug.cgi?id=751624
@@ -15,7 +15,7 @@ dnl * If any interfaces have been removed or changed since the last public
 dnl   release, then set age to 0)
 dnl
 dnl http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
-AC_SUBST([LIBGAMES_SUPPORT_LT_VERSION], [0:0:0])
+AC_SUBST([LIBGAMES_SUPPORT_LT_VERSION], [1:0:0])
 
 dnl This one is easier. Increment it whenever you increment age.
 AC_SUBST([LIBGAMES_SUPPORT_API_VERSION], [1.0])


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