summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Reitter <travis.reitter@collabora.co.uk>2013-08-26 17:37:47 -0700
committerTravis Reitter <travis.reitter@collabora.co.uk>2013-08-26 18:13:24 -0700
commit93e79280c4017ced82d0fee3978d27e89d825d63 (patch)
tree2a0b235ce73f211bd58d06c623035bb7d2cf6e57
parentbfa9bad7c100e2f6cdbd8e42367fa515df5470d4 (diff)
Release version 0.9.5FOLKS_0_9_5
-rw-r--r--backends/telepathy/lib/tpf-persona.vala2
-rw-r--r--configure.ac6
-rw-r--r--folks/individual-aggregator.vala8
-rw-r--r--folks/individual.vala2
-rw-r--r--folks/presence-details.vala2
5 files changed, 10 insertions, 10 deletions
diff --git a/backends/telepathy/lib/tpf-persona.vala b/backends/telepathy/lib/tpf-persona.vala
index 1389276b..6a3cf550 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 23adc331..3112a570 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 84d483fe..f8594919 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 80e7aa2b..aecab69c 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 dd27ddea..138c8f93 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; }