summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-02 17:35:17 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-02 18:04:08 +0200
commit19089099870f5bfe681aa18b90136906025caab7 (patch)
tree72854e8743eb94f1ad32c8fe63092f18739320d2
parentdd0384472ded465c5124700accba8f4b786c51d1 (diff)
downloadempathy-EMPATHY_2_31_6.tar.gz
prepare 2.31.6EMPATHY_2_31_6
-rw-r--r--NEWS40
-rw-r--r--configure.ac6
2 files changed, 43 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index f1b586e25..7d8aa545d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,43 @@
+NEW in 2.31.6 (02/08/2010)
+=============
+
+The « Oh, and the toilets are free. Mind the gap please. » release.
+
+Empathy now depends on libfolks ≥ 0.1.11. This doesn't introduce any
+user-visible changes yet, but is the first step towards introducing
+meta-contact support to Empathy.
+
+The audio/video window now has a "details" pane containing some information
+about the call.
+
+Bugs fixed:
+ - Fixed #599166, Add a "details" pane in the sidebar (Guillaume Desmottes)
+ - Fixed #621629, live-search: should select first matching contact (Felix Kaser)
+ - Fixed #623714, Rebase Empathy upon libfolks (Travis Treitter, Philip Withnall)
+ - Fixed #624268, Empathy crash when opening a chat (Guillaume Desmottes)
+ - Fixed #624462, Empathy segv in event_manager_add (Marc-Antoine Perennou)
+ - Fixed #624599, show the date in messages coming from history (Nicolò Chieffo)
+ - Fixed #624650, no more GtkNotebookPage in GTK+ 3.0 (Danielle Madeley)
+ - Fixed #625826, EmpathyMapView should be a GtkWindow (Guillaume Desmottes)
+ - Fixed #624412, control centre plugin no longer builds against recent gnome-c-c (Danielle Madeley)
+
+Translations:
+ - Updated ar Translation (Khaled Hosny)
+ - Updated de Translation (Mario Blättermann)
+ - Updated es Translation (Jorge González)
+ - Updated et Translation (Mattias Põldaru)
+ - Updated gl Translation (Fran Diéguez)
+ - Updated he Translation (Yaron Shahrabani)
+ - Updated nn Translation (Torstein Adolf Winterseth)
+ - Updated sl Translation (Andrej Žnidaršič)
+ - Updated zh_CN Translation (Yunqiang Su, Aron Xu)
+ - Updated zh_HK Translation (Cheng-Chia Tseng)
+ - Updated zh_TW Translation (Cheng-Chia Tseng)
+
+Documentation translations:
+ - Updated gl Documentation translation (Fran Diéguez)
+ - Updated zh_CN Documentation translation (Aron Xu)
+
NEW in 2.31.5.1 (13/07/2010)
===============
diff --git a/configure.ac b/configure.ac
index f9d6d41a6..f02ca2a89 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,10 +1,10 @@
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], [2])
m4_define([empathy_minor_version], [31])
-m4_define([empathy_micro_version], [5])
-m4_define([empathy_nano_version], [1])
+m4_define([empathy_micro_version], [6])
+m4_define([empathy_nano_version], [0])
dnl Display the nano_version only if it's not '0'
m4_define([empathy_base_version],