Release version 0.6.9 FOLKS_0_6_9
authorPhilip Withnall <philip@tecnocode.co.uk>
Mon, 16 Apr 2012 17:00:11 +0000 (18:00 +0100)
committerPhilip Withnall <philip@tecnocode.co.uk>
Mon, 16 Apr 2012 17:00:11 +0000 (18:00 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 6d89c74..a94627a 100644 (file)
--- 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
 =============================================================
index 2f5cd0d..0e80c74 100644 (file)
@@ -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'