aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-10-15 00:42:52 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-10-15 00:42:52 +0800
commit50233ad566158a3e6cc571ad553c5f01d8b4bbfa (patch)
tree021bcc9ea72a68971029638f0a4649e42b9bc01b
parentdea9f68e37b897f61eba440128fbc6dfb0b97f7e (diff)
downloadgsoc2013-empathy-50233ad566158a3e6cc571ad553c5f01d8b4bbfa.tar
gsoc2013-empathy-50233ad566158a3e6cc571ad553c5f01d8b4bbfa.tar.gz
gsoc2013-empathy-50233ad566158a3e6cc571ad553c5f01d8b4bbfa.tar.bz2
gsoc2013-empathy-50233ad566158a3e6cc571ad553c5f01d8b4bbfa.tar.lz
gsoc2013-empathy-50233ad566158a3e6cc571ad553c5f01d8b4bbfa.tar.xz
gsoc2013-empathy-50233ad566158a3e6cc571ad553c5f01d8b4bbfa.tar.zst
gsoc2013-empathy-50233ad566158a3e6cc571ad553c5f01d8b4bbfa.zip
3.10.1
-rw-r--r--NEWS22
-rw-r--r--configure.ac4
2 files changed, 24 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index c5225b258..44c45fdb1 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 67206478a..8c6254f6c 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'