[folks/folks-0-6] Release version 0.6.9



commit f8f6290da81a0f785bf24c8e08eda2e69b7ebab6
Author: Philip Withnall <philip tecnocode co uk>
Date:   Mon Apr 16 18:00:11 2012 +0100

    Release version 0.6.9

 NEWS         |    7 ++++++-
 configure.ac |    8 ++++----
 2 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 6d89c74..a94627a 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 2f5cd0d..0e80c74 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'



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