[folks] Release version 0.3.5
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks] Release version 0.3.5
- Date: Mon, 14 Feb 2011 22:58:49 +0000 (UTC)
commit 2c568353de38e2cb17842a47851f0042e31af6b3
Author: Philip Withnall <philip withnall collabora co uk>
Date: Mon Feb 14 22:58:25 2011 +0000
Release version 0.3.5
NEWS | 12 ++++++++++++
configure.ac | 8 ++++----
2 files changed, 16 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 035a0c5..c6e7093 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,18 @@
Overview of changes from libfolks 0.3.4 to libfolks 0.3.5
=========================================================
+Major changes:
+* Various API breaks and improvements, especially in the IndividualAggregator
+* Add various new interfaces: NameOwner, FieldDetails, Urlable, GenderOwner,
+ Phoneable and Emailable
+
API changes:
+* Add NameOwner interface
+* Add FieldDetails interface
+* Add Urlable interface
+* Add GenderOwner interface
+* Add Phoneable interface
+* Add Emailable interface
* Add Tpf.Persona.is_in_contact_list
* Rename the URLable interface to Urlable
* Take a PersonaStore in IndividualAggregator.add_persona_from_details
@@ -17,6 +28,7 @@ Bugs fixed:
* Bug 641780 â?? Incorrect C function names for URLable interface
* Bug 629078 â?? Folks needs a full API review to take advantage of our
compatibility break in 0.2.x
+* Bug 642036 â?? No way to pass a message when adding a contact
Overview of changes from libfolks 0.3.3 to libfolks 0.3.4
=========================================================
diff --git a/configure.ac b/configure.ac
index 5d44c34..7fb5f2a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,17 +1,17 @@
# 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], [3])
-m4_define([folks_micro_version], [4])
-m4_define([folks_nano_version], [1])
+m4_define([folks_micro_version], [5])
+m4_define([folks_nano_version], [0])
# If library source has changed since last release, increment revision
# If interfaces have been added, removed or changed since last release,
# increment current and set revision to 0
# If interfaces have been added since last release, increment age
# If interfaces have been removed since last release, set age to 0
-m4_define([folks_lt_current], [20])
+m4_define([folks_lt_current], [21])
m4_define([folks_lt_revision], [0])
m4_define([folks_lt_age], [0])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]