[folks] Release version 0.10.0



commit b0b92946267b773ebb4913d253ad5fb76fb48bc6
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Fri Sep 12 17:31:00 2014 +0100

    Release version 0.10.0

 NEWS         |   13 +++++++++----
 configure.ac |   18 +++++++++---------
 2 files changed, 18 insertions(+), 13 deletions(-)
---
diff --git a/NEWS b/NEWS
index be7d78a..0432ba9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,13 +1,18 @@
-Overview of changes from libfolks 0.9.8 to libfolks 0.9.9
-=========================================================
+Overview of changes from libfolks 0.9.8 to libfolks 0.10.0
+==========================================================
 
 Dependencies:
+ • Folks can now be built against Tracker 0.18 and 1.0, rather than just 0.16
 
 Major changes:
+ • Remove useless use of the avatar cache in the EDS backend
+ • Listen for primary store changes from GSettings
 
 Bugs fixed:
-
-API changes:
+ • Bug 697695 — Avatar cache is not used
+ • Bug 731470 — IndividualAggregator doesn't listen on changes in primary-store
+   gsettings key
+ • Bug 728520 — folks cannot be build with tracker 1.0
 
 Overview of changes from libfolks 0.9.7.1 to libfolks 0.9.8
 ===========================================================
diff --git a/configure.ac b/configure.ac
index cfe67b4..b83d621 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,9 +1,9 @@
 # If not 1, append datestamp to the version number
-m4_define([folks_released], [0])
+m4_define([folks_released], [1])
 
 m4_define([folks_major_version], [0])
-m4_define([folks_minor_version], [9])
-m4_define([folks_micro_version], [9])
+m4_define([folks_minor_version], [10])
+m4_define([folks_micro_version], [0])
 m4_define([folks_nano_version], [0])
 
 # Core library LT version. When updating this, don't forget to bump the backend
@@ -25,7 +25,7 @@ m4_define([folks_nano_version], [0])
 # against a core with the same LT current number as itself. This allows the API
 # which is exposed to the modules to be changed.
 m4_define([folks_lt_current], [42])
-m4_define([folks_lt_revision], [1])
+m4_define([folks_lt_revision], [2])
 m4_define([folks_lt_age], [17])
 
 # Each of the backend libraries (e.g. libfolks-eds.so; *not* the loadable
@@ -34,23 +34,23 @@ m4_define([folks_lt_age], [17])
 # binary-dependent on libfolks.so), but should also be incremented when
 # incompatible changes are made in the backend library APIs themselves.
 m4_define([folks_eds_lt_current], [42])
-m4_define([folks_eds_lt_revision], [1])
+m4_define([folks_eds_lt_revision], [2])
 m4_define([folks_eds_lt_age], [17])
 
 m4_define([folks_libsocialweb_lt_current], [42])
-m4_define([folks_libsocialweb_lt_revision], [1])
+m4_define([folks_libsocialweb_lt_revision], [2])
 m4_define([folks_libsocialweb_lt_age], [17])
 
 m4_define([folks_telepathy_lt_current], [42])
-m4_define([folks_telepathy_lt_revision], [1])
+m4_define([folks_telepathy_lt_revision], [2])
 m4_define([folks_telepathy_lt_age], [17])
 
 m4_define([folks_tracker_lt_current], [42])
-m4_define([folks_tracker_lt_revision], [1])
+m4_define([folks_tracker_lt_revision], [2])
 m4_define([folks_tracker_lt_age], [17])
 
 m4_define([folks_dummy_lt_current], [42])
-m4_define([folks_dummy_lt_revision], [1])
+m4_define([folks_dummy_lt_revision], [2])
 m4_define([folks_dummy_lt_age], [17])
 
 # Display the nano_version only if it's not '0'


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