aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-18 17:29:52 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-18 18:11:10 +0800
commit64aab02057a9a9496bcc94435f47f6a91cf1564a (patch)
tree8cd7326ceaccf5dded71bba84a5a4ad0312ae21e
parent83bb1d62a578f41b8961c59cf805230b6ccc0e67 (diff)
downloadgsoc2013-empathy-64aab02057a9a9496bcc94435f47f6a91cf1564a.tar
gsoc2013-empathy-64aab02057a9a9496bcc94435f47f6a91cf1564a.tar.gz
gsoc2013-empathy-64aab02057a9a9496bcc94435f47f6a91cf1564a.tar.bz2
gsoc2013-empathy-64aab02057a9a9496bcc94435f47f6a91cf1564a.tar.lz
gsoc2013-empathy-64aab02057a9a9496bcc94435f47f6a91cf1564a.tar.xz
gsoc2013-empathy-64aab02057a9a9496bcc94435f47f6a91cf1564a.tar.zst
gsoc2013-empathy-64aab02057a9a9496bcc94435f47f6a91cf1564a.zip
prepare 2.31.90 releaseEMPATHY_2_31_90
-rw-r--r--NEWS69
-rw-r--r--configure.ac6
2 files changed, 72 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 7d8aa545d..4f4ceae94 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,72 @@
+NEW in 2.31.90 (18/08/2010)
+==============
+
+The "Dissociative identity disorder" release.
+
+Dependencies:
+
+ • telepathy-glib ≥ 0.11.13
+ • telepathy-logger ≥ 0.1.5
+ • folks ≥ 0.1.13
+
+Thanks to the hard work of Philip Withnall and Travis Treitter, Empathy
+finally gained meta-contacts support! There is still lots of work to do but
+most the pieces are now in place. You can use the linking dialogue to
+merge similar contacts together.
+
+This is still in very early stage so some regressions have to be expected. If you
+experience any please check for existing bug reports before reporting.
+Most of the them should be filed using the 'Meta Contacts' component [1].
+
+But meta-contacts support is the not the only new feature in this release!
+Empathy should now report more useful error messages when failing to connect.
+The preferences window gained an option to disable logging of chats
+and the 'Details' pane of the call UI now displays information about the
+candidates used to stream the audio/video data.
+
+[1] https://bugzilla.gnome.org/buglist.cgi?product=empathy&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&component=Meta%20Contacts
+
+Bugs fixed:
+ - Fixed #523895, Use ConnectionError for better error reporting (Guillaume Desmottes)
+ - Fixed #567858, Logging should be optional (Guillaume Desmottes)
+ - Fixed #621090, Live search does not show offline contacts (Felix Kaser)
+ - Fixed #621642, live search should display "no match found" if thats the case (Felix Kaser)
+ - Fixed #621643, the treeview should have the default focus (Felix Kaser)
+ - Fixed #622714, 'previous conversations' on a contact brings up generic dialog (Guillaume Desmottes)
+ - Fixed #623139, Should use TpSimpleHandler to handle FT channels (Guillaume Desmottes)
+ - Fixed #623934, follow LC_TIME preferred time format when printing time and date (Nicolò Chieffo)
+ - Fixed #624062, GPS data precision (Guillaume Desmottes)
+ - Fixed #624344, details pane: display FsCandidate info (Guillaume Desmottes)
+ - Fixed #625641, Crash in g_value_array_free, valuearray_simple_free at dbus-gvalue-utils.c line 790 (Philip Withnall)
+ - Fixed #625675, freenode should be the default irc network when creating an irc account (Bilal Akhtar)
+ - Fixed #625828, No custom presence message in tooltip (Philip Withnall)
+ - Fixed #625950, Remove "Ubuntu servers" from irc channel list (Brian Curtis)
+ - Fixed #626009, [PATCH] Allow selection of persona to chat to (Philip Withnall)
+ - Fixed #626041, Fix an assertion failure in the filtering code due to show-offline changes (Philip Withnall)
+ - Fixed #626114, gcc warning fixes (Philip Withnall)
+ - Fixed #626130, Add linking UI for Individuals (Philip Withnall)
+ - Fixed #626162, No audio/video icon in the contact list (Philip Withnall)
+ - Fixed #626552, Sporadic tree model warnings upon initial fill in Empathy (Philip Withnall)
+ - Fixed #626600, Make use of TpAccountChannelRequest (Guillaume Desmottes)
+ - Fixed #626602, Add support for new errors (Guillaume Desmottes)
+ - Fixed #626620, Log In button is not enabled after all details are entered while creating IRC account (Guillaume Desmottes)
+ - Fixed #626630, Use TpAccountChannelRequest to request text channels (Guillaume Desmottes)
+ - Fixed #626636, Should use TpCapabilities to get RCC (Guillaume Desmottes)
+ - Fixed #626992, Back and Forward buttons in Previous conservations window are reversed (Guillaume Desmottes)
+ - Fixed #626994, Rename Back and Forward buttons,in Previous Conservations > Search Tab, to Previous and Next (Guillaume Desmottes)
+ - Fixed #627165, Use tp-glib's user action API (Guillaume Desmottes)
+
+Translations:
+ - Updated es Translation (Jorge González)
+ - Updated gl Translation (Fran Diéguez)
+ - Updated he Translation (Yaron Shahrabani)
+ - Updated nb Translation (Kjartan Maraas)
+ - Updated pa Translation (A S Alam)
+ - Updated ru Translation (Leonid Kanter)
+ - Updated sl Translation (Matej Urbančič)
+ - Updated sv Translation (Daniel Nylander)
+ - Updated zh_CN Translation (Funda Wang)
+
NEW in 2.31.6 (02/08/2010)
=============
diff --git a/configure.ac b/configure.ac
index fa740c211..57642439c 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], [6])
-m4_define([empathy_nano_version], [1])
+m4_define([empathy_micro_version], [90])
+m4_define([empathy_nano_version], [0])
dnl Display the nano_version only if it's not '0'
m4_define([empathy_base_version],