summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS22
-rw-r--r--configure.ac4
2 files changed, 24 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 501ad8b85..b0746af01 100644
--- 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)
============
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'