[folks] Release version 0.6.6



commit cafc3054ad18372d03ee2308de15fade842a30b7
Author: Travis Reitter <travis reitter collabora co uk>
Date:   Tue Dec 13 15:37:23 2011 -0800

    Release version 0.6.6

 backends/eds/lib/edsf-persona-store.vala           |    2 +-
 backends/key-file/kf-persona-store.vala            |    2 +-
 backends/libsocialweb/lib/swf-persona-store.vala   |    2 +-
 backends/telepathy/lib/tpf-logger.vala             |    2 +-
 .../telepathy/lib/tpf-persona-store-cache.vala     |    2 +-
 backends/telepathy/lib/tpf-persona-store.vala      |    4 ++--
 backends/telepathy/lib/tpf-persona.vala            |    2 +-
 backends/tracker/lib/trf-persona.vala              |    4 ++--
 configure.ac                                       |   10 +++++-----
 folks/object-cache.vala                            |    4 ++--
 10 files changed, 17 insertions(+), 17 deletions(-)
---
diff --git a/backends/eds/lib/edsf-persona-store.vala b/backends/eds/lib/edsf-persona-store.vala
index 41982a5..b0b92b6 100644
--- a/backends/eds/lib/edsf-persona-store.vala
+++ b/backends/eds/lib/edsf-persona-store.vala
@@ -193,7 +193,7 @@ public class Edsf.PersonaStore : Folks.PersonaStore
   /**
    * The EDS { link E.Source} associated with this persona store.
    *
-   * @since UNRELEASED
+   * @since 0.6.6
    */
   public E.Source source
     {
diff --git a/backends/key-file/kf-persona-store.vala b/backends/key-file/kf-persona-store.vala
index 616c27a..0d2bb53 100644
--- a/backends/key-file/kf-persona-store.vala
+++ b/backends/key-file/kf-persona-store.vala
@@ -147,7 +147,7 @@ public class Folks.Backends.Kf.PersonaStore : Folks.PersonaStore
    *
    * This must be in GLib key file format.
    *
-   * @since UNRELEASED
+   * @since 0.6.6
    */
   public File file { get; construct; }
 
diff --git a/backends/libsocialweb/lib/swf-persona-store.vala b/backends/libsocialweb/lib/swf-persona-store.vala
index ba3b872..b26c131 100644
--- a/backends/libsocialweb/lib/swf-persona-store.vala
+++ b/backends/libsocialweb/lib/swf-persona-store.vala
@@ -152,7 +152,7 @@ public class Swf.PersonaStore : Folks.PersonaStore
    * The libsocialweb { link SocialWebClient.ClientService} associated with the
    * persona store.
    *
-   * @since UNRELEASED
+   * @since 0.6.6
    */
   public ClientService service { get; construct; }
 
diff --git a/backends/telepathy/lib/tpf-logger.vala b/backends/telepathy/lib/tpf-logger.vala
index 80058e9..53d8ea1 100644
--- a/backends/telepathy/lib/tpf-logger.vala
+++ b/backends/telepathy/lib/tpf-logger.vala
@@ -56,7 +56,7 @@ internal class Logger : GLib.Object
    * D-Bus object path of the { link TelepathyGLib.Account} to watch for
    * favourite contacts.
    *
-   * @since UNRELEASED
+   * @since 0.6.6
    */
   public string account_path { get; construct; }
 
diff --git a/backends/telepathy/lib/tpf-persona-store-cache.vala b/backends/telepathy/lib/tpf-persona-store-cache.vala
index 4e88945..792bef7 100644
--- a/backends/telepathy/lib/tpf-persona-store-cache.vala
+++ b/backends/telepathy/lib/tpf-persona-store-cache.vala
@@ -48,7 +48,7 @@ internal class Tpf.PersonaStoreCache : Folks.ObjectCache<Tpf.Persona>
   /**
    * The { link Tpf.PersonaStore} associated with this cache.
    *
-   * @since UNRELEASED
+   * @since 0.6.6
    */
   public weak PersonaStore store { get; construct; }
 
diff --git a/backends/telepathy/lib/tpf-persona-store.vala b/backends/telepathy/lib/tpf-persona-store.vala
index a311ec6..d905da2 100644
--- a/backends/telepathy/lib/tpf-persona-store.vala
+++ b/backends/telepathy/lib/tpf-persona-store.vala
@@ -2431,7 +2431,7 @@ public class Tpf.PersonaStore : Folks.PersonaStore
    * { link Tpf.PersonaStore.dup_for_account} to add stores.
    *
    * @return map from { link PersonaStore.id} to { link PersonaStore}
-   * @since UNRELEASED
+   * @since 0.6.6
    */
   public static unowned Map<string, PersonaStore> list_persona_stores ()
     {
@@ -2521,7 +2521,7 @@ public class Tpf.PersonaStore : Folks.PersonaStore
    *
    * @param account the Telepathy account of the persona store
    * @return the persona store associated with the account
-   * @since UNRELEASED
+   * @since 0.6.6
    */
   public static PersonaStore dup_for_account (Account account)
     {
diff --git a/backends/telepathy/lib/tpf-persona.vala b/backends/telepathy/lib/tpf-persona.vala
index 60b9c84..2a4ddea 100644
--- a/backends/telepathy/lib/tpf-persona.vala
+++ b/backends/telepathy/lib/tpf-persona.vala
@@ -1097,7 +1097,7 @@ public class Tpf.Persona : Folks.Persona,
    *
    * @param contact the Telepathy contact of the persona
    * @return the persona associated with the contact, or `null`
-   * @since UNRELEASED
+   * @since 0.6.6
    */
   public static Persona? dup_for_contact (Contact contact)
     {
diff --git a/backends/tracker/lib/trf-persona.vala b/backends/tracker/lib/trf-persona.vala
index a03d197..0eff1f5 100644
--- a/backends/tracker/lib/trf-persona.vala
+++ b/backends/tracker/lib/trf-persona.vala
@@ -606,7 +606,7 @@ public class Trf.Persona : Folks.Persona,
   /**
    * ID of the { link Trf.Persona} in Tracker.
    *
-   * @since UNRELEASED
+   * @since 0.6.6
    */
   public string tracker_id
     {
@@ -621,7 +621,7 @@ public class Trf.Persona : Folks.Persona,
    * code. It's only exposed publicly due to the design of libfolksâ Tracker
    * backend.
    *
-   * @since UNRELEASED
+   * @since 0.6.6
    */
   public Sparql.Cursor? cursor
     {
diff --git a/configure.ac b/configure.ac
index 9e6a099..7b56633 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], [5])
-m4_define([folks_nano_version], [1])
+m4_define([folks_micro_version], [6])
+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], [29])
+m4_define([folks_lt_current], [30])
 m4_define([folks_lt_revision], [0])
-m4_define([folks_lt_age], [4])
+m4_define([folks_lt_age], [5])
 
 # Display the nano_version only if it's not '0'
 m4_define([folks_base_version],
diff --git a/folks/object-cache.vala b/folks/object-cache.vala
index de06200..5374948 100644
--- a/folks/object-cache.vala
+++ b/folks/object-cache.vala
@@ -111,7 +111,7 @@ public abstract class Folks.ObjectCache<T> : Object
    * This has to be suitable for use as a directory name; i.e. lower case,
    * hyphen-separated tokens.
    *
-   * @since UNRELEASED
+   * @since 0.6.6
    */
   public string type_id { get; construct; }
 
@@ -121,7 +121,7 @@ public abstract class Folks.ObjectCache<T> : Object
    * This will form the file name of the cache file, but will be escaped
    * beforehand, so can be an arbitrary non-empty string.
    *
-   * @since UNRELEASED
+   * @since 0.6.6
    */
   public string id
     {



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