]> git.0d.be Git - empathy.git/commitdiff
3.11.3
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 19 Dec 2013 08:37:05 +0000 (09:37 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 19 Dec 2013 08:37:05 +0000 (09:37 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index df7468e6a3776ba44ae7e4f5731f0a1155d812a7..2626a780327af1013a641898497e7e45201e3cef 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+NEW in 3.11.3 (19/12/2013)
+=============
+
+Bugs fixed:
+ - Fixed #685899, Smileys are always inserted at the end of the entry, not at the cursor position (Veena Katiyar)
+ - Fixed #707747, Can not log into Facebook Chat using X-FACEBOOK-PLATFORM (Xavier Claessens)
+ - Fixed #709611, Roster: use the plural for "any contacts" (Will Thompson)
+ - Fixed #711226, Skip Haze's IRC implementation (Debarshi Ray)
+ - Fixed #712839, Remove empathy_create_individual_from_tp_contact() (Philip Withnall)
+
+Translations:
+ - Updated de Translation (Benjamin Steinwender)
+ - Updated es Translation (Daniel Mustieles)
+ - Updated it Translation (Milo Casagrande)
+ - Updated pa Translation (A S Alam)
+ - Updated ta Translation (Shantha kumar)
+ - Updated te Translation (Krishnababu Krothapalli)
+ - Updated zh_CN Translation (Wylmer Wang)
+
+Documentation translations:
+ - Updated el Documentation translation (Dimitris Spingos)
+
 NEW in 3.11.1 (31/10/2013)
 =============
 
index 3395c4148884aac21eecc5d9d0e15ef3121f8d15..a41d3c2ba0c1e45c41c093a004f3f303aab18bcd 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], [11])
-m4_define([empathy_micro_version], [1])
+m4_define([empathy_micro_version], [3])
 m4_define([empathy_nano_version], [0])
 
 dnl Display the nano_version only if it's not '0'