[folks] Release version 0.6.8
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks] Release version 0.6.8
- Date: Mon, 26 Mar 2012 22:27:58 +0000 (UTC)
commit b82a52126451c1fa72a22d331d565db238dd1271
Author: Philip Withnall <philip tecnocode co uk>
Date: Mon Mar 26 23:20:32 2012 +0100
Release version 0.6.8
NEWS | 14 ++++++++++++++
configure.ac | 10 +++++-----
folks/potential-match.vala | 2 +-
3 files changed, 20 insertions(+), 6 deletions(-)
---
diff --git a/NEWS b/NEWS
index b5a6bdd..8bdc66c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,15 @@
Overview of changes from libfolks 0.6.7 to libfolks 0.6.8
=============================================================
+
+Major changes:
+* FOLKS_DEBUG has been removed in favour of G_MESSAGES_DEBUG (and the bug where
+ folks would set G_MESSAGES_DEBUG for any process linked to it has been fixed)
+* A --disable-fatal-warnings configure flag has been added for non-developers
+* Update favourite status of EDS contacts with membership of the âStarred in
+ Androidâ Google Contacts group
+* Improvements to linking suggestions (potential matches)
+* Improvements to folks-inspect to make it a good command line citizen
+
Bugs fixed:
* Bug 670191 â IndividualAggregator::is-quiescent is never set to TRUE
* Bug 670523 â persona.vala:153:folks_persona_get_individual:
@@ -16,6 +26,10 @@ Bugs fixed:
* Bug 670872 â Should be less sensitive to accentuated chars
* Bug 669984 â Does not notify when contacts are added to groups
* Bug 660235 â Consistent signal handlers to a terminal would be cool
+* Bug 671499 â Don't set G_MESSAGES_DEBUG unconditionally
+
+API changes:
+* Add MatchResult.NONE enum member
Overview of changes from libfolks 0.6.6 to libfolks 0.6.7
=============================================================
diff --git a/configure.ac b/configure.ac
index 515ab34..af964ca 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], [7])
-m4_define([folks_nano_version], [1])
+m4_define([folks_micro_version], [8])
+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], [31])
+m4_define([folks_lt_current], [32])
m4_define([folks_lt_revision], [0])
-m4_define([folks_lt_age], [6])
+m4_define([folks_lt_age], [7])
# Display the nano_version only if it's not '0'
m4_define([folks_base_version],
diff --git a/folks/potential-match.vala b/folks/potential-match.vala
index 5b53ea9..b8c4f42 100644
--- a/folks/potential-match.vala
+++ b/folks/potential-match.vala
@@ -36,7 +36,7 @@ public enum Folks.MatchResult
* such as when one of them has a { link Individual.trust_level} of
* { link TrustLevel.NONE}.
*
- * @since UNRELEASED
+ * @since 0.6.8
*/
NONE = -1,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]