diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-12-01 00:17:30 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-12-01 00:30:29 +0800 |
commit | 5f1d509ea8e964df5ea439f855892b4530566fce (patch) | |
tree | 80cce01ffafc23c8ad055b7679bd7b58e5f46463 | |
parent | c2fc41220152f8907f8511fb59d1c8153ddad5d6 (diff) | |
download | gsoc2013-empathy-5f1d509ea8e964df5ea439f855892b4530566fce.tar gsoc2013-empathy-5f1d509ea8e964df5ea439f855892b4530566fce.tar.gz gsoc2013-empathy-5f1d509ea8e964df5ea439f855892b4530566fce.tar.bz2 gsoc2013-empathy-5f1d509ea8e964df5ea439f855892b4530566fce.tar.lz gsoc2013-empathy-5f1d509ea8e964df5ea439f855892b4530566fce.tar.xz gsoc2013-empathy-5f1d509ea8e964df5ea439f855892b4530566fce.tar.zst gsoc2013-empathy-5f1d509ea8e964df5ea439f855892b4530566fce.zip |
prepare 2.29.3 releaseEMPATHY_2_29_3
-rw-r--r-- | NEWS | 44 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 45 insertions, 1 deletions
@@ -1,3 +1,47 @@ +NEW in 2.29.3 +============== + +The « Guillaume, 25 affonds ! » release. + +This release fixes a lot of regressions that have been introduced in 2.29.2 by +the port to TpAccount. +It also introduces a new widget to configure SIP accounts and adds the ability +to send files using Drag and Drop. + +Bugs fixed: + - Fixed #601235, calls to empathy_idle_get_status() before AM object is ready (Guillaume Desmottes) + - Fixed #548701, improve chat window title with multi tabs (Guillaume Desmottes) + - Fixed #571642, when an irc user changes nick, empathy doesn't indicate that the name changed (Jonathon Jongsma) + - Fixed #581626, Semantics of empathy -a (Guillaume Desmottes) + - Fixed #585582, Can't connect to google account "Network Error" + - Fixed #586678, "Manage favorites" dialog don't display the Room column if showing all account (Guillaume Desmottes) + - Fixed #590700, Wrong icon is used in notification for contacts without avatars (Guillaume Desmottes) + - Fixed #598381, WebKit automatically converts <a> tags in links (Gustavo Noronha Silva) + - Fixed #599315, confusing dependencies of NetworkManager ... libnm-glib v. libnm_glib (Brian Pepple) + - Fixed #599640, Messages are not correctly escaped for adium themes + - Fixed #600800, Crash when searching through logs (Guillaume Desmottes) + - Fixed #601697, SIP account widget is incomplete (Guillaume Desmottes) + - Fixed #601807, Previous conversations doesn't work any more + - Fixed #602013, Maximized state of main window is not preserved, and size/position is sometimes forgotten after deiconify + - Fixed #602066, Support /nick command + - Fixed #602324, Fix nautilus-sendto plugin's linking + - Fixed #602572, copy and paste not useful + - Fixed #602649, Raising from the notification area doesn't bring it to the current workspace (Xavier Claessens) + - Fixed #602852, Smileys are not displayed in /me messages + - Fixed #603163, Render emails in format <email@example.com> to links + - Fixed #603361, No contact appears when reconnecting (Guillaume Desmottes) + - Fixed #603384, Crash in debug dialog (Guillaume Desmottes) + - Fixed #595226, Send files using drag and drop (Shaun McCance) + - Fixed #600946, Add more friendly strings for TpMediaStreamError + - Fixed #601288, Video preview should always be displayed when we are sending video (Guillaume Desmottes) + +Translations: + - Updated es Translation (Jorge González) + - Updated gl Translation (Antón Méixome) + - Updated hu Translation (Gabor Kelemen) + - Updated ro Translation (Adi Roiban) + - Updated sl Translation (Matej Urbančič) + NEW in 2.29.2 ============= diff --git a/configure.ac b/configure.ac index 241fedfdc..111e2900b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ 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]) |