From: Guillaume Desmottes Date: Mon, 14 Oct 2013 16:42:52 +0000 (-0400) Subject: 3.10.1 X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=50233ad566158a3e6cc571ad553c5f01d8b4bbfa 3.10.1 --- diff --git a/NEWS b/NEWS index c5225b25..44c45fdb 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,25 @@ +NEW in 3.10.1 (14/10/2013) +============= + +The "Massive Poutine" release. + +Bugs fixed: + - Fixed #709741, audio-sink: fix compilation with GStreamer 0.10 (Will Thompson) + - Fixed #710017, empathy-debugger: no MC logs (Guillaume Desmottes) + - Fixed #709677, crash when connecting SIP client (Guillaume Desmottes) + - Fixed #708716, crash in empathy-chat (Guillaume Desmottes) + - Fixed #707885, need to escape spaces in action names (Guillaume Desmottes) + - Fixed #708684, Warning when opening preferences dialog (Guillaume Desmottes) + +Translations: + - Updated ca@valencia Translation (Carles Ferrando) + - Updated fa Translation (Arash Mousavi) + - Updated ja Translation (Jiro Matsuzawa, victory) + - Updated pt Translation (António Lima) + - Updated tr Translation (Emin Tufan Çetin) + - Updated zh_HK Translation (Chao-Hsiung Liao) + - Updated zh_TW Translation (Chao-Hsiung Liao) + NEW in 3.10.0 (24/09/2013) ============= Bugs fixed: diff --git a/configure.ac b/configure.ac index 67206478..8c6254f6 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], [10]) -m4_define([empathy_micro_version], [0]) +m4_define([empathy_micro_version], [1]) m4_define([empathy_nano_version], [0]) dnl Display the nano_version only if it's not '0'