diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2013-01-09 18:13:37 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2013-01-09 18:20:01 +0800 |
commit | 9d54c02581f1b01d7dc90156b68dc6704c6258f8 (patch) | |
tree | 28c930216ff0c4cee041279dd1aa4cd5b8759de9 | |
parent | d626e269cd10cce37a1ca54ff7474ae6aee16df4 (diff) | |
download | gsoc2013-empathy-9d54c02581f1b01d7dc90156b68dc6704c6258f8.tar.gz gsoc2013-empathy-9d54c02581f1b01d7dc90156b68dc6704c6258f8.tar.zst gsoc2013-empathy-9d54c02581f1b01d7dc90156b68dc6704c6258f8.zip |
prepare 3.6.3EMPATHY_3_6_3
-rw-r--r-- | NEWS | 22 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 24 insertions, 2 deletions
@@ -1,3 +1,25 @@ +NEW in 3.6.3 (09/01/2013) +============ + +This stable release fixes a bunch of annoying bugs and one crasher. +Distributions shipping GNOME 3.6 should consider upgrading. + +Bugs fixed: + - Fixed #691085, Backslash escapes applied in the chat log (Guillaume Desmottes) + - Fixed #691137, Empathy contact list window resizes automatically when connections are lost (Guillaume Desmottes) + - Fixed #691195, Rakia / SIP "Use this account to call landlines and mobile phones" checkbox does nothing (Guillaume Desmottes) + - Fixed #691006, empathy-CRITICAL **: empathy_contact_dup_from_tp_contact: assertion `TP_IS_CONTACT (tp_contact)' failed (Guillaume Desmottes) + - Fixed #688132, code generation during build has a race due to unintended concurrency (Debarshi Ray, Guillaume Desmottes) + +Translations: + - Updated hi Translation (Rajesh Ranjan) + - Updated kn Translation (Shankar Prasad) + - Updated ml Translation (Ani Peter) + - Updated or Translation (ManojKumar Giri) + - Updated ta Translation (Dr.T.Vasudevan) + - Updated te Translation (Krishnababu Krothapalli) + - Updated ug Translation (Gheyret Kenji) + NEW in 3.6.2 (13/11/2012) ============ diff --git a/configure.ac b/configure.ac index 15d27f372..962bf608d 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], [6]) -m4_define([empathy_micro_version], [2]) +m4_define([empathy_micro_version], [3]) m4_define([empathy_nano_version], [0]) dnl Display the nano_version only if it's not '0' |