[empathy] Prepare 3.1.2



commit 84d12d32bb206c48ce45c416258f0c1316c2378b
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Fri Jun 10 14:49:30 2011 +0200

    Prepare 3.1.2

 NEWS         |   75 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |    4 +-
 release.py   |    2 +-
 3 files changed, 78 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 58d6b3e..ebf172d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,78 @@
+NEW in 3.1.2 (10/06/2011)
+============
+
+The "Big one" release.
+
+Dependencies:
+
+ â?¢ Folks â?¥ 0.5.1
+ â?¢ GStreamer â?¥ 0.10.32
+ â?¢ telepathy-glib â?¥ 0.15.1
+ â?¢ telepathy-logger â?¥ 0.2.8
+ â?¢ telepathy-farstream (optional)
+ â?¢ geocode-glib (optional)
+ â?¢ libcheese (optional)
+
+Empathy has now a brand new log viewer displaying calls as well as chats.
+Your telepathy-logger has to be built with call support to be able to enjoy
+this feature.
+
+We now support CSS variants in Adium themes (WebKit 1.4.1 recommended).
+If built with libcheese, Empathy can now use a webcam to create an avatar.
+
+This release also brings empathy-call, a new experimental handler for
+Call channels, our new audio/video API that is going to replace
+StreamedMedia channels.
+If you wish to test it, you'll need to install telepathy-farstream.
+This new handler can easily be disabled by passing --enable-call=no
+during the configure.
+
+Bugs fixed:
+ - Fixed #521747, Use Cheese to set avatar (Raluca Elena Podiuc)
+ - Fixed #585474, Support for CSS variants in adium themes (Xavier Claessens)
+ - Fixed #596737, No obvious way to view all the history (Emilio Pozuelo Monfort)
+ - Fixed #598904, Log viewer should show an account-independent calendar (Emilio Pozuelo Monfort)
+ - Fixed #635259, Allow to initiate a conversation/call from the previous conversations dialog (Emilio Pozuelo Monfort)
+ - Fixed #646526, It's difficult to find a MUC with the same name but connected via different accounts (Chandni Verma)
+ - Fixed #647011, Backport Call suport from 2.34 (Emilio Pozuelo Monfort)
+ - Fixed #648822, Port Empathy to Folks 0.5.1 (Travis Reitter)
+ - Fixed #649881, Weird parametrized variable syntax is not supported in message styles (Xavier Claessens)
+ - Fixed #649892, Use geocode-glib (Guillaume Desmottes)
+ - Fixed #650015, Chatroom joined but not displayed (Guillaume Desmottes)
+ - Fixed #650386, Should use tp_channel_dispatch_operation_claim_async() (Guillaume Desmottes)
+ - Fixed #650554, Make EmpathyTpChat a subclass of TpTextChannel (Guillaume Desmottes)
+ - Fixed #650590, cell-renderer-expander: fix rendering with GTK+3 (Cosimo Cecchi)
+ - Fixed #650844, SIP widget: add ignore-tls-errors (Guillaume Desmottes)
+ - Fixed #650846, Should insensitive unsupported params (Guillaume Desmottes)
+ - Fixed #650854, Fix expand/fill of some account widgets (Guillaume Desmottes)
+ - Fixed #650939, Cleanup empathy-avatar-chooser (Guillaume Desmottes)
+ - Fixed #651058, Insensitive text entry when joining a password protected IRC room (Chandni Verma)
+ - Fixed #651242, Use tp-glib high level SMS API (Guillaume Desmottes)
+ - Fixed #651489, protocol chooser is the slowest thing ever (Sjoerd Simons)
+ - Fixed #651913, Messages from offline contacts no longer show up in contact list (Guillaume Desmottes)
+ - Fixed #652015, Patch to fix a crash in empathy-accounts (Guillaume Desmottes)
+ - Fixed #652264, log viewer: tpl_entity_get_entity_type: assertion `TPL_IS_ENTITY (self)' failed
+ - Fixed #652270, "Missed call" icon should be the same everywhere (Guillaume Desmottes)
+ - Fixed #619866, Log viewer should be redesigne (Matthew Paul Thomas, Emilio Pozuelo Monfort)
+
+Translations:
+ - Updated an Translation (Daniel Martinez)
+ - Updated ca valencia Translation (Carles Ferrando)
+ - Updated cs Translation (Marek Ä?ernocký)
+ - Updated eo Translation (Kristjan SCHMIDT)
+ - Updated es Translation (Daniel Mustieles, Jorge González)
+ - Updated fa Translation (Arash Mousavi)
+ - Updated gl Translation (Fran Diéguez)
+ - Updated he Translation (Yaron Shahrabani)
+ - Updated nb Translation (Kjartan Maraas)
+ - Updated pl Translation (Piotr DrÄ?g)
+ - Updated sl Translation (Matej UrbanÄ?iÄ?)
+ - Updated th Translation (Sira Nokyoongtong)
+ - Updated tr Translation (Muhammet Kara)
+ - Updated ug Translation (Abduxukur Abdurixit)
+ - Updated uk Translation (Daniel Korostil)
+ - Updated vi Translation (Nguy�n Thái Ng�c Duy)
+
 NEW in 3.1.1 (09/05/2011)
 ============
 
diff --git a/configure.ac b/configure.ac
index b192e5f..c65be54 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], [3])
 m4_define([empathy_minor_version], [1])
-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'
diff --git a/release.py b/release.py
index 6d6afbd..180dab4 100755
--- a/release.py
+++ b/release.py
@@ -9,7 +9,7 @@ import time
 from string import Template
 from optparse import OptionParser
 
-last_tag_pattern = 'EMPATHY_2_91*'
+last_tag_pattern = 'EMPATHY_3_0*'
 upload_server = 'master.gnome.org'
 template = '''\
 $name $version is now available for download from:



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