[folks] Release version 0.11.4



commit 9d29ec2c5d6763b079f56940d5aaf4c13b0b3510
Author: Philip Withnall <withnall endlessm com>
Date:   Sun Jul 2 22:48:53 2017 +0100

    Release version 0.11.4
    
    Signed-off-by: Philip Withnall <withnall endlessm com>

 NEWS                              |   14 ++++++++++----
 backends/bluez/bluez-backend.vala |    4 ++--
 configure.ac                      |   14 +++++++-------
 3 files changed, 19 insertions(+), 13 deletions(-)
---
diff --git a/NEWS b/NEWS
index ee55734..5cf17c3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,13 +1,19 @@
 Overview of changes from libfolks 0.11.3 to libfolks 0.11.4
 ===========================================================
 
-Dependencies:
-
 Major changes:
+ • Various fixes for Vala compiler and VAPI changes in upstream projects
+ • Remove redundant locking
+ • Disable unknown BlueZ devices by default; BlueZ devices must now be explicitly
+   enabled via a configuration file before they will be queried for personas
+ • Fix build with latest versions of valadoc
 
 Bugs fixed:
-
-API changes:
+ • Bug 781485 — Fails to build tests after update to evolution-data-server 3.24.1
+ • Bug 720274 — Store state about enabled BlueZ persona stores
+ • Bug 778005 — locking issues reported by the ThreadSanitizer
+ • Bug 773011 — empathy aggregates many different individuals into a single
+   roster entry (Also spinning at 100% cpu for 20-60 seconds while it does it)
 
 
 Overview of changes from libfolks 0.11.2 to libfolks 0.11.3
diff --git a/backends/bluez/bluez-backend.vala b/backends/bluez/bluez-backend.vala
index cc0b20c..5d659ba 100644
--- a/backends/bluez/bluez-backend.vala
+++ b/backends/bluez/bluez-backend.vala
@@ -562,7 +562,7 @@ public class Folks.Backends.BlueZ.Backend : Folks.Backend
   /**
    * Save the list of enabled devices to a configuration file.
    *
-   * @since UNRELEASED
+   * @since 0.11.4
    */
   private async void _save_enabled_devices ()
     {
@@ -592,7 +592,7 @@ public class Folks.Backends.BlueZ.Backend : Folks.Backend
   /**
    * Load the list of enabled devices from a configuration file.
    *
-   * @since UNRELEASED
+   * @since 0.11.4
    */
   private async void _load_enabled_devices ()
     {
diff --git a/configure.ac b/configure.ac
index 0d2c49a..fc9894d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 # 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], [11])
@@ -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], [43])
-m4_define([folks_lt_revision], [3])
+m4_define([folks_lt_revision], [4])
 m4_define([folks_lt_age], [18])
 
 # Each of the backend libraries (e.g. libfolks-eds.so; *not* the loadable
@@ -34,23 +34,23 @@ m4_define([folks_lt_age], [18])
 # 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], [43])
-m4_define([folks_eds_lt_revision], [3])
+m4_define([folks_eds_lt_revision], [4])
 m4_define([folks_eds_lt_age], [18])
 
 m4_define([folks_libsocialweb_lt_current], [43])
-m4_define([folks_libsocialweb_lt_revision], [3])
+m4_define([folks_libsocialweb_lt_revision], [4])
 m4_define([folks_libsocialweb_lt_age], [18])
 
 m4_define([folks_telepathy_lt_current], [43])
-m4_define([folks_telepathy_lt_revision], [3])
+m4_define([folks_telepathy_lt_revision], [4])
 m4_define([folks_telepathy_lt_age], [18])
 
 m4_define([folks_tracker_lt_current], [43])
-m4_define([folks_tracker_lt_revision], [3])
+m4_define([folks_tracker_lt_revision], [4])
 m4_define([folks_tracker_lt_age], [18])
 
 m4_define([folks_dummy_lt_current], [43])
-m4_define([folks_dummy_lt_revision], [3])
+m4_define([folks_dummy_lt_revision], [4])
 m4_define([folks_dummy_lt_age], [18])
 
 # Display the nano_version only if it's not '0'


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