[folks/folks-0-4: 1/2] Release Folks 0.4.0
- From: Travis Reitter <treitter src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks/folks-0-4: 1/2] Release Folks 0.4.0
- Date: Mon, 14 Mar 2011 19:26:30 +0000 (UTC)
commit d4ecb2149176f5f9cac52446c58da8a163b7a0a2
Author: Travis Reitter <travis reitter collabora co uk>
Date: Mon Mar 14 11:24:20 2011 -0700
Release Folks 0.4.0
NEWS | 2 +-
configure.ac | 10 +++++-----
folks/backend-store.vala | 2 +-
folks/birthday-details.vala | 6 +++---
folks/name-details.vala | 2 +-
folks/note-details.vala | 8 ++++----
folks/postal-address-details.vala | 4 ++--
folks/role-details.vala | 10 +++++-----
8 files changed, 22 insertions(+), 22 deletions(-)
---
diff --git a/NEWS b/NEWS
index e012e93..99bca04 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Overview of changes from libfolks 0.3.6 to libfolks 0.3.7
+Overview of changes from libfolks 0.3.6 to libfolks 0.4.0
=========================================================
Bugs fixed:
diff --git a/configure.ac b/configure.ac
index 50d8830..4985829 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], [6])
-m4_define([folks_nano_version], [1])
+m4_define([folks_minor_version], [4])
+m4_define([folks_micro_version], [0])
+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], [21])
+m4_define([folks_lt_current], [22])
m4_define([folks_lt_revision], [0])
m4_define([folks_lt_age], [0])
diff --git a/folks/backend-store.vala b/folks/backend-store.vala
index 7f0e743..b36a334 100644
--- a/folks/backend-store.vala
+++ b/folks/backend-store.vala
@@ -61,7 +61,7 @@ public class Folks.BackendStore : Object {
*
* To avoid conflicts, backends must not use this as a name.
*
- * @since 0.3.UNRELEASED
+ * @since 0.4.0
*/
public static string KEY_FILE_GROUP_ALL_OTHERS = "all-others";
diff --git a/folks/birthday-details.vala b/folks/birthday-details.vala
index 1ee329c..2303e0b 100644
--- a/folks/birthday-details.vala
+++ b/folks/birthday-details.vala
@@ -24,7 +24,7 @@ using GLib;
* This interface contains the birth date of a { link Persona} and
* { link Individual}
*
- * @since 0.3.UNRELEASED
+ * @since 0.4.0
*/
public interface Folks.BirthdayDetails : Object
{
@@ -32,14 +32,14 @@ public interface Folks.BirthdayDetails : Object
* The birthday of the { link Persona} and
* { link Individual}
*
- * @since 0.3.UNRELEASED
+ * @since 0.4.0
*/
public abstract DateTime birthday { get; set; }
/**
* The event id from the source calenar
*
- * @since 0.3.UNRELEASED
+ * @since 0.4.0
*/
public abstract string calendar_event_id { get; set; }
}
diff --git a/folks/name-details.vala b/folks/name-details.vala
index 7e6ce76..c685310 100644
--- a/folks/name-details.vala
+++ b/folks/name-details.vala
@@ -167,7 +167,7 @@ public class Folks.StructuredName : Object
/**
* Formatted version of the structured name.
*
- * @since 0.3.UNRELEASED
+ * @since 0.4.0
*/
public string to_string ()
{
diff --git a/folks/note-details.vala b/folks/note-details.vala
index 0d398c7..4031445 100644
--- a/folks/note-details.vala
+++ b/folks/note-details.vala
@@ -24,7 +24,7 @@ using GLib;
/**
* Representation of a Note that might be attached to a { link Persona}.
*
- * @since 0.3.UNRELEASED
+ * @since 0.4.0
*/
public class Folks.Note : Object
{
@@ -45,7 +45,7 @@ public class Folks.Note : Object
* @param uid the note's UID (may be null)
* @return a new Note
*
- * @since 0.3.UNRELEASED
+ * @since 0.4.0
*/
public Note (string content, string? uid = null)
{
@@ -79,14 +79,14 @@ public class Folks.Note : Object
* This interface represents the list of notes associated
* to a { link Persona} and { link Individual}.
*
- * @since 0.3.UNRELEASED
+ * @since 0.4.0
*/
public interface Folks.NoteDetails : Object
{
/**
* The notes about the contact.
*
- * @since 0.3.UNRELEASED
+ * @since 0.4.0
*/
public abstract HashSet<Note> notes { get; set; }
}
diff --git a/folks/postal-address-details.vala b/folks/postal-address-details.vala
index d1a67bf..dbe9f1f 100644
--- a/folks/postal-address-details.vala
+++ b/folks/postal-address-details.vala
@@ -208,10 +208,10 @@ public class Folks.PostalAddress : Object
return true;
}
- /*
+ /**
* Returns a formatted address.
*
- * @since 0.3.UNRELEASED
+ * @since 0.4.0
*/
public string to_string ()
{
diff --git a/folks/role-details.vala b/folks/role-details.vala
index a370c22..0fe48b8 100644
--- a/folks/role-details.vala
+++ b/folks/role-details.vala
@@ -25,7 +25,7 @@ using GLib;
* This interface represents the role a { link Persona} and { link Individual}
* have in a given Organisation.
*
- * @since 0.3.UNRELEASED
+ * @since 0.4.0
*/
public class Folks.Role : Object
{
@@ -52,7 +52,7 @@ public class Folks.Role : Object
* @param uid a Unique ID associated to this Role
* @return a new Role
*
- * @since 0.3.UNRELEASED
+ * @since 0.4.0
*/
public Role (string? title = null,
string? organisation_name = null, string? uid = null)
@@ -97,7 +97,7 @@ public class Folks.Role : Object
/**
* Formatted version of this role.
*
- * @since 0.3.UNRELEASED
+ * @since 0.4.0
*/
public string to_string ()
{
@@ -110,14 +110,14 @@ public class Folks.Role : Object
* This interfaces represents the list of roles a { link Persona} and
* { link Individual} might have.
*
- * @since 0.3.UNRELEASED
+ * @since 0.4.0
*/
public interface Folks.RoleDetails : Object
{
/**
* The roles of the contact.
*
- * @since 0.3.UNRELEASED
+ * @since 0.4.0
*/
public abstract HashSet<Role> roles { get; set; }
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]