[folks] Update @since tags



commit b28b1036688ae117bfb48cc1989de3458a3a2ef7
Author: Raul Gutierrez Segales <rgs collabora co uk>
Date:   Thu Sep 8 09:21:04 2011 +0100

    Update @since tags

 backends/eds/eds-backend.vala                    |    2 +-
 backends/eds/lib/edsf-persona-store.vala         |    4 +-
 backends/eds/lib/edsf-persona.vala               |   38 +++++++++++-----------
 backends/key-file/kf-backend.vala                |    2 +-
 backends/key-file/kf-persona-store.vala          |    4 +-
 backends/key-file/kf-persona.vala                |    6 ++--
 backends/libsocialweb/lib/swf-persona-store.vala |    4 +-
 backends/libsocialweb/sw-backend.vala            |    2 +-
 backends/telepathy/lib/tpf-persona-store.vala    |    4 +-
 backends/telepathy/lib/tpf-persona.vala          |    6 ++--
 backends/telepathy/tp-backend.vala               |    2 +-
 backends/tracker/lib/trf-persona-store.vala      |    4 +-
 backends/tracker/lib/trf-persona.vala            |   32 +++++++++---------
 backends/tracker/tr-backend.vala                 |    2 +-
 folks/alias-details.vala                         |    2 +-
 folks/avatar-details.vala                        |    2 +-
 folks/backend.vala                               |    2 +-
 folks/birthday-details.vala                      |    4 +-
 folks/email-details.vala                         |    2 +-
 folks/favourite-details.vala                     |    2 +-
 folks/gender-details.vala                        |    2 +-
 folks/group-details.vala                         |    2 +-
 folks/im-details.vala                            |    2 +-
 folks/individual-aggregator.vala                 |   10 +++---
 folks/individual.vala                            |   10 +++---
 folks/local-id-details.vala                      |    2 +-
 folks/name-details.vala                          |    6 ++--
 folks/note-details.vala                          |    2 +-
 folks/persona-store.vala                         |    8 ++--
 folks/persona.vala                               |    8 ++--
 folks/phone-details.vala                         |    2 +-
 folks/postal-address-details.vala                |    2 +-
 folks/role-details.vala                          |    2 +-
 folks/url-details.vala                           |    2 +-
 folks/web-service-details.vala                   |    2 +-
 35 files changed, 94 insertions(+), 94 deletions(-)
---
diff --git a/backends/eds/eds-backend.vala b/backends/eds/eds-backend.vala
index e83f55f..dd2aea9 100644
--- a/backends/eds/eds-backend.vala
+++ b/backends/eds/eds-backend.vala
@@ -81,7 +81,7 @@ public class Folks.Backends.Eds.Backend : Folks.Backend
    *
    * See { link Folks.Backend.is_quiescent}.
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public override bool is_quiescent
     {
diff --git a/backends/eds/lib/edsf-persona-store.vala b/backends/eds/lib/edsf-persona-store.vala
index d696cc9..3698626 100644
--- a/backends/eds/lib/edsf-persona-store.vala
+++ b/backends/eds/lib/edsf-persona-store.vala
@@ -149,7 +149,7 @@ public class Edsf.PersonaStore : Folks.PersonaStore
   /**
    * { inheritDoc}
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public override string[] always_writeable_properties
     {
@@ -161,7 +161,7 @@ public class Edsf.PersonaStore : Folks.PersonaStore
    *
    * See { link Folks.PersonaStore.is_quiescent}.
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public override bool is_quiescent
     {
diff --git a/backends/eds/lib/edsf-persona.vala b/backends/eds/lib/edsf-persona.vala
index e0fbc65..cd89ac3 100644
--- a/backends/eds/lib/edsf-persona.vala
+++ b/backends/eds/lib/edsf-persona.vala
@@ -139,7 +139,7 @@ public class Edsf.Persona : Folks.Persona,
   /**
    * { inheritDoc}
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public async void change_web_service_addresses (
       MultiMap<string, WebServiceFieldDetails> web_service_addresses)
@@ -169,7 +169,7 @@ public class Edsf.Persona : Folks.Persona,
   /**
    * { inheritDoc}
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public async void change_local_ids (Set<string> local_ids)
       throws PropertyError
@@ -194,7 +194,7 @@ public class Edsf.Persona : Folks.Persona,
   /**
    * { inheritDoc}
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public async void change_postal_addresses (
       Set<PostalAddressFieldDetails> postal_addresses) throws PropertyError
@@ -218,7 +218,7 @@ public class Edsf.Persona : Folks.Persona,
   /**
    * { inheritDoc}
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public async void change_phone_numbers (
       Set<PhoneFieldDetails> phone_numbers) throws PropertyError
@@ -241,7 +241,7 @@ public class Edsf.Persona : Folks.Persona,
   /**
    * { inheritDoc}
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public async void change_email_addresses (
       Set<EmailFieldDetails> email_addresses) throws PropertyError
@@ -265,7 +265,7 @@ public class Edsf.Persona : Folks.Persona,
   /**
    * { inheritDoc}
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public async void change_notes (Set<NoteFieldDetails> notes)
       throws PropertyError
@@ -311,7 +311,7 @@ public class Edsf.Persona : Folks.Persona,
   /**
    * { inheritDoc}
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public async void change_avatar (LoadableIcon? avatar) throws PropertyError
     {
@@ -338,7 +338,7 @@ public class Edsf.Persona : Folks.Persona,
   /**
    * { inheritDoc}
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public async void change_structured_name (StructuredName? structured_name)
       throws PropertyError
@@ -370,7 +370,7 @@ public class Edsf.Persona : Folks.Persona,
   /**
    * { inheritDoc}
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public async void change_full_name (string full_name) throws PropertyError
     {
@@ -393,7 +393,7 @@ public class Edsf.Persona : Folks.Persona,
   /**
    * { inheritDoc}
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public async void change_nickname (string nickname) throws PropertyError
     {
@@ -416,7 +416,7 @@ public class Edsf.Persona : Folks.Persona,
   /**
    * { inheritDoc}
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public async void change_gender (Gender gender) throws PropertyError
     {
@@ -440,7 +440,7 @@ public class Edsf.Persona : Folks.Persona,
   /**
    * { inheritDoc}
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public async void change_urls (Set<UrlFieldDetails> urls) throws PropertyError
     {
@@ -467,7 +467,7 @@ public class Edsf.Persona : Folks.Persona,
   /**
    * { inheritDoc}
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public async void change_im_addresses (
       MultiMap<string, ImFieldDetails> im_addresses) throws PropertyError
@@ -527,7 +527,7 @@ public class Edsf.Persona : Folks.Persona,
   /**
    * { inheritDoc}
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public async void change_groups (Set<string> groups) throws PropertyError
     {
@@ -539,7 +539,7 @@ public class Edsf.Persona : Folks.Persona,
    *
    * e-d-s has no equivalent field, so this is unsupported.
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   [CCode (notify = false)]
   public string? calendar_event_id
@@ -552,7 +552,7 @@ public class Edsf.Persona : Folks.Persona,
   /**
    * { inheritDoc}
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   [CCode (notify = false)]
   public DateTime? birthday
@@ -564,7 +564,7 @@ public class Edsf.Persona : Folks.Persona,
   /**
    * { inheritDoc}
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public async void change_birthday (DateTime? bday)
       throws PropertyError
@@ -579,7 +579,7 @@ public class Edsf.Persona : Folks.Persona,
   /**
    * { inheritDoc}
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   [CCode (notify = false)]
   public Set<RoleFieldDetails> roles
@@ -591,7 +591,7 @@ public class Edsf.Persona : Folks.Persona,
   /**
    * { inheritDoc}
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public async void change_roles (Set<RoleFieldDetails> roles)
       throws PropertyError
diff --git a/backends/key-file/kf-backend.vala b/backends/key-file/kf-backend.vala
index 8569a63..9a2bb9b 100644
--- a/backends/key-file/kf-backend.vala
+++ b/backends/key-file/kf-backend.vala
@@ -56,7 +56,7 @@ public class Folks.Backends.Kf.Backend : Folks.Backend
    *
    * See { link Folks.Backend.is_quiescent}.
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public override bool is_quiescent
     {
diff --git a/backends/key-file/kf-persona-store.vala b/backends/key-file/kf-persona-store.vala
index 956d306..c04f3af 100644
--- a/backends/key-file/kf-persona-store.vala
+++ b/backends/key-file/kf-persona-store.vala
@@ -117,7 +117,7 @@ public class Folks.Backends.Kf.PersonaStore : Folks.PersonaStore
    *
    * See { link Folks.PersonaStore.is_quiescent}.
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public override bool is_quiescent
     {
@@ -127,7 +127,7 @@ public class Folks.Backends.Kf.PersonaStore : Folks.PersonaStore
   /**
    * { inheritDoc}
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public override string[] always_writeable_properties
     {
diff --git a/backends/key-file/kf-persona.vala b/backends/key-file/kf-persona.vala
index 28d2280..488e8f3 100644
--- a/backends/key-file/kf-persona.vala
+++ b/backends/key-file/kf-persona.vala
@@ -82,7 +82,7 @@ public class Folks.Backends.Kf.Persona : Folks.Persona,
   /**
    * { inheritDoc}
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public async void change_alias (string alias) throws PropertyError
     {
@@ -119,7 +119,7 @@ public class Folks.Backends.Kf.Persona : Folks.Persona,
   /**
    * { inheritDoc}
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public async void change_im_addresses (
       MultiMap<string, ImFieldDetails> im_addresses) throws PropertyError
@@ -201,7 +201,7 @@ public class Folks.Backends.Kf.Persona : Folks.Persona,
   /**
    * { inheritDoc}
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public async void change_web_service_addresses (
       MultiMap<string, WebServiceFieldDetails> web_service_addresses)
diff --git a/backends/libsocialweb/lib/swf-persona-store.vala b/backends/libsocialweb/lib/swf-persona-store.vala
index 7fab302..9058b6a 100644
--- a/backends/libsocialweb/lib/swf-persona-store.vala
+++ b/backends/libsocialweb/lib/swf-persona-store.vala
@@ -119,7 +119,7 @@ public class Swf.PersonaStore : Folks.PersonaStore
   /**
    * { inheritDoc}
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public override string[] always_writeable_properties
     {
@@ -131,7 +131,7 @@ public class Swf.PersonaStore : Folks.PersonaStore
    *
    * See { link Folks.PersonaStore.is_quiescent}.
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public override bool is_quiescent
     {
diff --git a/backends/libsocialweb/sw-backend.vala b/backends/libsocialweb/sw-backend.vala
index f598e23..dcfc14b 100644
--- a/backends/libsocialweb/sw-backend.vala
+++ b/backends/libsocialweb/sw-backend.vala
@@ -77,7 +77,7 @@ public class Folks.Backends.Sw.Backend : Folks.Backend
    *
    * See { link Folks.Backend.is_quiescent}.
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public override bool is_quiescent
     {
diff --git a/backends/telepathy/lib/tpf-persona-store.vala b/backends/telepathy/lib/tpf-persona-store.vala
index ad0b49b..6e12d73 100644
--- a/backends/telepathy/lib/tpf-persona-store.vala
+++ b/backends/telepathy/lib/tpf-persona-store.vala
@@ -181,7 +181,7 @@ public class Tpf.PersonaStore : Folks.PersonaStore
   /**
    * { inheritDoc}
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public override string[] always_writeable_properties
     {
@@ -193,7 +193,7 @@ public class Tpf.PersonaStore : Folks.PersonaStore
    *
    * See { link Folks.PersonaStore.is_quiescent}.
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public override bool is_quiescent
     {
diff --git a/backends/telepathy/lib/tpf-persona.vala b/backends/telepathy/lib/tpf-persona.vala
index cd37b58..848813f 100644
--- a/backends/telepathy/lib/tpf-persona.vala
+++ b/backends/telepathy/lib/tpf-persona.vala
@@ -140,7 +140,7 @@ public class Tpf.Persona : Folks.Persona,
   /**
    * { inheritDoc}
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public async void change_alias (string alias) throws PropertyError
     {
@@ -173,7 +173,7 @@ public class Tpf.Persona : Folks.Persona,
   /**
    * { inheritDoc}
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public async void change_is_favourite (bool is_favourite) throws PropertyError
     {
@@ -254,7 +254,7 @@ public class Tpf.Persona : Folks.Persona,
   /**
    * { inheritDoc}
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public async void change_groups (Set<string> groups) throws PropertyError
     {
diff --git a/backends/telepathy/tp-backend.vala b/backends/telepathy/tp-backend.vala
index 7a90a42..b041675 100644
--- a/backends/telepathy/tp-backend.vala
+++ b/backends/telepathy/tp-backend.vala
@@ -77,7 +77,7 @@ public class Folks.Backends.Tp.Backend : Folks.Backend
    *
    * See { link Folks.Backend.is_quiescent}.
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public override bool is_quiescent
     {
diff --git a/backends/tracker/lib/trf-persona-store.vala b/backends/tracker/lib/trf-persona-store.vala
index ab2ec9b..f17cab9 100644
--- a/backends/tracker/lib/trf-persona-store.vala
+++ b/backends/tracker/lib/trf-persona-store.vala
@@ -377,7 +377,7 @@ public class Trf.PersonaStore : Folks.PersonaStore
   /**
    * { inheritDoc}
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public override string[] always_writeable_properties
     {
@@ -389,7 +389,7 @@ public class Trf.PersonaStore : Folks.PersonaStore
    *
    * See { link Folks.PersonaStore.is_quiescent}.
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public override bool is_quiescent
     {
diff --git a/backends/tracker/lib/trf-persona.vala b/backends/tracker/lib/trf-persona.vala
index 30ef972..a813f45 100644
--- a/backends/tracker/lib/trf-persona.vala
+++ b/backends/tracker/lib/trf-persona.vala
@@ -88,7 +88,7 @@ public class Trf.Persona : Folks.Persona,
   /**
    * { inheritDoc}
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public async void change_nickname (string nickname) throws PropertyError
     {
@@ -108,7 +108,7 @@ public class Trf.Persona : Folks.Persona,
   /**
    * { inheritDoc}
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public async void change_phone_numbers (Set<PhoneFieldDetails> phone_numbers)
       throws PropertyError
@@ -129,7 +129,7 @@ public class Trf.Persona : Folks.Persona,
   /**
    * { inheritDoc}
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public async void change_email_addresses (
       Set<EmailFieldDetails> email_addresses) throws PropertyError
@@ -173,7 +173,7 @@ public class Trf.Persona : Folks.Persona,
   /**
    * { inheritDoc}
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public async void change_avatar (LoadableIcon? avatar) throws PropertyError
     {
@@ -194,7 +194,7 @@ public class Trf.Persona : Folks.Persona,
   /**
    * { inheritDoc}
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public async void change_structured_name (StructuredName? structured_name)
       throws PropertyError
@@ -217,7 +217,7 @@ public class Trf.Persona : Folks.Persona,
   /**
    * { inheritDoc}
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public async void change_full_name (string full_name) throws PropertyError
     {
@@ -238,7 +238,7 @@ public class Trf.Persona : Folks.Persona,
   /**
    * { inheritDoc}
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public async void change_gender (Gender gender) throws PropertyError
     {
@@ -259,7 +259,7 @@ public class Trf.Persona : Folks.Persona,
   /**
    * { inheritDoc}
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public async void change_birthday (DateTime? birthday) throws PropertyError
     {
@@ -293,7 +293,7 @@ public class Trf.Persona : Folks.Persona,
   /**
    * { inheritDoc}
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public async void change_roles (Set<RoleFieldDetails> roles)
       throws PropertyError
@@ -317,7 +317,7 @@ public class Trf.Persona : Folks.Persona,
   /**
    * { inheritDoc}
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public async void change_notes (Set<NoteFieldDetails> notes)
       throws PropertyError
@@ -341,7 +341,7 @@ public class Trf.Persona : Folks.Persona,
   /**
    * { inheritDoc}
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public async void change_urls (Set<UrlFieldDetails> urls) throws PropertyError
     {
@@ -364,7 +364,7 @@ public class Trf.Persona : Folks.Persona,
   /**
    * { inheritDoc}
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public async void change_postal_addresses (
       Set<PostalAddressFieldDetails> postal_addresses) throws PropertyError
@@ -394,7 +394,7 @@ public class Trf.Persona : Folks.Persona,
   /**
    * { inheritDoc}
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public async void change_im_addresses (
       MultiMap<string, ImFieldDetails> im_addresses) throws PropertyError
@@ -416,7 +416,7 @@ public class Trf.Persona : Folks.Persona,
   /**
    * { inheritDoc}
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public async void change_is_favourite (bool is_favourite) throws PropertyError
     {
@@ -452,7 +452,7 @@ public class Trf.Persona : Folks.Persona,
   /**
    * { inheritDoc}
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public async void change_local_ids (Set<string> local_ids)
       throws PropertyError
@@ -484,7 +484,7 @@ public class Trf.Persona : Folks.Persona,
   /**
    * { inheritDoc}
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public async void change_web_service_addresses (
       MultiMap<string, WebServiceFieldDetails> web_service_addresses)
diff --git a/backends/tracker/tr-backend.vala b/backends/tracker/tr-backend.vala
index 34e4dad..8887cdb 100644
--- a/backends/tracker/tr-backend.vala
+++ b/backends/tracker/tr-backend.vala
@@ -74,7 +74,7 @@ public class Folks.Backends.Tr.Backend : Folks.Backend
    *
    * See { link Folks.Backend.is_quiescent}.
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public override bool is_quiescent
     {
diff --git a/folks/alias-details.vala b/folks/alias-details.vala
index 38bbdff..d9b7070 100644
--- a/folks/alias-details.vala
+++ b/folks/alias-details.vala
@@ -48,7 +48,7 @@ public interface Folks.AliasDetails : Object
    *
    * @param alias the new alias
    * @throws PropertyError if setting the alias failed
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public virtual async void change_alias (string alias) throws PropertyError
     {
diff --git a/folks/avatar-details.vala b/folks/avatar-details.vala
index 7e9feed..01b632f 100644
--- a/folks/avatar-details.vala
+++ b/folks/avatar-details.vala
@@ -49,7 +49,7 @@ public interface Folks.AvatarDetails : Object
    *
    * @param avatar the new avatar (or `null` to unset the avatar)
    * @throws PropertyError if setting the avatar failed
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public virtual async void change_avatar (LoadableIcon? avatar)
       throws PropertyError
diff --git a/folks/backend.vala b/folks/backend.vala
index 8e728fa..1ed815e 100644
--- a/folks/backend.vala
+++ b/folks/backend.vala
@@ -54,7 +54,7 @@ public abstract class Folks.Backend : Object
    *
    * When { link Backend.unprepare} is called, this will be reset to `false`.
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public abstract bool is_quiescent { get; default = false; }
 
diff --git a/folks/birthday-details.vala b/folks/birthday-details.vala
index e6629f0..1a16d56 100644
--- a/folks/birthday-details.vala
+++ b/folks/birthday-details.vala
@@ -50,7 +50,7 @@ public interface Folks.BirthdayDetails : Object
    *
    * @param birthday the new birthday (or `null` to unset the birthday)
    * @throws PropertyError if setting the birthday failed
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public virtual async void change_birthday (DateTime? birthday)
       throws PropertyError
@@ -79,7 +79,7 @@ public interface Folks.BirthdayDetails : Object
    *
    * @param event_id the new birthday event ID (or `null` to unset the event ID)
    * @throws PropertyError if setting the birthday event ID failed
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public virtual async void change_calendar_event_id (string? event_id)
       throws PropertyError
diff --git a/folks/email-details.vala b/folks/email-details.vala
index 9192f4d..81bc542 100644
--- a/folks/email-details.vala
+++ b/folks/email-details.vala
@@ -105,7 +105,7 @@ public interface Folks.EmailDetails : Object
    *
    * @param email_addresses the new set of e-mail addresses
    * @throws PropertyError if setting the e-mail addresses failed
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public virtual async void change_email_addresses (
       Set<EmailFieldDetails> email_addresses) throws PropertyError
diff --git a/folks/favourite-details.vala b/folks/favourite-details.vala
index 8618c1c..a974537 100644
--- a/folks/favourite-details.vala
+++ b/folks/favourite-details.vala
@@ -42,7 +42,7 @@ public interface Folks.FavouriteDetails : Object
    *
    * @param is_favourite `true` if the contact is a favourite; `false` otherwise
    * @throws PropertyError if setting the favouriteness failed
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public virtual async void change_is_favourite (bool is_favourite)
       throws PropertyError
diff --git a/folks/gender-details.vala b/folks/gender-details.vala
index 6bc16ab..0877de8 100644
--- a/folks/gender-details.vala
+++ b/folks/gender-details.vala
@@ -68,7 +68,7 @@ public interface Folks.GenderDetails : Object
    *
    * @param gender the contact's gender
    * @throws PropertyError if setting the gender failed
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public virtual async void change_gender (Gender gender) throws PropertyError
     {
diff --git a/folks/group-details.vala b/folks/group-details.vala
index b283ef8..fc73fff 100644
--- a/folks/group-details.vala
+++ b/folks/group-details.vala
@@ -158,7 +158,7 @@ public interface Folks.GroupDetails : Object
    *
    * @param groups the complete set of groups the contact should be a member of
    * @throws PropertyError if setting the groups failed
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public virtual async void change_groups (Set<string> groups)
       throws PropertyError
diff --git a/folks/im-details.vala b/folks/im-details.vala
index 11cab04..864894e 100644
--- a/folks/im-details.vala
+++ b/folks/im-details.vala
@@ -120,7 +120,7 @@ public interface Folks.ImDetails : Object
    *
    * @param im_addresses the new map of protocols to IM addresses
    * @throws PropertyError if setting the IM addresses failed
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public virtual async void change_im_addresses (
       MultiMap<string, ImFieldDetails> im_addresses) throws PropertyError
diff --git a/folks/individual-aggregator.vala b/folks/individual-aggregator.vala
index 6d6669d..4b158ae 100644
--- a/folks/individual-aggregator.vala
+++ b/folks/individual-aggregator.vala
@@ -51,7 +51,7 @@ public errordomain Folks.IndividualAggregatorError
    * user requested to write to, or which was necessary to write to for storing
    * linking information.
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   PROPERTY_NOT_WRITEABLE,
 }
@@ -112,7 +112,7 @@ public class Folks.IndividualAggregator : Object
    * It's guaranteed that this property's value will only ever change after
    * { link IndividualAggregator.is_prepared} has changed to `true`.
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public bool is_quiescent
     {
@@ -192,7 +192,7 @@ public class Folks.IndividualAggregator : Object
    *
    * @since 0.5.1
    */
-  [Deprecated (since = "UNRELEASED",
+  [Deprecated (since = "0.6.2",
       replacement = "IndividualAggregator.individuals_changed_detailed")]
   public signal void individuals_changed (Set<Individual> added,
       Set<Individual> removed,
@@ -234,7 +234,7 @@ public class Folks.IndividualAggregator : Object
    * { link Individual}s for the individuals which have changed in the
    * aggregator
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public signal void individuals_changed_detailed (
       MultiMap<Individual?, Individual?> changes);
@@ -1604,7 +1604,7 @@ public class Folks.IndividualAggregator : Object
    * @return a persona (new or existing) which has the given property as
    * writeable
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public async Persona ensure_individual_property_writeable (
       Individual individual, string property_name)
diff --git a/folks/individual.vala b/folks/individual.vala
index 829b0b3..3b6c12b 100644
--- a/folks/individual.vala
+++ b/folks/individual.vala
@@ -232,7 +232,7 @@ public class Folks.Individual : Object,
   /**
    * { inheritDoc}
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public async void change_alias (string alias) throws PropertyError
     {
@@ -321,7 +321,7 @@ public class Folks.Individual : Object,
   /**
    * { inheritDoc}
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public async void change_nickname (string nickname) throws PropertyError
     {
@@ -521,7 +521,7 @@ public class Folks.Individual : Object,
   /**
    * { inheritDoc}
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public async void change_is_favourite (bool is_favourite) throws PropertyError
     {
@@ -590,7 +590,7 @@ public class Folks.Individual : Object,
   /**
    * { inheritDoc}
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public async void change_groups (Set<string> groups) throws PropertyError
     {
@@ -1003,7 +1003,7 @@ public class Folks.Individual : Object,
    * consideration must implement ({ link Persona} to select all personas)
    * @param compare_func comparison function to order personas for selection
    * @param setter function to update the individual with the chosen value
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   private void _update_single_valued_property (Type interface_type,
       CompareFunc<Persona> compare_func, SingleValuedPropertySetter setter)
diff --git a/folks/local-id-details.vala b/folks/local-id-details.vala
index 7f4dce6..8812cda 100644
--- a/folks/local-id-details.vala
+++ b/folks/local-id-details.vala
@@ -54,7 +54,7 @@ public interface Folks.LocalIdDetails : Object
    *
    * @param local_ids the set of local IDs
    * @throws PropertyError if setting the local IDs failed
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public virtual async void change_local_ids (Set<string> local_ids)
       throws PropertyError
diff --git a/folks/name-details.vala b/folks/name-details.vala
index 8726fac..dd35c59 100644
--- a/folks/name-details.vala
+++ b/folks/name-details.vala
@@ -234,7 +234,7 @@ public interface Folks.NameDetails : Object
    *
    * @param name the structured name (`null` to unset it)
    * @throws PropertyError if setting the structured name failed
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public virtual async void change_structured_name (StructuredName? name)
       throws PropertyError
@@ -271,7 +271,7 @@ public interface Folks.NameDetails : Object
    *
    * @param full_name the full name (empty string to unset it)
    * @throws PropertyError if setting the full name failed
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public virtual async void change_full_name (string full_name)
       throws PropertyError
@@ -309,7 +309,7 @@ public interface Folks.NameDetails : Object
    *
    * @param nickname the nickname (empty string to unset it)
    * @throws PropertyError if setting the nickname failed
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public virtual async void change_nickname (string nickname)
       throws PropertyError
diff --git a/folks/note-details.vala b/folks/note-details.vala
index 0c04106..c11a699 100644
--- a/folks/note-details.vala
+++ b/folks/note-details.vala
@@ -119,7 +119,7 @@ public interface Folks.NoteDetails : Object
    *
    * @param notes the set of notes
    * @throws PropertyError if setting the notes failed
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public virtual async void change_notes (Set<NoteFieldDetails> notes)
       throws PropertyError
diff --git a/folks/persona-store.vala b/folks/persona-store.vala
index e5349c4..280494a 100644
--- a/folks/persona-store.vala
+++ b/folks/persona-store.vala
@@ -130,7 +130,7 @@ public enum Folks.PersonaDetail
   /**
    * Invalid field for use in error returns.
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   INVALID = -1,
 
@@ -256,7 +256,7 @@ public enum Folks.PersonaDetail
   /**
    * Field for { link GroupDetails.groups}.
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   GROUPS
 }
@@ -494,7 +494,7 @@ public abstract class Folks.PersonaStore : Object
    * It's guaranteed that this property's value will only ever change after
    * { link IndividualAggregator.is_prepared} has changed to `true`.
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public abstract bool is_quiescent { get; default = false; }
 
@@ -547,7 +547,7 @@ public abstract class Folks.PersonaStore : Object
    * { link Persona.writeable_properties} for the personas in this persona
    * store.
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public abstract string[] always_writeable_properties { get; }
 
diff --git a/folks/persona.vala b/folks/persona.vala
index dcf1a21..f0b3d22 100644
--- a/folks/persona.vala
+++ b/folks/persona.vala
@@ -25,28 +25,28 @@ using GLib;
  * { link Persona} using a setter method defined on an interface such as
  * { link AliasDetails}.
  *
- * @since UNRELEASED
+ * @since 0.6.2
  */
 public errordomain Folks.PropertyError
 {
   /**
    * Property is not writeable for this particular object.
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   NOT_WRITEABLE,
 
   /**
    * Value was invalid for the property.
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   INVALID_VALUE,
 
   /**
    * Unknown error when setting the property.
    *
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   UNKNOWN_ERROR
 }
diff --git a/folks/phone-details.vala b/folks/phone-details.vala
index 41aaa50..f4c61a8 100644
--- a/folks/phone-details.vala
+++ b/folks/phone-details.vala
@@ -196,7 +196,7 @@ public interface Folks.PhoneDetails : Object
    *
    * @param phone_numbers the set of phone numbers
    * @throws PropertyError if setting the phone numbers failed
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public virtual async void change_phone_numbers (
       Set<PhoneFieldDetails> phone_numbers) throws PropertyError
diff --git a/folks/postal-address-details.vala b/folks/postal-address-details.vala
index 9a45d1e..6d77800 100644
--- a/folks/postal-address-details.vala
+++ b/folks/postal-address-details.vala
@@ -293,7 +293,7 @@ public interface Folks.PostalAddressDetails : Object
    *
    * @param postal_addresses the set of postal addresses
    * @throws PropertyError if setting the addresses failed
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public virtual async void change_postal_addresses (
       Set<PostalAddressFieldDetails> postal_addresses) throws PropertyError
diff --git a/folks/role-details.vala b/folks/role-details.vala
index cac9f65..c012502 100644
--- a/folks/role-details.vala
+++ b/folks/role-details.vala
@@ -210,7 +210,7 @@ public interface Folks.RoleDetails : Object
    *
    * @param roles the set of roles
    * @throws PropertyError if setting the roles failed
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public virtual async void change_roles (Set<RoleFieldDetails> roles)
       throws PropertyError
diff --git a/folks/url-details.vala b/folks/url-details.vala
index 57e6a33..2ce34da 100644
--- a/folks/url-details.vala
+++ b/folks/url-details.vala
@@ -101,7 +101,7 @@ public interface Folks.UrlDetails : Object
    *
    * @param urls the set of URLs
    * @throws PropertyError if setting the URLs failed
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public virtual async void change_urls (Set<UrlFieldDetails> urls)
       throws PropertyError
diff --git a/folks/web-service-details.vala b/folks/web-service-details.vala
index 6a245b5..3b6f405 100644
--- a/folks/web-service-details.vala
+++ b/folks/web-service-details.vala
@@ -107,7 +107,7 @@ public interface Folks.WebServiceDetails : Object
    *
    * @param web_service_addresses the set of addresses
    * @throws PropertyError if setting the addresses failed
-   * @since UNRELEASED
+   * @since 0.6.2
    */
   public virtual async void change_web_service_addresses (
       MultiMap<string, WebServiceFieldDetails> web_service_addresses)



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