Release version 0.9.5 upstream FOLKS_0_9_5 upstream/0.9.5
authorTravis Reitter <travis.reitter@collabora.co.uk>
Tue, 27 Aug 2013 00:37:47 +0000 (17:37 -0700)
committerTravis Reitter <travis.reitter@collabora.co.uk>
Tue, 27 Aug 2013 01:13:24 +0000 (18:13 -0700)
backends/telepathy/lib/tpf-persona.vala
configure.ac
folks/individual-aggregator.vala
folks/individual.vala
folks/presence-details.vala

index 1389276..6a3cf55 100644 (file)
@@ -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; }
 
index 23adc33..3112a57 100644 (file)
@@ -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],
index 84d483f..f859491 100644 (file)
@@ -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)
   {
index 80e7aa2..aecab69 100644 (file)
@@ -241,7 +241,7 @@ public class Folks.Individual : Object,
   /**
    * {@inheritDoc}
    *
-   * @since UNRELEASED
+   * @since 0.9.5
    */
   public string[] client_types { get; set; }
 
index dd27dde..138c8f9 100644 (file)
@@ -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; }