[empathy] prepare 2.91.2



commit 51df29ca35c95707a1984976e447cb3f0bdeef7a
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Mon Nov 8 16:05:47 2010 +0100

    prepare 2.91.2

 NEWS         |   56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 58 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index dd41ea6..b816464 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,59 @@
+NEW in 2.91.2 (08/11/2010)
+=============
+
+The text channel handler has been splitted to its own process (empathy-chat).
+Thanks to Vitaly Minko, you can now add new words to the dictionary using the
+spelling menu.
+
+Empathy continues to follow the development of the GNOME 3 platform and so
+has been ported to latest GLib and GTK+ APIs.
+
+Dependencies:
+
+ â?¢ GTK+ â?¥ 2.91.3
+ â?¢ GLib â?¥ 2.27.2
+ â?¢ libnotify â?¥ 0.7.0
+
+Bugs fixed:
+ - Fixed #632681, tp_account_get_storage_restrictions: assertion `TP_IS_ACCOUNT (self)' failed when creating an account (Danielle Madeley)
+ - Fixed #550775, Can't add words to dictionary in empathy (Vitaly Minko)
+ - Fixed #573283, Most options should be disabled when right clicking on  in a chatroom (Vitaly Minko)
+ - Fixed #581029, Context needed to translate (Guillaume Desmottes)
+ - Fixed #609942, URLs are split at apostrophes (Vitaly Minko)
+ - Fixed #612205, Ctrl-C not working in the topic (Vitaly Minko)
+ - Fixed #616339, Problem with & symbol from status messages links in tooltips. (Vitaly Minko)
+ - Fixed #619858, contacts list should autoscroll when drag-n-dropping (Vitaly Minko)
+ - Fixed #619961, Drag and drop should work onto a collapsed group (Vitaly Minko)
+ - Fixed #625780, Not attaching to minimized window (Vitaly Minko)
+ - Fixed #628823, "Salut" -> "People Nearby" in the error message (Francisca Gallardo)
+ - Fixed #630421, Empathy fails to support multiple TEL fields in ContactInfo (Guillaume Desmottes)
+ - Fixed #631946, decouple roster from Text channel handler (Guillaume Desmottes)
+ - Fixed #632024, Be able to start contact search using menu (Vitaly Minko)
+ - Fixed #632550, Continue killing EmpathyDispatcher (Guillaume Desmottes)
+ - Fixed #632564, assertion `EMPATHY_IS_CONTACT (contact)' failed in individual_store_contact_sort (Travis Treitter)
+ - Fixed #632846, Empathy needs to catch up with G/tkApplication API breaks (Travis Reitter)
+ - Fixed #632912, Empathy programs no longer guarantee uniqueness (Travis Reitter)
+ - Fixed #632926, Hash mismatch error string is incomprehensible. (Guillaume Desmottes)
+ - Fixed #633329, Crash when trying to join a MUC (Guillaume Desmottes)
+ - Fixed #633816, empathy-av crashes at startup (Guillaume Desmottes)
+ - Fixed #633870, Jabber subscription request dialog is too difficult to understand for non-technical users (Alex Launi)
+
+Translations:
+ - Updated ca valencia Translation (Carles Ferrando)
+ - Updated crh Translation (ReÅ?at SABIQ)
+ - Updated es Translation (Daniel Mustieles, Jorge González)
+ - Updated gl Translation (Fran Diéguez)
+ - Updated he Translation (Yaron Shahrabani)
+ - Updated ja Translation (Takayuki KUSANO)
+ - Updated sl Translation (Matej UrbanÄ?iÄ?)
+ - Updated zh_CN Translation (Aron Xu)
+
+Documentation translations:
+ - Updated de Documentation translation (Mario Blättermann)
+ - Updated fr Documentation translation (Claude Paroz)
+ - Updated gl Documentation translation (Fran Diéguez)
+ - Updated hu Documentation translation (Gabor Kelemen)
+
 NEW in 2.91.1 (18/10/2010)
 =============
 
diff --git a/configure.ac b/configure.ac
index 97d2422..71145cd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,9 +1,9 @@
 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], [1])
+m4_define([empathy_micro_version], [2])
 m4_define([empathy_nano_version], [0])
 
 dnl Display the nano_version only if it's not '0'



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]