From f8f6290da81a0f785bf24c8e08eda2e69b7ebab6 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Mon, 16 Apr 2012 18:00:11 +0100 Subject: [PATCH] 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' -- 2.7.4