[folks] Release version 0.7.0



commit 66c248254e5e602ff55edcfebaac0475aeddc469
Author: Philip Withnall <philip tecnocode co uk>
Date:   Tue Apr 17 13:27:37 2012 +0100

    Release version 0.7.0

 NEWS                                          |    6 ++++++
 backends/telepathy/lib/tpf-persona-store.vala |    2 +-
 configure.ac                                  |   12 ++++++------
 folks/individual-aggregator.vala              |    2 +-
 4 files changed, 14 insertions(+), 8 deletions(-)
---
diff --git a/NEWS b/NEWS
index a0031ec..45bb5d7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,15 @@
 Overview of changes from libfolks 0.6.9 to libfolks 0.7.0
 =========================================================
 
+Major changes:
+* Folks now uses the Connection.ContactList Telepathy spec. instead of the
+  deprecated Channel.ContactList. This means legacy Connection Managers
+  (notably telepathy-butterfly) are not supported any more .
+
 Bugs fixed:
 â Bug 658576 â Need API to get a FolksIndividual from his ID
 â Bug 671662 â Renamed alias of Facebook contact is not saved
+â Bug 630822 â Support Connection.Interface.ContactList API
 
 API changes:
 â Add IndividualAggregator.look_up_individual()
diff --git a/backends/telepathy/lib/tpf-persona-store.vala b/backends/telepathy/lib/tpf-persona-store.vala
index 80c2a8c..d43b1ac 100644
--- a/backends/telepathy/lib/tpf-persona-store.vala
+++ b/backends/telepathy/lib/tpf-persona-store.vala
@@ -36,7 +36,7 @@ extern const string BACKEND_NAME;
  * User must define contact features it wants on the #TpSimpleClientFactory of
  * the default #TpAccountManager returned by tp_account_manager_dup() *before*
  * preparing telepathy stores. Note that this is a behaviour change since
- * 0.UNRELEASED, folks won't force preparing any feature anymore.
+ * 0.7.0, folks won't force preparing any feature anymore.
  */
 public class Tpf.PersonaStore : Folks.PersonaStore
 {
diff --git a/configure.ac b/configure.ac
index 2f5cd0d..c2624d5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,19 +1,19 @@
 # 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], [6])
-m4_define([folks_micro_version], [8])
-m4_define([folks_nano_version], [1])
+m4_define([folks_minor_version], [7])
+m4_define([folks_micro_version], [0])
+m4_define([folks_nano_version], [0])
 
 # If library source has changed since last release, increment revision
 # If public symbols have been added, removed or changed since last release,
 #  increment current and set revision to 0
 # If public symbols have been added since last release, increment age
 # If public symbols have been removed since last release, set age to 0
-m4_define([folks_lt_current], [32])
+m4_define([folks_lt_current], [33])
 m4_define([folks_lt_revision], [0])
-m4_define([folks_lt_age], [7])
+m4_define([folks_lt_age], [8])
 
 # Display the nano_version only if it's not '0'
 m4_define([folks_base_version],
diff --git a/folks/individual-aggregator.vala b/folks/individual-aggregator.vala
index 1100a0c..fabca54 100644
--- a/folks/individual-aggregator.vala
+++ b/folks/individual-aggregator.vala
@@ -2031,7 +2031,7 @@ public class Folks.IndividualAggregator : Object
    * @return individual with `id`, or `null` if no such individual was found
    * @throws GLib.Error from { link IndividualAggregator.prepare}
    *
-   * @since UNRELEASED
+   * @since 0.7.0
    */
   public async Individual? look_up_individual (string id) throws GLib.Error
     {



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