]> git.0d.be Git - empathy.git/commitdiff
3.10.1
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 14 Oct 2013 16:42:52 +0000 (12:42 -0400)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 14 Oct 2013 16:42:52 +0000 (12:42 -0400)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index c5225b2586e1e6f264df53e393d860b296303799..44c45fdb156eb39ed492a4c61733d8122ca22822 100644 (file)
--- 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:
index 67206478aeed83834f0265d262ab7b5cc7a35cf9..8c6254f6c35aea3d1d9036acfc2dde4e0eca03dc 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], [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'