diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-03-03 21:00:08 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-03-04 01:15:51 +0800 |
commit | f2feaec269edf3af49eea8adc66788d856d6de05 (patch) | |
tree | 52a6eeb3149dc8b86b421049bed7328e03156790 | |
parent | 8b5548ea1250a6889856df24cd04e62ce65b9cc2 (diff) | |
download | gsoc2013-empathy-f2feaec269edf3af49eea8adc66788d856d6de05.tar gsoc2013-empathy-f2feaec269edf3af49eea8adc66788d856d6de05.tar.gz gsoc2013-empathy-f2feaec269edf3af49eea8adc66788d856d6de05.tar.bz2 gsoc2013-empathy-f2feaec269edf3af49eea8adc66788d856d6de05.tar.lz gsoc2013-empathy-f2feaec269edf3af49eea8adc66788d856d6de05.tar.xz gsoc2013-empathy-f2feaec269edf3af49eea8adc66788d856d6de05.tar.zst gsoc2013-empathy-f2feaec269edf3af49eea8adc66788d856d6de05.zip |
prepare 2.29.91.1 releaseEMPATHY_2_29_91_1
-rw-r--r-- | NEWS | 48 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 50 insertions, 2 deletions
@@ -1,3 +1,51 @@ +NEW in 2.29.91.1 +================ + +The "No Chatroulette on your phone!" release. + +This new version can optionally use the telepathy-logger for log +management when built with --enable-tpl. +We discourage distributions shipping GNOME from enabling this +feature for now. + +This release also fixes lot of bugs in the accounts dialog and assistant. + +Bugs fixed: + - Fixed #598905, Should request channels via the channel dispatcher (Sjoerd Simons) + - Fixed #518414, Conversation logger should be a separated process (Cosimo Alfarano) + - Fixed #599189, Should fetch logs asynchronously (Cosimo Alfarano) + - Fixed #603463, the name in accounts-dialog does not change after creation (Guillaume Desmottes) + - Fixed #608111, If first-run wizard is cancelled, it is never seen again. + - Fixed #610751, [PATCH] Add missing libm linking (Brian Pepple) + - Fixed #610769, Add search support to the Debug window (Mike Ruprecht) + - Fixed #610847, Infobar message is unclear when presence is offline (Guillaume Desmottes) + - Fixed #610886, Remove inset framing from the main window (Sander Dijkhuis) + - Fixed #610942, Crash when adding new account using control-center module (Guillaume Desmottes) + - Fixed #611062, Map is not displayed if contact only publishes his lon/lat (Guillaume Desmottes) + - Fixed #611071, Calls Close() three times on IM channels. (Will Thompson) + - Fixed #611126, When the existing window is activated it is marked as skip task bar (Rob Bradford) + - Fixed #611131, account assistant does not appear when accounts list is Empathy until you run Edit->Accounts (Danielle Madeley) + - Fixed #611179, TPL 0.1.1 update: review needed (Cosimo Alfarano) + - Fixed #611309, Use emblem-favorite icon (Guillaume Desmottes) + - Fixed #611565, Doesn't set status to online when adding initial accounts (Guillaume Desmottes) + - Fixed #611675, Assistant: set better display name (Guillaume Desmottes) + - Fixed #611224, new account initially shows offline/disabled status (Sjoerd Simons) + +Translations: + - Updated ar Translation (Khaled Hosny) + - Updated bg Translation (Alexander Shopov) + - Updated de Translation (Mario Blättermann) + - Updated el Translation (Jennie Petoumenou) + - Updated en_GB Translation (Bruce Cowan) + - Updated es Translation (Jorge González) + - Updated et Translation (Mattias Põldaru) + - Updated he Translation (blueomega) + - Updated it Translation (Milo Casagrande) + - Updated sl Translation (Matej Urbančič) + - Updated sv Translation (Daniel Nylander) + - Updated zh_HK Translation (Cheng-Chia Tseng) + - Updated zh_TW Translation (Cheng-Chia Tseng) + NEW in 2.29.91 ============== diff --git a/configure.ac b/configure.ac index 5d09d86f0..488e6cd4f 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], [29]) m4_define([empathy_micro_version], [91]) -m4_define([empathy_nano_version], [0]) +m4_define([empathy_nano_version], [1]) dnl Display the nano_version only if it's not '0' m4_define([empathy_base_version], |