]> git.0d.be Git - empathy.git/commitdiff
Prepare 3.1.2
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Fri, 10 Jun 2011 12:49:30 +0000 (14:49 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Fri, 10 Jun 2011 13:20:56 +0000 (15:20 +0200)
NEWS
configure.ac
release.py

diff --git a/NEWS b/NEWS
index 58d6b3e64c7e0064f89f9dc4c3582c2ce535a95f..ebf172d498bb67bf3068b687b73a7209950e995a 100644 (file)
--- 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)
 ============
 
index b192e5f6b48fb9967db117c61edfa9992bf350d9..c65be54167ee93b4b22426e2b35425a775481c36 100644 (file)
@@ -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'
index 6d6afbdf4c7f0975b531c88e11829284d67180e0..180dab40a1e3dadaf89a70267ac629f5815bb5d5 100755 (executable)
@@ -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: