diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-04-05 17:02:31 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-04-05 17:02:31 +0800 |
commit | beb1e9f725a34f63bbd88744ff92ad6a596574e0 (patch) | |
tree | 079532bff9b1bf160502538491d3b6c8cf0ae0da | |
parent | 7843d9f5621b1489a60cb982513ad39e38926fde (diff) | |
download | gsoc2013-empathy-beb1e9f725a34f63bbd88744ff92ad6a596574e0.tar gsoc2013-empathy-beb1e9f725a34f63bbd88744ff92ad6a596574e0.tar.gz gsoc2013-empathy-beb1e9f725a34f63bbd88744ff92ad6a596574e0.tar.bz2 gsoc2013-empathy-beb1e9f725a34f63bbd88744ff92ad6a596574e0.tar.lz gsoc2013-empathy-beb1e9f725a34f63bbd88744ff92ad6a596574e0.tar.xz gsoc2013-empathy-beb1e9f725a34f63bbd88744ff92ad6a596574e0.tar.zst gsoc2013-empathy-beb1e9f725a34f63bbd88744ff92ad6a596574e0.zip |
Prepare 3.4.0.1EMPATHY_3_4_0_1
-rw-r--r-- | NEWS | 49 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 51 insertions, 2 deletions
@@ -1,3 +1,52 @@ +NEW in 3.4.0.1 (05/04/2012) +============== + +The "Please unify version numbers" release. + +This new releases fixes calls logging and is usable with the stable version of +telepathy-logger. + +Most of the Telepathy components have been branched and released as stable. We +recommend to distributors to use the following versions of these components: + • telepathy-glib 0.18.0 + • telepathy-gabble 0.16.0 + • telepathy-mission-control 5.12.0 + • telepathy-logger 0.4.0 + • telepathy-salut 0.8.0 + • telepathy-haze 0.6.0 + +Dependencies: + • Clutter ≥ 1.10.0 + • telepathy-logger ≥ 0.2.13 + +Bugs fixed: + - Fixed #652800, Empathy should notify when someone mention me at IRC (Will Thompson) + - Fixed #670601, empathy-accounts segfault (settings are null for liststore iter) (Guillaume Desmottes) + - Fixed #672560, Call window inline toolbar borders are not crisp (Cosimo Cecchi) + - Fixed #672561, Call window preview drop placeholder should not be red (Cosimo Cecchi) + - Fixed #672796, gst_element_get_name: return value should be freed (Debarshi Ray) + - Fixed #672839, Pidgin importer treeview should expand vertically. (Guillaume Desmottes) + - Fixed #673030, Empathy need porting to logger stable call1 support (Danielle Madeley, Nicolas Dufresne) + - Fixed #673046, Video preview is always behind the incoming video (Cosimo Cecchi) + - Fixed #673141, Right-click on GOA account let you disable it (Guillaume Desmottes) + - Fixed #673162, "Enable" account menu item doesn't connect the account (Guillaume Desmottes) + - Fixed #673444, Needs a clutter ≥ 1.10 dep (Guillaume Desmottes) + - Fixed #673451, Initial Empathy Accounts Dialog does not allow to click "Connect" (Guillaume Desmottes) + - Fixed #673480, nautilus-sendto menu entry "Instant Message (Empathy)" lacks icon (Guillaume Desmottes) + +Translations: + - Updated ar Translation (Ibrahim Saed) + - Updated eu Translation (Inaki Larranaga Murgoitio) + - Updated fa Translation (Arash Mousavi) + - Updated id Translation (Andika Triwidada) + - Updated ja Translation (Mako N) + - Updated ko Translation (Changwoo Ryu) + - Updated nb Translation (Kjartan Maraas) + - Updated or Translation (ManojKumar Giri) + +Documentation translations: + - Updated ja Documentation translation (Mako N) + NEW in 3.4.0 (26/03/2012) ============ Bugs fixed: diff --git a/configure.ac b/configure.ac index 028174ad5..2b5fb317c 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], [3]) m4_define([empathy_minor_version], [4]) m4_define([empathy_micro_version], [0]) -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], |