summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-11-11 11:07:05 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-11-11 11:07:05 +0100
commitb7ab7f6705e8cc615ae392399c1fb80f0a564722 (patch)
tree4f2b247156d4e4eca50a8427c2368d56a5dd563f
parent51e5350607db52a16ca4effeca5f4ac1c5129781 (diff)
3.8.5
-rw-r--r--NEWS14
-rw-r--r--configure.ac4
2 files changed, 16 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 582a5d04..063c9c3c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+NEW in 3.8.5 (11/11/2013)
+============
+
+This new stable release fixes authentification with Facebook's XMPP servers
+which has recently been broken.
+
+Bugs fixed:
+ - Fixed #709741, audio-sink: fix compilation with GStreamer 0.10 (Will Thompson)
+ - Fixed #707747, Can not log into Facebook Chat using X-FACEBOOK-PLATFORM (Xavier Claessens)
+
+Translations:
+ - Updated fi Translation (Lasse Liehu)
+ - Updated tr Translation (Emin Tufan Çetin)
+
NEW in 3.8.4 (09/09/2013)
============
diff --git a/configure.ac b/configure.ac
index eae41a11..3ad33772 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], [8])
-m4_define([empathy_micro_version], [4])
+m4_define([empathy_micro_version], [5])
m4_define([empathy_nano_version], [0])
dnl Display the nano_version only if it's not '0'