diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-04-30 23:21:34 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-04-30 23:22:25 +0800 |
commit | 8b66333ace95cb356140b2c31f4b8d9f83a69162 (patch) | |
tree | a5b7b9d210e5915d4834d7ff2d6395f3eaca88bb | |
parent | c182c4dc507b2b6c9a79bf93d31aa52925b0908a (diff) | |
download | gsoc2013-empathy-8b66333ace95cb356140b2c31f4b8d9f83a69162.tar gsoc2013-empathy-8b66333ace95cb356140b2c31f4b8d9f83a69162.tar.gz gsoc2013-empathy-8b66333ace95cb356140b2c31f4b8d9f83a69162.tar.bz2 gsoc2013-empathy-8b66333ace95cb356140b2c31f4b8d9f83a69162.tar.lz gsoc2013-empathy-8b66333ace95cb356140b2c31f4b8d9f83a69162.tar.xz gsoc2013-empathy-8b66333ace95cb356140b2c31f4b8d9f83a69162.tar.zst gsoc2013-empathy-8b66333ace95cb356140b2c31f4b8d9f83a69162.zip |
Prepare 3.5.1EMPATHY_3_5_1
-rw-r--r-- | NEWS | 48 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 50 insertions, 2 deletions
@@ -1,3 +1,51 @@ +NEW in 3.5.1 (30/04/2012) +============ + +Dependencies: + • GLib ≥ 2.32.0 + • telepathy-glib ≥ 0.17.6 + • Intltool ≥ 0.50.0 + +Bugs fixed: + - Fixed #501065, Can't rename group (Guillaume Desmottes) + - Fixed #668186, make check does not run the test suite (which doesn't pass when it is run) (Guillaume Desmottes) + - Fixed #668261, empathy-tls-test (Stef Walter) + - Fixed #669134, SIP widget: add local IP widgets (Laurent Contzen) + - Fixed #669177, Show who changed the subject. + - Fixed #672619, Drop org.gnome.Empathy.gschema.xml.in (Guillaume Desmottes) + - Fixed #672976, Use GNetworkMonitor (Guillaume Desmottes) + - Fixed #673159, Add 'Rename' entry to accounts context menu (Guillaume Desmottes) + - Fixed #673410, Tooltip text when editing should be translatable (Laurent) + - Fixed #673821, Remove old contact list code (Guillaume Desmottes) + - Fixed #674432, The buddy list window is very small by default (Guillaume Desmottes) + - Fixed #640846, No tooltips in status picker (Laurent Contzen) + +Translations: + - Updated an Translation (Daniel Martinez Cucalon) + - Updated ar Translation (Ibrahim Saed) + - Updated ca Translation (Jordi Serratosa) + - Updated ca@valencia Translation (Carles Ferrando) + - Updated en_CA Translation (Tiffany Antopolski) + - Updated es Translation (Daniel Mustieles) + - Updated eu Translation (Inaki Larranaga Murgoitio) + - Updated fa Translation (Arash Mousavi) + - Updated gl Translation (Fran Diéguez) + - Updated he Translation (Yaron Shahrabani) + - Updated hi Translation (Chandan Kumar) + - 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) + - Updated sk Translation (Pavol Klačanský) + - Updated sl Translation (Matej Urbančič, Andrej Žnidaršič) + - Updated te Translation (Sasi Bhushan) + - Updated zh_CN Translation (Automatic Mirroring) + +Documentation translations: + - Updated fr Documentation translation (Bruno Brouard) + - Updated ja Documentation translation (Mako N) + NEW in 3.4.1 (16/04/2012) ============ diff --git a/configure.ac b/configure.ac index 2f41feccf..976a829ed 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], [5]) -m4_define([empathy_micro_version], [0]) +m4_define([empathy_micro_version], [1]) m4_define([empathy_nano_version], [0]) dnl Display the nano_version only if it's not '0' |