]> git.0d.be Git - empathy.git/blobdiff - NEWS
Merge branch 'folks-async-and-prepare'
[empathy.git] / NEWS
diff --git a/NEWS b/NEWS
index 9fcf465cbab2101a1e10f3be408f762b699b58b6..f1b586e25f452959d8c5347209769d60ca157adf 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,188 @@
+NEW in 2.31.5.1 (13/07/2010)
+===============
+
+A small release fixing detection of libnm-glib which was accidentally
+broken in 2.31.5.
+
+Bugs fixed:
+ - Fixed #624202, empathy requires libnm_glib instead of libnm-glib (Laurent Bigonville)
+
+Translations:
+ - Updated gl Translation (Fran Diéguez)
+ - Updated he Translation (Yaron Shahrabani)
+
+NEW in 2.31.5 (12/07/2010)
+=============
+
+The "Please popup chats in my face!" release.
+
+Empathy finally gained an option to automatically present incoming events
+rather than making the status icon blink.
+
+The notifications bubbles now contain more buttons (if your notify server
+supports actions) allowing you to quickly accept or decline incoming events.
+
+The audio/video client now lives in its own process: 'empathy-av'.
+
+Empathy can now build with GTK+ 3. If GTK+ 3 is present during configure it
+will be used and Empathy will requier updated versions of other dependencies:
+  - libcanberra-gtk3 ≥ 0.25
+  - libnotify ≥ 0.5.1
+  - libunique ≥ 2.90.1
+  - WebKitGTK+ ≥ 1.3.2 (optional)
+  - nautilus-sendto ≥ 2.90.0 (optional)
+If GTK+ 3 is not detected or if --enable-gtk3=no is passed to configure, then
+GTK+ 2 is used and the other dependencies are unchanged.
+
+
+Bugs fixed:
+ - Fixed #585914, Notification icon must be clicked before user can see new messages (Guillaume Desmottes)
+ - Fixed #597124, Should make better use of libnotify actions (Guillaume Desmottes)
+ - Fixed #599161, Audio/Video client should be a separated process (Guillaume Desmottes)
+ - Fixed #617405, Empathy's short (menu) description should focus on its use, not the technology (Guillaume Desmottes)
+ - Fixed #621753, Should be able to build with GTK+3 (Guillaume Desmottes)
+ - Fixed #622729, duplicated messages when opening chat (Guillaume Desmottes)
+ - Fixed #623054, Should re-add data/org.gnome.Empathy.gschema.xml.in to POTFILES.in (Danielle Madeley)
+ - Fixed #623112, Bip backlog are not displayed any more (Guillaume Desmottes)
+ - Fixed #623117, Debug window should look for TP clients (Guillaume Desmottes)
+ - Fixed #623358, Use TpSimpleHandler to handle text channels (Guillaume Desmottes)
+ - Fixed #623396, Fixed some leaks (Guillaume Desmottes)
+ - Fixed #623679, /join broken (Guillaume Desmottes)
+ - Fixed #623756, empathy-CRITICAL **: empathy_chatroom_is_always_urgent: assertion `EMPATHY_IS_CHATROOM (chatroom)' failed (Sjoerd Simons)
+ - Fixed #623817, Sync man pages with Debian (Laurent Bigonville, Guillaume Desmottes)
+ - Fixed #623914, since tp-logger history is shown as normal messages in adium themes (Guillaume Desmottes)
+ - Fixed #623937, empathy -h does not start hidden (Guillaume Desmottes)
+ - Fixed #623972, Toggling [ ] Enabled in the accounts dialog with the keyboard doesn't work (Will Thompson)
+ - Fixed #624054, Fix a memory leak in EmpathyAvatar (Philip Withnall)
+
+Translations:
+ - Updated es Translation (Jorge González)
+ - Updated et Translation (Ivar Smolin)
+ - Updated gl Translation (Fran Diéguez)
+ - Updated he Translation (Yaron Shahrabani)
+ - Updated nb Translation (Kjartan Maraas)
+ - Updated sl Translation (Matej Urbančič)
+
+NEW in 2.31.4 (28/06/2010)
+=============
+
+A lot of new things in this release!
+
+Empathy now has an awesome contact live search feature.
+See http://kaserf.blogspot.com/2010/06/empathy-live-search.html for details.
+
+Empathy doesn't log messages any more but relies on a new component,
+the telepathy-logger, to do so. As a result the feature allowing you to tag
+contacts as favourites is now built-in.
+
+The contact list and status icon are now a proper Telepathy Approver. That
+means external applications can now approve channels as well and Empathy will
+handle them nicely.
+
+This release makes a few steps forward to the bright GNOME 3 future by removing
+deprecated GTK+ symbols and switching from GConf to GSettings.
+
+Dependencies:
+
+* telepathy-logger ≥ 0.1.2 (0.1.3 recommended)
+* telepathy-glib ≥ 0.11.7
+* libunique ≥ 0.1.2
+* GTK+ ≥ 2.21.2
+
+Bugs fixed:
+ - Fixed #586476, Use accessor functions instead direct access (Danielle Madeley)
+ - Fixed #588922, Empathy should use ContactInfo (Xavier Claessens)
+ - Fixed #589225, We should check if the contact supports vnc stream tube for Share my desktop (Guillaume Desmottes)
+ - Fixed #599158, Contact list and status icon should be an Approver (Guillaume Desmottes)
+ - Fixed #608166, Add contacts live search bar (Felix Kaser, Xavier Claessens)
+ - Fixed #610956, Should depend on telepathy-logger (Guillaume Desmottes)
+ - Fixed #616362, Port Empathy to GSettings (Danielle Madeley)
+ - Fixed #619873, search-as-you-type should only match beginnings of words (Xavier Claessens)
+ - Fixed #620903, some messages get dropped when using adium themes (Guillaume Desmottes)
+ - Fixed #621023, empathy does not set geoclue requirements before asking for address/position (Laurent Bigonville)
+ - Fixed #621089, The live search don't always have focus in main window (Xavier Claessens)
+ - Fixed #621409, empathy-2.30.1.1: tests fail (Guillaume Desmottes)
+ - Fixed #621545, Stable empathy passes GTK_DISABLE_SINGLE_INCLUDES and doesn't require libunique that is fine with that (Xavier Claessens)
+ - Fixed #621703, Here come a couple of UI tweaks (Will Thompson)
+ - Fixed #621789, crash when closing chat with still-open notification bubble (Guillaume Desmottes)
+ - Fixed #621797, Doesn't display outgoing message (Guillaume Desmottes)
+ - Fixed #621894, Should port to new tp-logger API (Guillaume Desmottes)
+ - Fixed #621998, Should stop using ShareWithTube() (Guillaume Desmottes)
+ - Fixed #622201, Can't connect chatroom if space after adress (Guillaume Desmottes)
+ - Fixed #622266, Should decide which default font to use for chat view (Xavier Claessens)
+ - Fixed #622273, Crash when closing the log viewer while searching (Guillaume Desmottes)
+ - Fixed #622368, Audio/Video: Use TpSimpleHandler (Guillaume Desmottes)
+ - Fixed #622370, Should bold dates having logs (Guillaume Desmottes)
+ - Fixed #622381, Debug dialog: display Logger logs (Guillaume Desmottes)
+ - Fixed #622491, port EmpathyMainWindow to GtkWindow subclass (Danielle Madeley)
+ - Fixed #622557, port EmpathyPreferences to GtkDialog subclass (Danielle Madeley)
+ - Fixed #622578, Remove MC4 import (Guillaume Desmottes)
+ - Fixed #622714, 'previous conversations' on a contact brings up generic dialog (Guillaume Desmottes)
+
+Translations:
+ - Updated eo Translation (Kristjan Schmidt)
+ - Updated es Translation (Jorge González)
+ - Updated et Translation (Mattias Põldaru)
+ - Updated fr Translation (Claude Paroz)
+ - Updated gl Translation (Fran Diéguez)
+ - Updated he Translation (Yaron Shahrabani)
+ - Updated lv Translation (Rudolfs Mazurs)
+ - Updated nb Translation (Kjartan Maraas)
+ - Updated zh_HK Translation (Cheng-Chia Tseng)
+ - Updated zh_TW Translation (Cheng-Chia Tseng)
+
+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)
 =============