X-Git-Url: https://git.0d.be/?p=empathy.git;a=blobdiff_plain;f=NEWS;h=dfd0d4870be0676e8ae1d3bf9aa8f2465b6ddceb;hp=444fa3d2c6a796f9bd9f0dacb3a11268f48419a2;hb=0a7c5c811ceb721a16c69a010c50cd3e20be8f28;hpb=5e30d8dcf1b80b6281df6bd872bb4455f28c1b23 diff --git a/NEWS b/NEWS index 444fa3d2..dfd0d487 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,853 @@ +NEW in 2.29.91 +============== + +The "A+++ would release again" release. + +Empathy now has a widget to easily configure Facebook accounts. +The accounts dialog has been moved to its own application (empathy-accounts) +which can be started from the GNOME preferences menu. + +Some crashes have been fixed, including the one when moving tabs between +chat windows. + +Bugs fixed: + - Fixed #609737, "All" entry in room list dialog's account chooser mis-sorted (Will Thompson) + - Fixed #573194, FacebookChat (Guillaume Desmottes) + - Fixed #585089, Criticals when dropping the last tab from one window into another (Sjoerd Simons) + - Fixed #607330, Should use TpDebugSender (Jonny Lamb) + - Fixed #608053, gtk_notebook_set_tab_label_packing has been deprecated in GTK+ 2.20 (Reimundo Heluani) + - Fixed #608113, Strange behavior on account creation (Guillaume Desmottes) + - Fixed #608690, Edit needs context (Guillaume Desmottes) + - Fixed #608813, EmpathyIdle singleton can be referenced by async functions after being finalized (crasher) (Travis Reitter) + - Fixed #608863, Separate the Empathy Accounts dialog into its own program (Travis Reitter) + - Fixed #608974, decling subscription doesn't remove the user from publish/local-pending (Danielle Madeley) + - Fixed #608975, Empathy calls SetAlias on a contact pending subscription (Danielle Madeley) + - Fixed #608979, Once chat window is open Empathy acks messages immediately (Danielle Madeley) + - Fixed #609030, uninitialised variable access (Danielle Madeley) + - Fixed #609220, accounts are not created during initial setup (Guillaume Desmottes) + - Fixed #609319, Disable Empathy's "Contact goes online" and "Contact goes offline" sound notifications by default (Frédéric Péters) + - Fixed #609343, Zephyr protocol missing icon in create account dropdown menu (K.Vishnoo Charan Reddy) + - Fixed #609352, Replacement for 16px blurry silc icon (K.Vishnoo Charan Reddy) + - Fixed #609439, Importing accounts from the assistant seems broken (Guillaume Desmottes) + - Fixed #609519, Mxit protocol missing icon in create account dropdown menu (K.Vishnoo Charan Reddy) + - Fixed #609537, long avatar messages stretch account settings window out of screen (Guillaume Desmottes) + - Fixed #609567, Fix leaked contact menu in contact list view. (Xavier Claessens) + - Fixed #609574, Fix leaks, gtk_tree_model_get() returns a ref! (Xavier Claessens) + - Fixed #609575, cannot delete two accounts without closing accounts window. (Guillaume Desmottes) + - Fixed #609701, port nbtk widgets to mx (Danielle Madeley) + - Fixed #609822, use the same color in infobar (Guillaume Desmottes) + - Fixed #609843, Crashed when I closed one tab and hence switched to another tab for a disconnected account (Will Thompson) + - Fixed #609995, Failed to create account using assistant from empathy-accounts (Guillaume Desmottes) + - Fixed #610032, Do not show "respond" in "contact has gone offline" notification (Guillaume Desmottes) + - Fixed #610380, In first run, Link-local accounts require some typing before 'apply' becomes available (Guillaume Desmottes) + - Fixed #610461, Should call RemoveMembers when exiting room (Guillaume Desmottes) + - Fixed #608882, Typo in salut-protocol.page (Łukasz Jernaś) + - Fixed #609645, Typo in help/C/video-call.page (Łukasz Jernaś) + - Fixed #607908, error window too wide (Guillaume Desmottes) + +Translations: + - Updated ar Translation (Khaled Hosny) + - Updated es Translation (Jorge González) + - Updated gl Translation (Fran Diéguez) + - Updated nb Translation (Kjartan Maraas) + - Updated pt_BR Translation (Djavan Fagundes) + - Updated ro Translation (Lucian Adrian Grijincu) + - Updated sl Translation (Matej Urbančič) + - Updated ta Translation (vasudeven) + - Updated th Translation (Theppitak Karoonboonyanan) + - Updated zh_HK Translation (Chao-Hsiung Liao) + - Updated zh_TW Translation (Chao-Hsiung Liao) + +Documentation translations: + - Updated es Documentation translation (Jorge González) + - Updated it Documentation translation (Milo Casagrande) + +NEW in 2.29.90 +============== + +The "Succulente lasagne aux truffes" release. + +Bugs fixed: + - Fixed #606329, Buttons in GtkInfoBar are too big. + - Fixed #607868, Change Hidden to Invisible in docs + - Fixed #608053, gtk_notebook_set_tab_label_packing has been deprecated in GTK+ 2.20 (Reimundo Heluani) + - Fixed #608690, Edit needs context (Guillaume Desmottes) + - Fixed #608813, EmpathyIdle singleton can be referenced by async functions after being finalized (crasher) (Travis Reitter) + - Fixed #608974, decling subscription doesn't remove the user from publish/local-pending (Danielle Madeley) + - Fixed #608975, Empathy calls SetAlias on a contact pending subscription (Danielle Madeley) + - Fixed #608979, Once chat window is open Empathy acks messages immediately (Danielle Madeley) + - Fixed #609030, uninitialised variable access (Danielle Madeley) + - Fixed #608882, Typo in salut-protocol.page (Łukasz Jernaś) + +Translations: + - Updated bg Translation (Alexander Shopov) + - Updated bn Translation (Jamil Ahmed) + - Updated de Translation (Christian Kirbach) + - Updated el Translation (Simos Xenitellis) + - Updated es Translation (Jorge González) + - Updated et Translation (Mattias Põldaru) + - Updated sl Translation (Matej Urbančič) + - Updated sv Translation (Daniel Nylander) + - Updated th Translation (Theppitak Karoonboonyanan) + - Updated zh_HK Translation (Chao-Hsiung Liao) + - Updated zh_TW Translation (Chao-Hsiung Liao) + +Documentation translations: + - Updated es Documentation translation (Jorge González) + +NEW in 2.29.6 +============= + +The "Riding on lions" release. + +The accounts dialog has been improved to display the status of all your +accounts in the treeview. A new page has been added to the new accounts +assistant to let users enter their personal details that are used to create +the XMPP link-local account. + +Chat windows gained a very nice search bar allowing you to look for a specific +string as you do in your web browser. + +Empathy now makes use of the new ContactCapabilities interface when available +to check if your contacts support file transfer and audio/video calls. + +Finally, Empathy doesn't dispatch tube channels any more. All tubes applications +should now implement the Handler interface to interact properly with +mission-control 5. + +Bugs fixed: + - Fixed #603472, Rename "Hidden" to "Invisible" (G.Balaji) + - Fixed #606329, Buttons in GtkInfoBar are too big. (Felix Kaser) + - Fixed #573407, Empathy and telepathy-idle don't pass on server commands to server + - Fixed #585168, Scrollback search and jump-to-highlight would be nice. (Thomas Meire) + - Fixed #596575, Automatic salut account creation doesn't work (Guillaume Desmottes) + - Fixed #599159, Stop to handle tube channels (Guillaume Desmottes) + - Fixed #599163, Should use ContactCapability to get A/V caps (Guillaume Desmottes) + - Fixed #599164, Should use ContactCapability to get FT caps (Guillaume Desmottes) + - Fixed #600693, Empathy calls xmlCleanupParser() where it shouldn't (Guillaume Desmottes) + - Fixed #600949, Deleting accounts from the treeview is weird + - Fixed #603498, Escaped text displayed in notifications (Guillaume Desmottes) + - Fixed #606642, IRC account: "Connect" button is not sensitive when changing the IRC network (Guillaume Desmottes) + - Fixed #606753, Scrollback search is not case sensitive + - Fixed #607207, show protocol icons in compact view (Guillaume Desmottes) + - Fixed #607306, /join fails to work on the latest version of empathy (Thomas Meire) + - Fixed #607436, Salut account should only automatically created when the wizard is run (Guillaume Desmottes) + - Fixed #607455, Misc fixes regarding the accounts assistant (Guillaume Desmottes) + - Fixed #607463, Edit Custom Messages window is too narrow (Ken VanDine) + - Fixed #607868, Change Hidden to Invisible in docs + - Fixed #607925, edit account from infobar does not open the right account (Guillaume Desmottes) + - Fixed #608043, Should ellipsize text in connection error infobars (Will Thompson) + - Fixed #604700, (null) status infobar with IRC account (Guillaume Desmottes) + - Fixed #604706, infobar shows no icon if the presence is empty (Felix Kaser) + - Fixed #605309, Show the status of accounts in the treeview (Guillaume Desmottes) + - Fixed #605532, on account-creation some field should be persistent over a protocol change (Guillaume Desmottes) + - Fixed #606510, Unclear string meaning (Guillaume Desmottes) + - Fixed #585364, Get rid of shave with AM_SILENT_RULES automake option + +Translations: + - Updated ar Translation (Khaled Hosny) + - Updated es Translation (Jorge González) + - Updated fr Translation (Claude Paroz) + - Updated nb Translation (Kjartan Maraas) + +Documentation translations: + - Updated es Documentation translation (Jorge González) + +NEW in 2.29.5.1 +=============== + +The "Translator accidentally the entire file" release. + +A translator accidentally removed the LINGUAS file so no translations have been +shipped in 2.29.5. This is fixed by this release. + +Translations: + - Updated pa Translation (A S Alam) + +NEW in 2.29.5 +============= + +The « Alban, 28 affonds (of Nutella) ! » release. + +The contact list has been improved to make it harder to accidentally call +a contact when you just intended to select a row. The accounts dialog has been +reworked to reduce the number of steps when adding a new account. +Thanks to Thomas Meire, a new contributor, the nick auto-completion has been +improved in rooms. +We also fixed a bunch of crashes and a regression when starting a video call. + +Bugs fixed: + - Fixed #554767, IRC tab completion only works with letters (Thomas Meire) + - Fixed #576434, ellipsize long status messages in the status combobox + - Fixed #590051, too easy to start a call (not wanting it) (Guillaume Desmottes) + - Fixed #593268, Make Enable/Disable accounts easier again (Guillaume Desmottes) + - Fixed #593483, L10n string split in two feilds + - Fixed #599182, Remove useless screen when adding a new account (Guillaume Desmottes) + - Fixed #599779, empathy doesn't auto finish IRC usernames when user hits tab (Thomas Meire) + - Fixed #600030, EmpathyAccountsDialog should inherit from GtkWindow/GtkDialog + - Fixed #603485, Crash when clicking the status icon just after a contact goes online/offline + - Fixed #603976, Don't re-enable chat window once reconnected + - Fixed #604347, /join command doesn't accept multi rooms (Thomas Meire) + - Fixed #604481, StatusIcon no longer gets status message, only says 'available' (Guillaume Desmottes) + - Fixed #604702, support creation of PMUCs using the Conference interface + - Fixed #605213, Move register radio buttons to the account widget (Guillaume Desmottes) + - Fixed #605529, accounts-dialog shows a box around some advanced settings (Felix Kaser) + - Fixed #605549, Video call fails with "resource unavailable" (Guillaume Desmottes) + - Fixed #605689, SIGSEGV crash when joining a IRC room (Guillaume Desmottes) + - Fixed #605818, String fixes + - Fixed #605822, protocols icons should be hidden by default (Guillaume Desmottes) + - Fixed #605848, Use Pango markup attributes in GtkBuilder file + - Fixed #606220, Stopping a transfer during hashing causes double free (Guillaume Desmottes) + - Fixed #606513, Don't confuse translator comments and contextual specifier (Claude Paroz) + - Fixed #601379, error notification should disappear when account is disabled + - Fixed #604154, when discarding changes on create account the "new bla account" should be removed (Felix Kaser) + - Fixed #604628, creating an account causes weird behavior (Felix Kaser) + +Translations: + - Updated ar Translation (Khaled Hosny) + - Updated en_GB Translation (Philip Withnall) + - Updated es Translation (Jorge González) + - Updated nb Translation (Kjartan Maraas) + - Updated si Translation (Danishka Navin) + - Updated sl Translation (Matej Urbančič) + - Updated sv Translation (Daniel Nylander) + - Updated th Translation (Theppitak Karoonboonyanan) + - Updated vi Translation (Nguyễn Thái Ngọc Duy) + - Updated zh_HK Translation (Cheng-Chia Tseng) + - Updated zh_TW Translation (Cheng-Chia Tseng) + +Documentation translations: + - Updated es Documentation translation (Jorge González) + +NEW in 2.29.4 +============= + +The "The Snow of the Apocalypse" release. + +Empathy is now able to start SIP video calls using the new "New Call" dialog. +It also indicates whether an incoming call contains video or is audio only. +The contact list can now display the protocol used by contacts, and the +accounts dialog shows the accounts' status (enabled/disabled, +available/busy/away/offline, etc.). +Thanks to K. Vishnoo Charan Reddy, Empathy gained icons for 4 protocols. + +Bugs fixed: + - Fixed #602821, accounts do not reconnect after toggling enable/disable (Felix Kaser) + - Fixed #603490, SIGSEGV crash when cancelling accounts creation (Felix Kaser) + - Fixed #570399, Call button should be disabled in "new conversation dialog" if CM doesn't support audio/video + - Fixed #576434, ellipsize long status messages in the status combobox (Pascal Potvin) + - Fixed #576542, tooltips for toolbar buttons in call window (Guillaume Desmottes) + - Fixed #582596, Should tell if we are receiving an audio only or audio/video call (Guillaume Desmottes) + - Fixed #582599, chat -> new conversation is not an obvious way to start an audio/video call (Guillaume Desmottes) + - Fixed #586290, Remember contact pane's width (ranjiao) + - Fixed #588812, Group 1-to-1 chats in one window and MUC's in another one (Abner Silva) + - Fixed #598964, contact list disappears on reconnect for group chats (Guillaume Desmottes) + - Fixed #602288, Shouldn't notify about scrollback messages (Guillaume Desmottes) + - Fixed #603393, Crash when trying to join a rom while being offline (Guillaume Desmottes) + - Fixed #603485, Crash when clicking the status icon just after a contact goes online/offline (Guillaume Desmottes) + - Fixed #603502, Myspace missing icon in create account dropdown menu (Guillaume Desmottes) + - Fixed #603508, Sametime missing icon in create account dropdown menu (Guillaume Desmottes) + - Fixed #603545, [Patch] gtk-missing-icon shown in add contact dialog before status is queried (Brian Pepple) + - Fixed #603593, assertion error when rejoining a chatroom because of reconnection (Guillaume Desmottes) + - Fixed #603634, Groupwise icon missing in create account dropdown menu (Guillaume Desmottes) + - Fixed #603877, [patch] add protocol icon to contact list (chantra) + - Fixed #603976, Don't re-enable chat window once reconnected (Guillaume Desmottes) + - Fixed #603980, new messages mixed with old in new conversation windows (Guillaume Desmottes) + - Fixed #604003, Separate geometry of private and muc chat windows (Guillaume Desmottes) + - Fixed #604097, EmpathyNewMessageDialog should inherit from GtkDialog (Guillaume Desmottes) + - Fixed #604166, account-chooser: display connected accounts first (Guillaume Desmottes) + - Fixed #604181, Should remove contact from 'stored' list when possible (Guillaume Desmottes) + - Fixed #604254, Contact list channels should be requested via EnsureChannel + - Fixed #604554, SILC missing icon in create account dropdown menu (Guillaume Desmottes) + - Fixed #604567, Yahoo!Japan missing icon in create account dropdown menu (Guillaume Desmottes) + - Fixed #599153, Accounts dialog should display the status of accounts (Felix Kaser) + +Translations: + - Updated es Translation (Jorge González) + - Updated he Translation (Yaron Sharabani) + - Updated nb Translation (Kjartan Maraas) + - Updated sl Translation (Matej Urbančič) + - Updated zh_CN Translation (Aron Xu) + +Documentation translations: + - Updated de Documentation translation (Christian Kirbach) + +NEW in 2.29.3 +============== + +The « Guillaume, 25 affonds ! » release. + +This release fixes a lot of regressions that have been introduced in 2.29.2 by +the port to TpAccount. +It also introduces a new widget to configure SIP accounts and adds the ability +to send files using Drag and Drop. + +Bugs fixed: + - Fixed #601235, calls to empathy_idle_get_status() before AM object is ready (Guillaume Desmottes) + - Fixed #548701, improve chat window title with multi tabs (Guillaume Desmottes) + - Fixed #571642, when an irc user changes nick, empathy doesn't indicate that the name changed (Jonathon Jongsma) + - Fixed #581626, Semantics of empathy -a (Guillaume Desmottes) + - Fixed #585582, Can't connect to google account "Network Error" + - Fixed #586678, "Manage favorites" dialog don't display the Room column if showing all account (Guillaume Desmottes) + - Fixed #590700, Wrong icon is used in notification for contacts without avatars (Guillaume Desmottes) + - Fixed #598381, WebKit automatically converts tags in links (Gustavo Noronha Silva) + - Fixed #599315, confusing dependencies of NetworkManager ... libnm-glib v. libnm_glib (Brian Pepple) + - Fixed #599640, Messages are not correctly escaped for adium themes + - Fixed #600800, Crash when searching through logs (Guillaume Desmottes) + - Fixed #601697, SIP account widget is incomplete (Guillaume Desmottes) + - Fixed #601807, Previous conversations doesn't work any more + - Fixed #602013, Maximized state of main window is not preserved, and size/position is sometimes forgotten after deiconify + - Fixed #602066, Support /nick command + - Fixed #602324, Fix nautilus-sendto plugin's linking + - Fixed #602572, copy and paste not useful + - Fixed #602649, Raising from the notification area doesn't bring it to the current workspace (Xavier Claessens) + - Fixed #602852, Smileys are not displayed in /me messages + - Fixed #603163, Render emails in format to links + - Fixed #603361, No contact appears when reconnecting (Guillaume Desmottes) + - Fixed #603384, Crash in debug dialog (Guillaume Desmottes) + - Fixed #595226, Send files using drag and drop (Shaun McCance) + - Fixed #600946, Add more friendly strings for TpMediaStreamError + - Fixed #601288, Video preview should always be displayed when we are sending video (Guillaume Desmottes) + +Translations: + - Updated es Translation (Jorge González) + - Updated gl Translation (Antón Méixome) + - Updated hu Translation (Gabor Kelemen) + - Updated ro Translation (Adi Roiban) + - Updated sl Translation (Matej Urbančič) + +NEW in 2.29.2 +============= + +The "Nintendo or Zappa" release. + +Empathy now uses the TpAccount API and so depends on telepathy-glib 0.9.0, +but we strongly advise you to use the latest telepathy-glib release. + +This release brings support for a subset of IRC commands such as "/join". +Empathy is also now able to join password protected chat rooms; note that +this doesn't work with IRC channels at the moment because of a telepathy-idle +bug (fd.o #25039). + +We also worked on improving error reporting to users. The contact list will now +display a new info bar when an account is disconnected and the audio/video UI +should give better feedback if an error occurs. + +Bugs fixed: + - Fixed #591360, Incoming message while menu is open freezes X + - Fixed #599612, crash when typoing room name + - Fixed #523918, Empathy sometimes loose messages + - Fixed #573407, Empathy and telepathy-idle don't pass on server commands to server + - Fixed #575763, Should display an error when RTP connection is impossible (Guillaume Desmottes) + - Fixed #579341, Should be able to join password protected rooms (Guillaume Desmottes) + - Fixed #580254, empathy_contact_hash() defined in header, but no such symbol (Guillaume Desmottes) + - Fixed #581789, An error message should be shown when required codecs are not installed. (Guillaume Desmottes) + - Fixed #583208, Status doesn't change on idle + - Fixed #583919, New conversation should have autocomplete for offline contacts too (Justin Forest) + - Fixed #585340, clean geoloc tooltip info + - Fixed #586098, Ctrl+Up loses typed text (Jerzy Mansarliński) + - Fixed #586287, the channel topic is missing the first time I open a channel + - Fixed #587216, Retry option whenever account connecting fails + - Fixed #589263, Empathy next tab or previous tab doesnt cycle. (Rômulo Fernandes Machado) + - Fixed #595922, time display not readable in debug window + - Fixed #597678, invert server and room forms in join room dialog (Guillaume Desmottes) + - Fixed #597819, No tray icon when no valid account configured (Jonny Lamb) + - Fixed #598550, Should warn user when he closes the accounts dialog with a not connected new account (Guillaume Desmottes) + - Fixed #599169, Should use new TpAccount API + - Fixed #599386, Empathy protocol chooser shouldn't cache TpConnectionManagerProtocol + - Fixed #599431, Empty notifications with butterfly contact (Guillaume Desmottes) + - Fixed #600023, Crash when trying to display the accounts dialog more than once (Guillaume Desmottes) + - Fixed #600427, "Connect" button should be "Save" when we are offline (Guillaume Desmottes) + - Fixed #600446, Crash when trying to add a new account (Guillaume Desmottes) + - Fixed #600473, Show current chat tab name in title bar. (Guillaume Desmottes) + - Fixed #600537, Crashed when opening Chat - New Conversation dialog (Jonny Lamb) + - Fixed #600551, crash in Empathy: Was doing nothing.. (Guillaume Desmottes) + - Fixed #600671, Debian#554325: fails to link when using binutils-gold (Guillaume Desmottes) + - Fixed #600705, accounts created in the assistant don't get a nice display name (Guillaume Desmottes) + - Fixed #600713, Connection is not ready when EmpathyDispatcher requests capabilities (Guillaume Desmottes) + - Fixed #600732, Reorganize chat_window_update (Ryan LaBelle) + - Fixed #600798, "Previous conversations" is always unsensitive (Guillaume Desmottes) + - Fixed #600958, Disabling build of nautilus-sendto plugin does not work + - Fixed #600961, nautilus-sendto plugin does not build (Jonny Lamb) + - Fixed #600962, Review Moblin specific changes (Guillaume Desmottes) + - Fixed #601150, Account spacing in the accounts dialog is not homogeneous (Guillaume Desmottes) + - Fixed #601190, Empathy does not appear to save window size on close (Guillaume Desmottes) + - Fixed #601233, Room menu is insensitive + - Fixed #601336, Conflicting English keyboard accelerators in chat window (Guillaume Desmottes) + - Fixed #601348, Duplicate English keyboard accelerators in "Edit" menu + - Fixed #601691, Refactoring of libnotify code (Guillaume Desmottes) + - Fixed #601796, Newly created account appears twice in the treeview (Guillaume Desmottes) + - Fixed #601807, Previous conversations doesn't work any more (Guillaume Desmottes) + - Fixed #602013, Maximized state of main window is not preserved, and size/position is sometimes forgotten after deiconify + - Fixed #602066, Support /nick command + - Fixed #599176, Should use GtkInfoBar to display connection errors + - Fixed #600946, Add more friendly strings for TpMediaStreamError + - Fixed #593327, Update the smiley list (Rodolphe) + +Translations: + - Updated crh Translation (Reşat SABIQ) + - Updated en@shaw Translation (Thomas Thurman) + - Updated es Translation (Jorge González) + - Updated hu Translation (Gabor Kelemen) + - Updated it Translation (Milo Casagrande) + - Updated lv Translation (Rudolfs Mazurs) + - Updated nb Translation (Kjartan Maraas) + - Updated sl Translation (Matej Urbančič) + - Updated ta Translation (vasudeven, drtvasudevan) + - Updated zh_CN Translation (Aron Xu) + +Documentation translations: + - Updated it Documentation translation (Milo Casagrande) + +NEW in 2.29.1 +============= + +The "Let's drop half of our code" release. + +This is the first release in the 2.29.x development branch. +Most users should continue to use the 2.28.x stable branch for now. + +In this release we removed the megaphone and nothere applets which were not +really maintained and were about to die with GNOME 3 anyway. +We also stopped pretending being a library and stopped to ship libempathy +and libempathy-gtk as shared libraries. We encourage projects to use +telepathy-glib instead and help us create a new telepathy-gtk library. + +The Empathy plugin for nautilus-sendto has been moved in Empathy itself. +Distributions should add a build dependency on nautilus-sendto if they +want to build this plugin. + + +Bugs fixed: + - Fixed #593318, Empathy theme doesn't work (and opens a folder in Nautilus!) + - Fixed #591360, Incoming message while menu is open freezes X (Rob Bradford) + - Fixed #594619, asserts in empathy_idle_set_presence() after suspend/resume (Jonny Lamb) + - Fixed #594893, icq accounts import from pidgin not working + - Fixed #595275, Invalid read when terminating an audio call + - Fixed #598423, empathy crashed when dnding an avatar image (Cosimo Cecchi) + - Fixed #598452, crashed with SIGSEGV in contact_list_store_iface_setup() (Guillaume Desmottes) + - Fixed #599612, crash when typoing room name (Guillaume Desmottes) + - Fixed #581488, copy/paste is broken + - Fixed #520206, Room auto-connect doesn't work + - Fixed #532737, using *_run_* calls prevents quitting Empathy (Will Thompson) + - Fixed #550127, Chat windows don't show when we are reconnected + - Fixed #571876, Get rid of deprecated Bonobo + - Fixed #584034, The Map View doesn't have a "Best Fit" button (Olivier Le Thanh Duong) + - Fixed #585957, Weird preferences (Pierre-Luc Beaudoin) + - Fixed #589408, Add respond button to notifications (Rob Bradford) + - Fixed #589409, the Event struct in EmpathyEventManager should contain an enum with the event type (Guillaume Desmottes) + - Fixed #593334, Use GOptionContext to parse options + - Fixed #593883, Empathy misbehaviour + - Fixed #594160, Empathy forgets IRC bookmarks + - Fixed #594308, Spelling mistake: "Criterion" not "Criterium" (Guillaume Desmottes) + - Fixed #594569, Empathy 2.27.92 fails to build + - Fixed #594653, empathy crashed with SIGSEGV in empathy_account_settings_get_uint32() (Guillaume Desmottes) + - Fixed #594654, empathy crashed with SIGSEGV in empathy_account_settings_get_default() + - Fixed #594776, cannot add yahoo account (Frédéric Péters) + - Fixed #594890, Empathy crashing with CSW (Danielle Madeley) + - Fixed #594906, empathy crashed with SIGSEGV in empathy_audio_sink_set_volume() + - Fixed #594908, empathy crashed with SIGSEGV in tp_contact_list_got_added_members_cb() + - Fixed #594997, Doesn't respawn existing channel when trying to reopen it + - Fixed #595180, crash when dragging user from roster to MUC window + - Fixed #595417, Pasting text into a disconnected chat window crashes (Cosimo Cecchi) + - Fixed #595521, EmpathyIdle should wait for account manager to be ready + - Fixed #595666, double click on a contact should raise the window + - Fixed #595737, Where does default font size comes from? + - Fixed #595921, "Missing" icon is used on protocols without specific icons (Cosimo Cecchi) + - Fixed #595945, Crash when doing nothing (Cosimo Cecchi) + - Fixed #595962, Criticals endlessly if you open and contract a group too fast. (Will Thompson) + - Fixed #596044, --hide-contact-list doesn't work (Cosimo Cecchi) + - Fixed #596075, Add nautilus-sendto plugin + - Fixed #596101, Debug: gabble logs disappear 5 seconds after disconnection (Cosimo Cecchi) + - Fixed #596303, Missing file fallback for Adium themes not implemented. (Xavier Claessens) + - Fixed #596317, Adium themes always attempt to combine consecutive messages. (Xavier Claessens) + - Fixed #596956, Empathy crash at startup + - Fixed #597125, libnotify chat bubbles aren't displayed once the first bubble disappeared (Rob Bradford) + - Fixed #597289, Info dialog says "Edit contact information" + - Fixed #597293, libempathy header files are wrong + - Fixed #597416, empathy crashed with SIGSEGV in empathy_account_settings_get_account() (Guillaume Desmottes) + - Fixed #597680, contact status doesn't change after disconnection (Guillaume Desmottes) + - Fixed #598332, Crash when CM crashes during a channel request. (Mike Ruprecht) + - Fixed #598354, Presence chooser shouldn't be sensitive when there are no accounts (Sjoerd Simons) + - Fixed #598355, Use pretty names for protocol in account display names (Sjoerd Simons) + - Fixed #598408, Changing display name can crash empathy (Guillaume Desmottes) + - Fixed #598432, empathy crashed with SIGSEGV in empathy_call_window_audio_input_level_changed_cb() (Guillaume Desmottes) + - Fixed #598453, empathy crashed with SIGSEGV in empathy_call_window_got_self_contact_cb() (Guillaume Desmottes) + - Fixed #598628, Empathy start isn't idempotent + - Fixed #598954, Empathy crashes with SIGSEGV when trying spellcheck (Felix Kaser) + - Fixed #599039, Should the python bindings be removed? (Jonny Lamb) + - Fixed #599042, Remove applets (Jonny Lamb) + - Fixed #599086, Remove libempathy and libempathy-gtk shared libraries (Jonny Lamb) + - Fixed #599087, Stop building gtk-doc HTML (Jonny Lamb) + - Fixed #599243, fails testsuite for a coding style problem in a comment ! (Guillaume Desmottes) + - Fixed #599386, Empathy protocol chooser shouldn't cache TpConnectionManagerProtocol (Guillaume Desmottes) + +Translations: + - Updated as Translation (Amitakhya Phukan) + - Updated ast Translation (Astur) + - Updated bg Translation (Alexander Shopov, Yavor Doganov) + - Updated bn_IN Translation (Runa Bhattacharjee) + - Updated bn Translation (Jamil Ahmed) + - Updated ca Translation (Gil Forcada) + - Updated cs Translation (Petr Kovar) + - Updated da Translation (Ask H. Larsen, Kenneth Nielsen) + - Updated de Translation (Mario Blättermann) + - Updated el Translation (Kostas Papadimas) + - Updated en_GB Translation (Philip Withnall) + - Updated es Translation (Jorge González) + - Updated et Translation (Mattias Põldaru) + - Updated fi Translation (Ilkka Tuohela) + - Updated fr Translation (Claude Paroz) + - Updated gl Translation (Antón Méixome) + - Updated he Translation (Yaron Shahrabani) + - Updated hi Translation (Rajesh Ranjan) + - Updated hu Translation (Gabor Kelemen) + - Updated it Translation (Milo Casagrande) + - Updated ja Translation (Kentaro Kazuhama) + - Updated kn Translation (Shankar Prasad) + - Updated lt Translation (Žygimantas Beručka) + - Updated mai Translation (Rajesh Ranjan) + - Updated ml Translation (Praveen Arimbrathodiyil) + - Updated pl Translation (Tomasz Dominikowski, Piotr Drąg) + - Updated pt_BR Translation (André Gondim) + - Updated pt Translation (Duarte Loreto) + - Updated ro Translation (Lucian Adrian Grijincu) + - Updated ru Translation (Leonid Kanter) + - Updated sl Translation (Matej Urbančič) + - Updated sv Translation (Daniel Nylander) + - Updated ta Translation (drtvasudevan) + - Updated te Translation (krishnababu k) + - Updated th Translation (Theppitak Karoonboonyanan) + - Updated tr Translation (Baris Cicek) + - Updated uk Translation (Maxim V. Dziumanenko) + - Updated zh_HK Translation (Chao-Hsiung Liao) + - Updated zh_TW Translation (Chao-Hsiung Liao) + +Documentation translations: + - Updated de Documentation translation (Mario Blättermann) + - Updated el Documentation translation (Jennie Petoumenou) + +NEW in 2.28.0 +============== +Bugs fixed: + - Fixed #593318, Empathy theme doesn't work (and opens a folder in Nautilus!) + - Fixed #594893, icq accounts import from pidgin not working + - Fixed #595275, Invalid read when terminating an audio call + - Fixed #520206, Room auto-connect doesn't work + - Fixed #532737, using *_run_* calls prevents quitting Empathy + - Fixed #550127, Chat windows don't show when we are reconnected + - Fixed #593334, Use GOptionContext to parse options + - Fixed #593883, Empathy misbehaviour + - Fixed #594160, Empathy forgets IRC bookmarks + - Fixed #594569, Empathy 2.27.92 fails to build + - Fixed #594619, asserts in empathy_idle_set_presence() after suspend/resume + - Fixed #594653, empathy crashed with SIGSEGV in empathy_account_settings_get_uint32() (Guillaume Desmottes) + - Fixed #594776, cannot add yahoo account (Frédéric Péters) + - Fixed #594890, Empathy crashing with CSW (Danielle Madeley) + - Fixed #594906, empathy crashed with SIGSEGV in empathy_audio_sink_set_volume() + - Fixed #594908, empathy crashed with SIGSEGV in tp_contact_list_got_added_members_cb() + - Fixed #594997, Doesn't respawn existing channel when trying to reopen it + - Fixed #595180, crash when dragging user from roster to MUC window + - Fixed #595417, Pasting text into a disconnected chat window crashes (Cosimo Cecchi) + - Fixed #595521, EmpathyIdle should wait for account manager to be ready + - Fixed #595666, double click on a contact should raise the window + +Translations: + - Updated as Translation (Amitakhya Phukan) + - Updated ast Translation (Astur) + - Updated bg Translation (Yavor Doganov) + - Updated bn_IN Translation (Runa Bhattacharjee) + - Updated bn Translation (Jamil Ahmed) + - Updated da Translation (Ask H. Larsen, Kenneth Nielsen) + - Updated el Translation (Kostas Papadimas) + - Updated en_GB Translation (Philip Withnall) + - Updated et Translation (Mattias Põldaru, Ivar Smolin) + - Updated fi Translation (Ilkka Tuohela) + - Updated gl Translation (Antón Méixome) + - Updated hi Translation (Rajesh Ranjan) + - Updated kn Translation (Shankar Prasad) + - Updated lt Translation (Žygimantas Beručka) + - Updated mai Translation (Rajesh Ranjan) + - Updated ml Translation (Ani, Praveen Arimbrathodiyil) + - Updated or Translation (Manoj Kumar Giri) + - Updated pl Translation (Tomasz Dominikowski, Piotr Drąg) + - Updated pt Translation (Duarte Loreto) + - Updated ro Translation (Lucian Adrian Grijincu) + - Updated sl Translation (Matej Urbančič) + - Updated ta Translation (ifelix) + - Updated te Translation (krishnababu k) + - Updated tr Translation (Baris Cicek) + - Updated uk Translation (Maxim V. Dziumanenko) + - Updated zh_HK Translation (Chao-Hsiung Liao) + - Updated zh_TW Translation (Chao-Hsiung Liao) + +Documentation translations: + - Updated de Documentation translation (Mario Blättermann) + +NEW in 2.27.92 +============== +Bugs fixed: + - Fixed #593318, Empathy theme doesn't work (and opens a folder in Nautilus!) + - Fixed #583897, Warnings and assertions when starting Empathy + - Fixed #459014, we shouldn't be able to enable an incomplete account + - Fixed #459546, Rename Salut to Bonjour/Zeroconf/Link Local/something else in the interface + - Fixed #539142, Cannot go online manually if NM is not running + - Fixed #547323, The account is not enabled when added + - Fixed #585226, "make distcheck" is broken + - Fixed #587117, tp-haze MSN has password entry before account + - Fixed #587883, Empathy shouldn't use mc-profiles internally + - Fixed #590118, Port pidgin account importer to mc5 + - Fixed #590165, Should use MC5 + - Fixed #592737, GnomeGoal: Correct Desktop Files (Frédéric Péters) + - Fixed #592997, Confirmation needed when there are unapplied changes on an account + - Fixed #592998, Disable and re-enable an account and it won't reconnect + - Fixed #593009, No "Google Talk" profile/account any more + - Fixed #593018, Should respawn MC5 if it crashed (Cosimo Cecchi) + - Fixed #593041, Have Handler.Capabilities to remain callable with future Mission Control/Gabble (Sjoerd Simons) + - Fixed #593054, By default, the display name of an account should be set to the username. + - Fixed #593095, Send errors are printed as normal messages. (Will Thompson) + - Fixed #593101, Empathy exits sending empty /me message (Will Thompson) + - Fixed #593158, When we need to reconnect an account, instead of disconnecting and reconnecting it, tp_cli_account_call_reconnect should be used. + - Fixed #593161, A disabled and invalid account is enabled automatically when fixed. (Cosimo Cecchi) + - Fixed #593207, URL contains the rest of the line + - Fixed #593209, [PATCH] Use valid desktop category. + - Fixed #593224, .pc files still mark dep on libmissioncontrol + - Fixed #593237, Cannot create IRC account until you type something + - Fixed #593248, Cancel should always be sensitive for new account creation + - Fixed #593257, Translatable strings not well constructed (Frédéric Péters) + - Fixed #593285, Word 'wizard' should not be used (Milo Casagrande) + - Fixed #593717, Build failure due compiler warning + - Fixed #594139, importing msn account is broken since 2.27.91 + +Translations: + - Updated ar Translation (Khaled Hosny) + - Updated be Translation (Alexander Nyakhaychyk) + - Updated de Translation (Christian Kirbach, Michael Kanis) + - Updated es Translation (Jorge González) + - Updated et Translation (Ivar Smolin) + - Updated eu Translation (Inaki Larranaga Murgoitio) + - Updated fr Translation (Claude Paroz) + - Updated gu Translation (Sweta Kothari) + - Updated he Translation (Mark Krapivner) + - Updated hu Translation (Gabor Kelemen) + - Updated it Translation (Milo Casagrande) + - Updated kn Translation (Shankar Prasad) + - Updated ko Translation (Changwoo Ryu) + - Updated mr Translation (Sandeep Shedmake) + - Updated nb Translation (Kjartan Maraas) + - Updated pa Translation (A S Alam) + - Updated pl Translation (Piotr Drąg) + - Updated pt_BR Translation (Fábio Nogueira) + - Updated sr@latin Translation (Branko Kokanović) + - Updated sr Translation (Branko Kokanović) + - Updated sv Translation (Daniel Nylander) + - Updated ta Translation (ifelix) + - Updated zh_HK Translation (Chao-Hsiung Liao) + - Updated zh_TW Translation (Chao-Hsiung Liao) + +NEW in 2.27.91.1 +================ + + - We require gnome-doc-utils 0.17.3 for Mallard. + - Some fixes so distcheck passes. + +NEW in 2.27.91 +============== + + - This version needs mission-control-5 instead of the now deprecated + mission-control-4. As result, libmission-control-client and libtelepathy are + not required anymore. + + - Empathy can now optionally use ConnMan instead of NetworkManager. + + - libgnome-keyring is now required, it is used to migrate accounts created with + MissionControl4, because password were saved in the keyring. Unfortunately + the new MissionControl is not using the keyring yet, so your password will be + written in plain text. Keyring support will soon be added in a future + MissionControl-5 release. + + - Empathy now uses libunique to prevent running it twice. + +Bugs fixed: + - Fixed #588878, empathy crashes making voip call if it can't set up the pipeline + - Fixed #494007, Empathy should conform to the XDG directory specification + - Fixed #526360, easy screen sharing + - Fixed #571989, "Video preview" menu item doesn't do anything + - Fixed #576467, msn profile should use a butterfly icon (Guillaume Desmottes) + - Fixed #580134, Displays empty bubbles for messages containing < (Will Thompson) + - Fixed #582191, The call windows should have a "redial" button. + - Fixed #582810, When we stop receiving video in a call, we should not see the last video frame. + - Fixed #585322, Start chat/call from map view + - Fixed #585443, drag & drop in contact list should be a move action (Louis-Francis Ratté-Boulianne) + - Fixed #585843, Should use stable Geolocation API (Guillaume Desmottes) + - Fixed #585844, Should use stable Debug API (Guillaume Desmottes) + - Fixed #585867, "Minutes ago" is not updated with time in Map View + - Fixed #585993, support global installed themes + - Fixed #586401, Clicking URLs don't work in adium's themes + - Fixed #586977, Reduced Accuracy mode is wrong + - Fixed #587161, cannot reconnect to msn after setting a s̷̸̭͎̯͔̭͙̮͙̹͉̱͔̳̏ͪͧ̏̒̒̐̋͌̊̀ͩͣ́̈ͦͬ̀̚ͅtrange nickname + - Fixed #587514, Werror breaks the build + - Fixed #587634, Mailto: url mangled if :+letter forms a smiley + - Fixed #587706, ALL yahoo contacts appear in contact list w/ no status icon or avatar + - Fixed #587803, Invert the variable position for a proper translation (Guillaume Desmottes) + - Fixed #588252, Set the codecs preferences/properties from a config file + - Fixed #588840, Empathy Crashes when initiating dialog with a buddy (Will Thompson) + - Fixed #589091, Feature Share My Desktop for Empathy + - Fixed #589335, No way to send a message starting with a slash (Frédéric Péters) + - Fixed #589846, wrap text in contact label status + - Fixed #590029, IRC help window waiting for something when opened from conversation window (Guillaume Desmottes) + - Fixed #590118, Port pidgin account importer to mc5 + - Fixed #590165, Should use MC5 (Sjoerd Simons) + - Fixed #590756, VNC/Vinagre tube Service should a well-known TCP service name (Arnaud Maillet) + - Fixed #590924, Set selectable status information + - Fixed #590956, Shouldn't show old locations + - Fixed #590962, empathy-contact-widget does not follow style guidelines + - Fixed #590982, Changing the input volume makes the application crash if the call has been disconnected + - Fixed #591058, Should be able to send files from network locations (Guillaume Desmottes) + - Fixed #591199, [a11y] Attempting to get default text attributes crashes Empathy + - Fixed #591247, Missing status icons (Frédéric Péters) + - Fixed #591335, Merge new Mallard help files + - Fixed #591468, Crashed when I opened a tab to an IRC contact. (Will Thompson) + - Fixed #591543, Switch to clutter-gtk-0.10 + - Fixed #591582, make distcheck fails on codec-preference (Frédéric Péters) + - Fixed #591602, Changed Empathy docs path (Milo Casagrande) + - Fixed #591612, Segfault at strcmp opening preferences (Guillaume Desmottes) + - Fixed #592005, Unmark for translation: 'gtk-add', 'gtk-remove' and 'gtk-leave-fullscreen' + - Fixed #592052, "Call" misses translator comment (Guillaume Desmottes) + +Translations: + - Updated ar Translation (Khaled Hosny) + - Updated bg Translation (Alexander Shopov) + - Updated br Translation (Denis Arnaud) + - Updated ca Translation (Gil Forcada) + - Updated ca@valencia Translation (Carles Ferrando) + - Updated cs Translation (Andre Klapper) + - Updated de Translation (Michael Kanis) + - Updated es Translation (Jorge González) + - Updated et Translation (Ivar Smolin, Mattias Põldaru) + - Updated eu Translation (Inaki Larranaga Murgoitio) + - Updated fi Translation (Tommi Vainikainen) + - Updated ga Translation (Seán de Búrca) + - Updated gl Translation (Antón Méixome) + - Updated he Translation (Mark Krapivner) + - Updated hr Translation (Sjoerd Simons) + - Updated kn Translation (Shankar Prasad) + - Updated nb Translation (Kjartan Maraas) + - Updated or Translation (Manoj Kumar Giri) + - Updated pt_BR Translation (Rodrigo L. M. Flores) + - Updated sv Translation (Daniel Nylander) + - Updated ta Translation (ifelix) + - Updated te Translation (krishnababu k) + - Updated tr Translation (Baris Cicek) + - Updated uk Translation (Maxim V. Dziumanenko) + - Updated zh_CN Translation (Aron Xu, lyper) + - Updated zh_HK Translation (Chao-Hsiung Liao) + - Updated zh_TW Translation (Chao-Hsiung Liao) + +Documentation translations: + - Updated de Documentation translation (Mario Blättermann) + - Updated es Documentation translation (Jorge González) + +NEW in 2.27.5 +============== +Bugs fixed: + - Fixed #459161, Remove should be insensitive for salut contact + - Fixed #494007, Empathy should conform to the XDG directory specification (Frédéric Péters) + - Fixed #545282, [accessibility] the names of items in friends list are not correct (Frédéric Péters) + - Fixed #547327, Wrongly sized dialog + - Fixed #579724, Enable building with shave + - Fixed #579940, Show a notification when a buddy goes to offline or online + - Fixed #584120, "Video call" button shouldn't be sensitive in Contact menu if contact supports only audio + - Fixed #584122, "Send Video" should be disable if contact doesn't support video + - Fixed #586967, Remeber chat window size and configuration (Nicolò Chieffo) + - Fixed #588498, Mark muc tabs in which you are highlighted differently (Abner Silva) + - Fixed #588662, Add gconf option to enable usage of the WebKit inspector, for adium themes. + - Fixed #588810, respect the button-images setting (Matthias Clasen) + - Fixed #588886, crash when selecting an image and clicking "open link" in adium (Gustavo Noronha Silva) + - Fixed #589091, Feature Share My Desktop for Empathy + - Fixed #589830, Online status combo box items are not correctly spoken with the Orca screen reader. (Frédéric Péters) + - Fixed #589846, wrap text in contact label status (Nicolò Chieffo) + +Translations: + - Updated ar Translation (Khaled Hosny) + - Updated be Translation (Alexander Nyakhaychyk) + - Updated es Translation (Jorge González) + - Updated et Translation (Priit Laes) + - Updated gl Translation (Fran Diéguez) + - Updated lt Translation (Žygimantas Beručka) + - Updated sv Translation (Daniel Nylander) + - Updated ta Translation (drtvasudevan) + - Updated zh_CN Translation (Aron Xu) + +Documentation translations: + - Updated de Documentation translation (Mario Blättermann) + +NEW in 2.27.4 +============== +Bugs fixed: + - Fixed #584703, Segfault when the contact selector dispose + - Fixed #459161, Remove should be insensitive for salut contact + - Fixed #494532, empathy should be able to take colours from the GTK theme + - Fixed #520972, IRC widget is cut (Matthias Clasen) + - Fixed #536383, Add option to hide muc roster + - Fixed #556237, time banner is added at each sentence when the remote contact is offline + - Fixed #560159, Should take a well-known bus name (Jonny Lamb) + - Fixed #562468, Contact list view options are scattered over "Chat" menu and "General" Preferences + - Fixed #563678, Doesn't poke block devices to figure out their file size. (Frédéric Péters) + - Fixed #565494, Remove libgnomevfs include in megaphone-applet.c + - Fixed #571989, "Video preview" menu item doesn't do anything + - Fixed #574771, Use call-stop icon (Frédéric Péters) + - Fixed #575008, Should play a sound when calling + - Fixed #575667, Favourite Chat Room tickybox doesn't work. (Abner Silva) + - Fixed #579151, Adds an Adium theme parsing to have a nicer theme selector + - Fixed #579893, EmpathyProfileChooser should extend GtkComboBox + - Fixed #579940, Show a notification when a buddy goes to offline or online + - Fixed #580631, Implement o.fd.Tp.Debug to publish debug messages (Jonny Lamb) + - Fixed #580777, Shouldn't be able to send video and enable preview if no webcam is plugged + - Fixed #582598, Call window: "send video" widgets should be enabled according the state of the call + - Fixed #582810, When we stop receiving video in a call, we should not see the last video frame. + - Fixed #585031, Crash when starting if status-presets.xml contains an 'unset' presence (Guillaume Desmottes) + - Fixed #585053, Crash when trying to add an 'unset' status as favorite (Guillaume Desmottes) + - Fixed #585380, Contact list doesn't appear in windows list when respawned + - Fixed #585475, %service% is not replaced in adium themes (Patryk Zawadzki) + - Fixed #585522, Use libchamplain 0.3.3's API + - Fixed #585601, Adium theme is not reloaded on /clear or Ctrl+L or clear menu item + - Fixed #585777, Empathy does not import from Pidgin on start + - Fixed #585788, Capitalisation incorrect + - Fixed #585882, Can't easily copy URL's when using Adium themes + - Fixed #585885, Lines are not smashed together when using Adium themes (Patryk Zawadzki) + - Fixed #585887, "Publish my location" causes a crash + - Fixed #586059, Remove markup from translatable strings + - Fixed #586102, Remove "new message from" from notification message (Guillaume Desmottes) + - Fixed #586133, don't autoscroll on new messages + - Fixed #586249, Display part reasons and messages. + - Fixed #586329, Imported Google account (from Pidgin) not connecting + - Fixed #586352, Adium theme should only join messages if time delta is less than 5 minutes (Patryk Zawadzki) + - Fixed #586368, Use themed avatar as fallback if provided + - Fixed #586382, "history" messageClasses is not set for backlogs + - Fixed #586387, We are not using Info.plist settings for adium themes (Patryk Zawadzki) + - Fixed #586481, telepathy-idle IRC chat window has no users or chat content + - Fixed #586645, Status icon not updated when going offline (Guillaume Desmottes) + - Fixed #586734, Modules linking cleanup + - Fixed #587365, empaty crashs whenever a file trasnfert request is received + - Fixed #587446, NM integration doesn't work if NM is started after empathy (Sjoerd Simons) + - Fixed #587508, Don't use McAccount (Sjoerd Simons) + - Fixed #587817, Crash when trying to add a contact while connecting (Guillaume Desmottes) + - Fixed #587953, Labels with RTL control code don't right-align + - Fixed #587958, please add bug-database to doap (Guillaume Desmottes) + - Fixed #588021, typo for enable_network_manager in configure.ac (Ken VanDine) + - Fixed #586284, Crasher: click on the microphone once disconnected + +Translations: + - Updated bn_IN Translation (Runa Bhattacharjee) + - Updated es Translation (Jorge Gonzalez) + - Updated fr Translation (Claude Paroz) + - Updated lt Translation (Žygimantas Beručka) + - Updated or Translation (Manoj Kumar Giri) + - Updated pa Translation (A S Alam) + - Updated sv Translation (Daniel Nylander) + - Updated ta Translation (drtvasudevan) + NEW in 2.27.3 ============== Bugs fixed: