[folks] Release version 0.9.5



commit 93e79280c4017ced82d0fee3978d27e89d825d63
Author: Travis Reitter <travis reitter collabora co uk>
Date:   Mon Aug 26 17:37:47 2013 -0700

    Release version 0.9.5

 backends/telepathy/lib/tpf-persona.vala |    2 +-
 configure.ac                            |    6 +++---
 folks/individual-aggregator.vala        |    8 ++++----
 folks/individual.vala                   |    2 +-
 folks/presence-details.vala             |    2 +-
 5 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/backends/telepathy/lib/tpf-persona.vala b/backends/telepathy/lib/tpf-persona.vala
index 1389276..6a3cf55 100644
--- a/backends/telepathy/lib/tpf-persona.vala
+++ b/backends/telepathy/lib/tpf-persona.vala
@@ -254,7 +254,7 @@ public class Tpf.Persona : Folks.Persona,
    *
    * See { link Folks.PresenceDetails.client_types}.
    *
-   * @since UNRELEASED
+   * @since 0.9.5
    */
   public string[] client_types { get; set; }
 
diff --git a/configure.ac b/configure.ac
index 23adc33..3112a57 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 # 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], [9])
@@ -11,9 +11,9 @@ m4_define([folks_nano_version], [0])
 #  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], [40])
+m4_define([folks_lt_current], [41])
 m4_define([folks_lt_revision], [0])
-m4_define([folks_lt_age], [15])
+m4_define([folks_lt_age], [16])
 
 # Display the nano_version only if it's not '0'
 m4_define([folks_base_version],
diff --git a/folks/individual-aggregator.vala b/folks/individual-aggregator.vala
index 84d483f..f859491 100644
--- a/folks/individual-aggregator.vala
+++ b/folks/individual-aggregator.vala
@@ -328,7 +328,7 @@ public class Folks.IndividualAggregator : Object
    * This function is thread-safe.
    *
    * @return Singleton { link IndividualAggregator} instance
-   * @since UNRELEASED
+   * @since 0.9.5
    */
   public static IndividualAggregator dup ()
     {
@@ -372,7 +372,7 @@ public class Folks.IndividualAggregator : Object
    * instantiated at the same time. So it's recommended to use
    * { link IndividualAggregator.dup} instead.
    */
-  [Deprecated (since = "UNRELEASED",
+  [Deprecated (since = "0.9.5",
       replacement = "IndividualAggregator.dup")]
   public IndividualAggregator ()
   {
@@ -393,7 +393,7 @@ public class Folks.IndividualAggregator : Object
    * @param store the { link BackendStore} to use instead of the default one.
 
    * @return Singleton { link IndividualAggregator} instance, or null
-   * @since UNRELEASED
+   * @since 0.9.5
    */
   public static IndividualAggregator? dup_with_backend_store (BackendStore store)
     {
@@ -433,7 +433,7 @@ public class Folks.IndividualAggregator : Object
    *
    * @since 0.9.0
    */
-  [Deprecated (since = "UNRELEASED",
+  [Deprecated (since = "0.9.5",
       replacement = "IndividualAggregator.dup_with_backend_store")]
   public IndividualAggregator.with_backend_store (BackendStore store)
   {
diff --git a/folks/individual.vala b/folks/individual.vala
index 80e7aa2..aecab69 100644
--- a/folks/individual.vala
+++ b/folks/individual.vala
@@ -241,7 +241,7 @@ public class Folks.Individual : Object,
   /**
    * { inheritDoc}
    *
-   * @since UNRELEASED
+   * @since 0.9.5
    */
   public string[] client_types { get; set; }
 
diff --git a/folks/presence-details.vala b/folks/presence-details.vala
index dd27dde..138c8f9 100644
--- a/folks/presence-details.vala
+++ b/folks/presence-details.vala
@@ -108,7 +108,7 @@ public interface Folks.PresenceDetails : Object
    * The client types are represented in strings, using the values
    * [[http://xmpp.org/registrar/disco-categories.html#client|documented by the XMPP registrar]]
    *
-   * @since UNRELEASED
+   * @since 0.9.5
    */
   public abstract string[] client_types { get; set; }
 


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