summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2012-04-16 18:00:11 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2012-04-16 18:00:11 +0100
commitf8f6290da81a0f785bf24c8e08eda2e69b7ebab6 (patch)
tree1965c20d3f79623231d7eb9c4b2729e1b942d1d0
parentef9accf8b57b94840c7a2216c2dcccc6bf0a29e8 (diff)
Release version 0.6.9FOLKS_0_6_9
-rw-r--r--NEWS7
-rw-r--r--configure.ac8
2 files changed, 10 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 6d89c740..a94627a7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,16 @@
Overview of changes from libfolks 0.6.8 to libfolks 0.6.9
=============================================================
+Major changes:
+• Forced quiescence timeout has been increased to 30s (from 5s)
+• Updates and improvements to the Telepathy backend test suite
+
Dependencies:
• telepathy-glib ≥ 0.15.5
Bugs fixed:
-• Bug 672980 — tp_account_get_protocol: assertion `TP_IS_ACCOUNT (account)' failed
+• Bug 672980 — tp_account_get_protocol: assertion `TP_IS_ACCOUNT (account)'
+ failed
Overview of changes from libfolks 0.6.7 to libfolks 0.6.8
=============================================================
diff --git a/configure.ac b/configure.ac
index 2f5cd0d8..0e80c74b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,10 +1,10 @@
# 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], [8])
-m4_define([folks_nano_version], [1])
+m4_define([folks_micro_version], [9])
+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,
@@ -12,7 +12,7 @@ m4_define([folks_nano_version], [1])
# 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], [32])
-m4_define([folks_lt_revision], [0])
+m4_define([folks_lt_revision], [1])
m4_define([folks_lt_age], [7])
# Display the nano_version only if it's not '0'