From e2637fcafa862b69129027d9d79374b4309abe47 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 20 Dec 2010 16:42:17 +0100 Subject: [PATCH] prepare 2.91.4 release --- NEWS | 25 +++++++++++++++++++++++++ configure.ac | 6 +++--- 2 files changed, 28 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 5568a1ed..ca89d8a7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,28 @@ +NEW in 2.91.4 (20/12/2010) +============= + +Empathy is now able to prompt you for your password when it's needed, rather +than requiring you to save it when you create the account. This needs the very +latest versions of connection managers (in some cases, unreleased versions). +Older connection managers will continue to work but you'll still have to save +passwords when creating accounts. + +Dependencies: + • telepathy-glib ≥ 0.13.9 + • GTK+ ≥ 2.91.6 + +Bugs fixed: + - Fixed #602450, Cannot clear password from created accounts (Jonny Lamb) + - Fixed #637135, Add nice UI for password-less accounts (Jonny Lamb) + - Fixed #637307, Accounts dialog doesn't select the right accounts when opened from the info bar (Guillaume Desmottes) + +Translations: + - Updated eo Translation (Kristjan SCHMIDT) + - Updated es Translation (Daniel Mustieles) + - Updated et Translation (Mattias Põldaru) + - Updated he Translation (Yaron Shahrabani) + - Updated nb Translation (Kjartan Maraas) + NEW in 2.91.3.1 (14/12/2010) =============== diff --git a/configure.ac b/configure.ac index 71d07592..bd1401f5 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], [2]) m4_define([empathy_minor_version], [91]) -m4_define([empathy_micro_version], [3]) -m4_define([empathy_nano_version], [1]) +m4_define([empathy_micro_version], [4]) +m4_define([empathy_nano_version], [0]) dnl Display the nano_version only if it's not '0' m4_define([empathy_base_version], -- 2.39.2