summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Reitter <travis.reitter@collabora.co.uk>2011-12-13 15:37:23 -0800
committerTravis Reitter <travis.reitter@collabora.co.uk>2011-12-13 15:37:23 -0800
commitcafc3054ad18372d03ee2308de15fade842a30b7 (patch)
tree0eb09c18babb2f0069b778980af1feb4b7371f26
parent0487df55a28c7fdf8670354f15c311b5c605ac3c (diff)
Release version 0.6.6FOLKS_0_6_6
-rw-r--r--backends/eds/lib/edsf-persona-store.vala2
-rw-r--r--backends/key-file/kf-persona-store.vala2
-rw-r--r--backends/libsocialweb/lib/swf-persona-store.vala2
-rw-r--r--backends/telepathy/lib/tpf-logger.vala2
-rw-r--r--backends/telepathy/lib/tpf-persona-store-cache.vala2
-rw-r--r--backends/telepathy/lib/tpf-persona-store.vala4
-rw-r--r--backends/telepathy/lib/tpf-persona.vala2
-rw-r--r--backends/tracker/lib/trf-persona.vala4
-rw-r--r--configure.ac10
-rw-r--r--folks/object-cache.vala4
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 41982a5a..b0b92b61 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 616c27a5..0d2bb53c 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 ba3b872b..b26c1318 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 80058e99..53d8ea1d 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 4e889454..792bef72 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 a311ec6b..d905da2a 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 60b9c84c..2a4ddeaa 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 a03d1973..0eff1f56 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 9e6a0998..7b56633a 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 de062009..53749486 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
{