| 3 | == Version 2.5.3 (12/20/2008) == |
| 4 | [http://developer.pidgin.im/query?status=closed&milestone=2.5.3 View all closed tickets for this release.] |
| 5 | |
| 6 | * '''libpurple''' |
| 7 | * The Buddy State Notification plugin no longer prints duplicate notifications when the same buddy is in multiple groups. (Florian Quèze) |
| 8 | * The Buddy State Notification plugin no longer turns JID's, MSN Passport ID's, etc. into links. (Florian Quèze) |
| 9 | * purple-remote now has a "getstatusmessage" command to retrieve the text of the current status message. |
| 10 | * Various fixes to the nullprpl. (Paul Aurich) |
| 11 | * Fix a crash when accessing the roomlist for an account that's not connected. (Paul Aurich) |
| 12 | * Fix a crash in purple_accounts_delete that happens when this function is called before the buddy list is initialized. (Florian Quèze) |
| 13 | * Fix use of av_len in perl bindings to fix some off-by-one bugs. (Paul Aurich) |
| 14 | * On ICQ, advertise the ICQ 6 typing capability. This should fix the reports of typing notifications not working with third-party clients. (Jaromír Karmazín) |
| 15 | * Many QQ fixes and improvements, including the ability to connect using QQ2008 protocol and sending/receiving of long messages. The recommended version to use is still QQ2005. |
| 16 | * Fix a crash with DNS SRV lookups. (Florian Quèze) |
| 17 | * Fix a crash caused by authorization requests. (Florian Quèze) |
| 18 | |
| 19 | * '''Gadu-Gadu''' |
| 20 | * Add support for IM images. (Adam Strzelecki) |
| 21 | * Gadu-Gadu now checks that UID's are valid. (Adam Strzelecki) |
| 22 | * Gadu-Gadu now does proper charset translations where needed. (Adam Strzelecki) |
| 23 | |
| 24 | * '''MSN''' |
| 25 | * Fix an error with offline messages by shipping the '''new''' "Microsoft Secure Server Authority" and the "Microsoft Internet Authority" certificates. These are now always installed even when using --with-system-ssl-certs because most systems don't ship those intermediate certificates. |
| 26 | * The Games and Office media can now be set and displayed (in addition to the previous Music media). The Media status text now shows the album, if possible. |
| 27 | * Messages sent from a mobile device while you were offline are now correctly received. |
| 28 | * Server transfers after you've been connected for a long time should now be handled correctly. |
| 29 | * Many improvements to handling of "federated" buddies, such as those on the Yahoo network. |
| 30 | * Several known crashes have been resolved. |
| 31 | * Many other fixes and code cleanup. |
| 32 | |
| 33 | * '''!MySpace''' |
| 34 | * Respect your privacy settings set using the official !MySpace client. |
| 35 | * Add support for blocking buddies. |
| 36 | * Fix a bug where buddies didn't appear in their correct groups the first time you sign into your account. |
| 37 | * Properly disconnect and sign out of the service when logging off. |
| 38 | * Support for foreground and background font colors in outgoing IMs. |
| 39 | * Support for background font colors in incoming IMs. |
| 40 | * Many other fixes and code cleanup. |
| 41 | |
| 42 | * '''Sametime''' |
| 43 | * Fix insanely long idle times for Sametime 7.5 buddies by assuming 0 idle time if the idle timestamp is in the future. (Laurent Montaron) |
| 44 | * Fix a crash that can occur on login. (Raiko Nitzsche) |
| 45 | |
| 46 | * '''SIMPLE''' |
| 47 | * Fix a crash when a malformed message is received. |
| 48 | * Don't allow connecting accounts if no server name has been specified. (Florian Quèze) |
| 49 | |
| 50 | * '''XMPP''' |
| 51 | * Fix the namespace URL we look for in PEP reply stanzas to match the URL used in the 'get' requests (Paul Aurich) |
| 52 | * Resources can be set to the local machine's hostname by using !__HOSTNAME!__ as the resource string. (Jonathan Sailor) |
| 53 | * Resources can now be left blank, causing the server to generate a resource for us where supported. (Jonathan Sailor) |
| 54 | * Resources now default to no value, but "Home" is used if the server refuses to provide a resource. |
| 55 | * Quit trying to get user info for MUC's. (Paul Aurich) |
| 56 | * Send "client-accepts-full-bind-result" attribute during SASL login. This will fix Google Talk login failures if the user configures the wrong domain for his/her account. |
| 57 | * Support new <metadata/> element to indicate no XEP-0084 User Avatar. (Paul Aurich) |
| 58 | * Fix SHA1 avatar checksum errors that occur when one of the bytes in a checksum begins with 0. (Paul Aurich) |
| 59 | * Fix a problem with duplicate buddies. (Paul Aurich) |
| 60 | |
| 61 | * '''Yahoo''' |
| 62 | * Corrected maximum message lengths for Yahoo! |
| 63 | * Fix file transfers with older Yahoo protocol versions. |
| 64 | |
| 65 | * '''Zephyr''' |
| 66 | * Enable auto-reply, to emulate 'zaway.' (Toby Schaffer) |
| 67 | * Fix a crash when an account is configured to use tzc but tzc is not installed or the configured tzc command is invalid. (Michael Terry) |
| 68 | * Fix a 10 second delay waiting on tzc if it is not installed or the configured command is invalid. (Michael Terry) |
| 69 | |
| 70 | * '''Pidgin''' |
| 71 | * On GTK+ 2.14 and higher, we're using the gtk-tooltip-delay setting instead of our own (hidden) tooltip_delay pref. If you had previously changed that pref, add a line like this to `~/.purple/gtkrc-2.0` (where 500 is the timeout (in ms) you want): |
| 72 | {{{ |
| 73 | gtk-tooltip-timeout = 500 |
| 74 | }}} |
| 75 | To completely disable tooltips (e.g. if you had an old tooltip_delay of zero), add this to `~/.purple/gtkrc-2.0`: |
| 76 | {{{ |
| 77 | gtk-enable-tooltips = 0 |
| 78 | }}} |
| 79 | * Moved the release notification dialog to a mini-dialog in the buddylist. (Casey Ho) |
| 80 | * Fix a crash when closing an authorization minidialog with the X then immediately going offline. (Paul Aurich) |
| 81 | * Fix a crash cleaning up custom smileys when Pidgin is closed. |
| 82 | * Fix adding a custom smiley using the context menu in a conversation if no custom smilies have previously been added using the smiley manager. |
| 83 | * Improved support for some message formatting in conversations. |
| 84 | * Allow focusing the coversation history or userlist with F6. |
| 85 | * Fixed the Send Button plugin to avoid duplicate buttons in a single conversation. |
| 86 | * Double-clicking a saved status will now activate it and close the saved status manager, rather than edit the status. |
| 87 | |
| 88 | * '''Finch''' |
| 89 | * Allow binding meta+arrow keys for actions. |
| 90 | * Added default meta+erase binding for delete previous word. |
| 91 | * Added "Show When Offline" to buddy menus, so a plugin is no longer needed. |
| 92 | |
| 93 | ---------- |