From 8957b456d91821ff56a559b36066e66546f0dfe3 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 6 Sep 2011 10:08:34 +0200 Subject: prepare 3.1.91 --- NEWS | 40 ++++++++++++++++++++++++++++++++++++++++ configure.ac | 6 +++--- 2 files changed, 43 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index ddb2cf89d..f6e9ca113 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,43 @@ +NEW in 3.1.91 (06/09/2011) +============= + +This release introduces a new optional mission-control plugins providing +integration with GNOME's online accounts service. With this plugin +installed, mission-control will automatically create a Telepathy account +if there is a Google GOA account configured with the 'Chat' feature enabled. + +Dependencies: + + • mission-control-plugins (optional) + • goa (optional) + +Bugs fixed: + - Fixed #652543, Add a MC GOA plugin (Danielle Madeley, Guillaume, Desmottes) + - Fixed #656871, Shouldn't allow to start video call with audio only contact (Emilio Pozuelo Monfort) + - Fixed #657087, build: fix typo in configure summary (Cosimo Cecchi) + - Fixed #657266, empathy crashed with SIGSEGV in folks_persona_store_get_can_alias_personas() (Guillaume Desmottes) + - Fixed #657842, Search field isn't at the right end of the History window toolbar (Guillaume Desmottes) + - Fixed #657843, Chat and Call icons don't match in History window (Emilio Pozuelo Monfort) + - Fixed #657914, EmpathyIndividualStore segfaults if contact cannot be obtained by individual (Cosimo Alfarano) + - Fixed #657954, log-window: add the "raised" style class to the account chooser (Cosimo Cecchi) + - Fixed #657956, primary-toolbar style class has been removed (Cosimo Cecchi) + - Fixed #658254, empathy-accounts.desktop should not get installed if no control center embedding (Guillaume Desmottes) + +Translations: + - Updated be Translation (Ihar Hrachyshka) + - Updated fa Translation (Arash Mousavi) + - Updated gl Translation (Fran Dieguez) + - Updated lt Translation (Aurimas Černius) + - Updated nb Translation (Kjartan Maraas) + - Updated nl Translation (Hannie Dumoleyn) + - Updated pt_BR Translation (Antonio Fernandes C. Neto) + - Updated ru Translation (Yuri Myasoedov) + - Updated sv Translation (Daniel Nylander) + - Updated ta Translation (Dr.T.Vasudevan) + +Documentation translations: + - Updated es Documentation translation (Jorge González) + NEW in 3.1.90.1 (31/08/2011) =============== diff --git a/configure.ac b/configure.ac index 2b0d27607..b122577e4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ dnl If not 1, append datestamp to the version number -m4_define(empathy_released, 0) +m4_define(empathy_released, 1) m4_define([empathy_major_version], [3]) m4_define([empathy_minor_version], [1]) -m4_define([empathy_micro_version], [90]) -m4_define([empathy_nano_version], [1]) +m4_define([empathy_micro_version], [91]) +m4_define([empathy_nano_version], [0]) dnl Display the nano_version only if it's not '0' m4_define([empathy_base_version], -- cgit v1.2.3