]> git.0d.be Git - empathy.git/commitdiff
prepare 3.6.3
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 9 Jan 2013 10:13:37 +0000 (11:13 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 9 Jan 2013 10:20:01 +0000 (11:20 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 501ad8b852544e9fb247ea3e26b2d8c2a6988bcd..b0746af0167396e654a88c87eee69b885608d4dc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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)
 ============
 
index 15d27f372eae3e31cfd9760302ac5dd925fe8313..962bf608d781608f997fbf7976c38dc1fe0b92b2 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], [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'