aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-12-19 16:37:05 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-12-19 16:37:05 +0800
commita0b6270e802ea4342f365273106977a9ff2d09a4 (patch)
treecde01f260ef72e01339db47178494d82975d1d7e
parent1e71da786fcbc2ff9f4aa026b2b1fa05a752b499 (diff)
downloadgsoc2013-empathy-a0b6270e802ea4342f365273106977a9ff2d09a4.tar
gsoc2013-empathy-a0b6270e802ea4342f365273106977a9ff2d09a4.tar.gz
gsoc2013-empathy-a0b6270e802ea4342f365273106977a9ff2d09a4.tar.bz2
gsoc2013-empathy-a0b6270e802ea4342f365273106977a9ff2d09a4.tar.lz
gsoc2013-empathy-a0b6270e802ea4342f365273106977a9ff2d09a4.tar.xz
gsoc2013-empathy-a0b6270e802ea4342f365273106977a9ff2d09a4.tar.zst
gsoc2013-empathy-a0b6270e802ea4342f365273106977a9ff2d09a4.zip
3.11.3
-rw-r--r--NEWS22
-rw-r--r--configure.ac4
2 files changed, 24 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index df7468e6a..2626a7803 100644
--- 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)
=============
diff --git a/configure.ac b/configure.ac
index 3395c4148..a41d3c2ba 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], [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'