]> git.0d.be Git - empathy.git/commitdiff
prepare 2.31.3
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 7 Jun 2010 15:04:03 +0000 (17:04 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 7 Jun 2010 15:04:03 +0000 (17:04 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 9fcf465cbab2101a1e10f3be408f762b699b58b6..a31ec2c2382995486fb36ad768b5f5de8a79184b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,55 @@
+NEW in 2.31.3 (07/06/2010)
+=============
+
+The "Curtain required call" release.
+
+This new release brings significant improvements to the spell checker.
+It should also fix connection issues with Facebook accounts. If you
+experienced issues with previous versions you should recreate your account and
+give it another try.
+
+Empathy now depends on telepathy-glib 0.11.6.
+
+Bugs fixed:
+ - Fixed #520207, Edit favorite button doesn't work (Guillaume Desmottes)
+ - Fixed #579812, Use avatar data/cache from TpContact (Xavier Claessens)
+ - Fixed #604159, Spell checker breaks words incorrectly (on apostrophes, for example) (Mike Ruprecht)
+ - Fixed #611466, "Applications->Internet->Empathy IM client" title is sub-optimal (Paul Sladen)
+ - Fixed #611894, Add option to make chatroom "always urgent" (Jonas Bonn)
+ - Fixed #612523, display protocol names for configured accounts in the debug window (Danielle Madeley)
+ - Fixed #616603, Should use tp-glib API to get avatar requirements (Xavier Claessens)
+ - Fixed #616616, Possible to open multiple accounts dialog (Danielle Madeley)
+ - Fixed #617971, Empathy silently fails importing contacts from Pidgin (Guillaume Desmottes)
+ - Fixed #618993, Fix various channel handling issues (Guillaume Desmottes)
+ - Fixed #619378, Fix contact menu items' capitalization (Gabriel Burt)
+ - Fixed #619488, EmpathyTpContactFactort should be killed (Xavier Claessens)
+ - Fixed #619489, EmpathyContactMonitor should be killed (Xavier Claessens)
+ - Fixed #619678, "Invite" button not marked for translation (Guillaume Desmottes)
+ - Fixed #619701, Avatar chooser can enter infinite loop (Xavier Claessens)
+ - Fixed #619702, configure script not compatible with dash as /bin/sh (Simons McVittie)
+ - Fixed #619736, crash on 0-byte file in log search (Robert McQueen)
+ - Fixed #619862, "Network error" on connecting to Facebook Chat (Guillaume Desmottes)
+ - Fixed #619863, "Previous Conversations" Search entry is not activatable (Guillaume Desmottes)
+ - Fixed #619980, empathy hangs with high cpu load when changing avatar (Xavier Claessens)
+ - Fixed #620439, "Join favorites" should deal better with connecting accounts (Guillaume Desmottes)
+ - Fixed #620474, Status reported by account dialog is wrong in connman mode (Rob Bradford)
+ - Fixed #620476, accounts_dialog_update_status_infobar mixes const and allocated strings for message (Rob Bradford)
+ - Fixed #620657, Empathy should not requires that geoclue providers support updates (Laurent Bigonville)
+ - Fixed #620760, Switching from sending video to just preview makes my local preview jump out into its own window (Guillaume Desmottes)
+
+Translations:
+ - Updated es Translation (Jorge González)
+ - Updated et Translation (Mattias Põldaru)
+ - Updated gl Translation (Fran Diéguez)
+ - Updated he Translation (Yaron Shahrabani)
+ - Updated nb Translation (Kjartan Maraas)
+ - Updated nl Translation (Wouter Bolsterlee, Hannie Dumoleyn)
+ - Updated th Translation (Sira Nokyoongtong)
+
+Documentation translations:
+ - Updated de Documentation translation (Mario Blättermann)
+ - Updated es Documentation translation (Jorge González)
+
 NEW in 2.31.2 (24/05/2010)
 =============
 
index 35afac4d54be3d7b455b1739106d93895841ecd1..43ab334c870cd87e05f96539bffed2086a1f5102 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], [2])
 m4_define([empathy_minor_version], [31])
-m4_define([empathy_micro_version], [2])
+m4_define([empathy_micro_version], [3])
 m4_define([empathy_nano_version], [0])
 
 dnl Display the nano_version only if it's not '0'