aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-11-13 23:59:42 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-11-13 23:59:42 +0800
commit9ba4ab702ebf55397a99c8cbfe19f1ab60376b95 (patch)
treeb0d68a47e1ee91883ed15c0b182ca49534db9658
parentbe985e63f4e15768633eedfff8cbb732c1a1868d (diff)
downloadgsoc2013-empathy-9ba4ab702ebf55397a99c8cbfe19f1ab60376b95.tar
gsoc2013-empathy-9ba4ab702ebf55397a99c8cbfe19f1ab60376b95.tar.gz
gsoc2013-empathy-9ba4ab702ebf55397a99c8cbfe19f1ab60376b95.tar.bz2
gsoc2013-empathy-9ba4ab702ebf55397a99c8cbfe19f1ab60376b95.tar.lz
gsoc2013-empathy-9ba4ab702ebf55397a99c8cbfe19f1ab60376b95.tar.xz
gsoc2013-empathy-9ba4ab702ebf55397a99c8cbfe19f1ab60376b95.tar.zst
gsoc2013-empathy-9ba4ab702ebf55397a99c8cbfe19f1ab60376b95.zip
prepare 3.6.2EMPATHY_3_6_2
-rw-r--r--NEWS26
-rw-r--r--configure.ac4
2 files changed, 28 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 03893b322..501ad8b85 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+NEW in 3.6.2 (13/11/2012)
+============
+
+This stable release improves GNOME Online Account integration and fixes a
+bunch of call related bugs thanks to Debarshi Ray's awesome work.
+
+Bugs fixed:
+ - Fixed #687690, Support X-TELEPATHY-PASSWORD for GOA accounts (Debarshi Ray)
+ - Fixed #652546, Add X-GOOGLE-PLATFORM support (Giovanni Campagna)
+ - Fixed #687449, switch video input is sensitive even though I only have one camera (Debarshi Ray)
+ - Fixed #687762, Don't unref properties before creating the certificate (Debarshi Ray)
+ - Fixed #686314, Unref the list of FsElementAddedNotifiers on fs-conference-removed (Debarshi Ray)
+ - Fixed #686311, Tries to remove fsrtpconference element from wrong pipeline (Debarshi Ray)
+
+Translations:
+ - Updated de Translation (Tobias Endrigkeit)
+ - Updated et Translation (Mattias Põldaru)
+ - Updated fa Translation (Arash Mousavi)
+ - Updated ga Translation (Seán de Búrca)
+ - Updated gu Translation (Sweta Kothari)
+ - Updated kn Translation (Shankar Prasad)
+ - Updated nn Translation (Andreas N)
+ - Updated or Translation (ManojKumar Giri)
+ - Updated pa Translation (A S Alam)
+ - Updated pt_BR Translation (Rafael Ferreira)
+
NEW in 3.6.1 (15/10/2012)
============
diff --git a/configure.ac b/configure.ac
index ccf9496bc..dd2e8393b 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], [1])
+m4_define([empathy_micro_version], [2])
m4_define([empathy_nano_version], [0])
dnl Display the nano_version only if it's not '0'