| | 2 | |
| | 3 | == version 2.6.6 (02/18/2010) == |
| | 4 | * '''libpurple''' |
| | 5 | * Fix 'make check' on OS X. (David Fang) |
| | 6 | * Fix a quirk in purple_markup_html_to_xhtml that caused some messages |
| | 7 | to be improperly converted to XHTML. |
| | 8 | * Set "controlling-mode" correctly when initializing a media session. |
| | 9 | Fixes receiving voice calls from Psi. |
| | 10 | * When looking up DNS records, use the type of record returned by the |
| | 11 | server (instead of the type we asked for) to determine how to process |
| | 12 | the record. |
| | 13 | * Fix an issue with parsing XML attributes that contain "<br>". |
| | 14 | See ChangeLog.API for more details. |
| | 15 | |
| | 16 | * '''General''' |
| | 17 | * Correctly disable all missing dependencies when using the |
| | 18 | --disable-missing-dependencies option. (Gabriel Schulhof) |
| | 19 | |
| | 20 | * '''Gadu-Gadu''' |
| | 21 | * Fix display of avatars after a server-side change. (Krzysztof |
| | 22 | Klinikowski) |
| | 23 | |
| | 24 | * '''AIM''' |
| | 25 | * Allow setting and displaying icons between 1x1 and 100x100 pixels. |
| | 26 | Previously only icons between 48x48 and 50x50 were allowed. |
| | 27 | |
| | 28 | * '''MSN''' |
| | 29 | * Fix CVE-2010-0277, a possible remote crash when parsing an incoming |
| | 30 | SLP message. (Discovered by Fabian Yamaguchi) |
| | 31 | * File transfer requests will no longer cause a crash if you delete the |
| | 32 | file before the other side accepts. |
| | 33 | * Received files will no longer hold an extra lock after completion, |
| | 34 | meaning they can be moved or deleted without complaints from your OS. |
| | 35 | * Buddies who sign in from a second location will no longer cause an |
| | 36 | unnecessary chat window to open. |
| | 37 | * Support setting an animated GIF as a buddy icon. |
| | 38 | * Numerous code cleanups and memory savings. |
| | 39 | |
| | 40 | * '''MySpace''' |
| | 41 | * Fix a leak and crash when retrieving buddy icons. |
| | 42 | |
| | 43 | * '''XMPP''' |
| | 44 | * Less likely to send messages to a contact's idle/inactive resource. |
| | 45 | Previously, if a message was received from a specific resource, |
| | 46 | responses would be sent to that resource until either it went offline |
| | 47 | or a message is received from another resource. Now, messages are |
| | 48 | sent to the bare JID upon receipt of any presence change from the |
| | 49 | contact. |
| | 50 | * Added support for the SCRAM-SHA-1 SASL mechanism. This is only |
| | 51 | available when built without Cyrus SASL support. |
| | 52 | * When getting info on a domain-only (server) JID, show uptime |
| | 53 | (when given by the result of the "last query") and don't show status |
| | 54 | as offline. |
| | 55 | * Fix getting info on your own JID. |
| | 56 | * Wrap XHTML messages in <p>, as described in XEP-0071, for |
| | 57 | compatibility with some clients. |
| | 58 | * Don't do an SRV lookup for a STUN server associated with the account |
| | 59 | if one is already set globally in prefs. |
| | 60 | * Don't send custom smileys larger than the recommended maximum object |
| | 61 | size specified in the BoB XEP. This prevents a client from being |
| | 62 | disconnected by servers that dislike overly-large stanzas. |
| | 63 | * Fix receiving messages without markup over an Openfire BOSH |
| | 64 | connection (forcibly put the stanzas in the jabber:client namespace). |
| | 65 | * The default value for the file transfer proxies is automatically |
| | 66 | updated when an account connects, if it is still the old (broken) |
| | 67 | default (from 'proxy.jabber.org' to 'proxy.eu.jabber.org'). |
| | 68 | * Fix an issue where libpurple created duplicate buddies if the roster |
| | 69 | contains a buddy in two groups that differ only by case |
| | 70 | (e.g. "XMPP" and "xmpp") (or not at all). |
| | 71 | |
| | 72 | * '''Yahoo''' |
| | 73 | * Don't send <span> and </span> tags. (Fartash Faghri) |
| | 74 | * Support PingBox. PingBoxes will appear as pbx/PingBoxName. (Kartik |
| | 75 | Mohta) |
| | 76 | |
| | 77 | * '''Pidgin''' |
| | 78 | * Fix CVE-2010-0423, a denial of service attack due to the parsing |
| | 79 | of large numbers of smileys. (Discovered by Antti Hayrynen) |
| | 80 | * Correctly size conversation and status box entries when the |
| | 81 | interior-focus style property is diabled. (Gabriel Schulhof) |
| | 82 | * Correctly handle a multiline text field being required in a |
| | 83 | request form. (Thanks to Florian Zeitz for finding this problem) |
| | 84 | * Search friends by email-addresses in the buddy list. (Luoh Ren-Shan) |
| | 85 | * Allow dropping an image on Custom Smiley window to add a new one. |
| | 86 | * Prompt for confirmation when clearing a whiteboard (doodle) session. |
| | 87 | (Kartik Mohta) |
| | 88 | * Use the "hand" cursor when hovering over usernames in chat history to |
| | 89 | indicate that the username is an actionable item. |
| | 90 | * Double-clicking usernames in chat history will open an IM with that |
| | 91 | user. |
| | 92 | * Put an icon on the "Filter" button in the debug window. |
| | 93 | * Don't treat "/messages/like/this " as commands. |
| | 94 | * Explicitly mark user interaction when inserting smilies from the |
| | 95 | toolbar so "Undo" correctly removes these smilies. |
| | 96 | * Clicking "New" or "Saved" in the status selector menu while typing a |
| | 97 | status message no longer keeps the status entry area stuck in "typing" |
| | 98 | mode forever. |
| | 99 | * Show tooltips for ellipsized conversation tabs. On older systems, |
| | 100 | tooltips will show for all tabs. |
| | 101 | * The File Transfers and Debug Window windows are no longer created as |
| | 102 | dialogs. These windows should now have minimize buttons in many |
| | 103 | environments in which they were previously missing |
| | 104 | (including Windows). |
| | 105 | * Smiley themes with Windows line endings no longer cause theme |
| | 106 | descriptions not to be displayed in the theme selector. |
| | 107 | |
| | 108 | * '''Finch''' |
| | 109 | * Fix CVE-2010-0420, a possible remote crash when handling chat room |
| | 110 | buddy names. |
| | 111 | * Rebindable 'move-first' and 'move-last' actions for tree widgets. So |
| | 112 | it is possible to jump to the first or last entry in the buddy list |
| | 113 | (and other such lists) by pressing home or end key (defaults) |
| | 114 | respectively. |