comparison ChangeLog @ 25978:7e020fbe2cdb

propagate from branch 'im.pidgin.pidgin' (head 303af74a38e7b313d4fb0be4d4054a16cb13d819) to branch 'im.pidgin.cpw.darkrain42.xmpp.avatars' (head 11e989f3ac36a0f958f031d55245db093923ea76)
author Paul Aurich <paul@darkrain42.org>
date Sat, 07 Mar 2009 01:32:29 +0000
parents a4fea5757d27
children 3d997c09b94e 640f46b09d5f
comparison
equal deleted inserted replaced
25426:2d92bbe6807b 25978:7e020fbe2cdb
1 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul 1 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
2 2
3 version 2.5.5 (??/??/????): 3 version 2.6.0 (??/??/2009):
4 General:
5 * Theme support in libpurple thanks to Justin Rodriguez's summer of code
6 project. With some minor additions and clean ups from Paul Aurich.
7
8 XMPP:
9 * Add support for in-band bytestreams (XEP-0047).
10 * Add support for attention (XEP-0224).
11
12 Pidgin:
13 * Added -f command line option to tell Pidgin to ignore NetworkManager
14 and assume it has a valid network connection.
15 * Allow plugins to specify custom link types to the GtkIMHtml widget.
16 * The status message input box at the bottom of the buddy list expands
17 correctly when starting a new line of text.
18 * Pressing the Enter key in the message entry box of the New Status
19 dialog and various other dialogs now causes the cursor to move to
20 the next line.
21
22 version 2.5.5 (03/01/2009):
4 libpurple: 23 libpurple:
5 * Fix a crash when removing an account with an unknown protocol id. 24 * Fix a crash when removing an account with an unknown protocol id.
6 * Beta support for SSL connections for AIM and ICQ accounts. To 25 * Beta support for SSL connections for AIM and ICQ accounts. To
7 enable, check the "Use SSL" option from the Advanced tab when 26 enable, check the "Use SSL" option from the Advanced tab when
8 editing your AIM or ICQ account. (Paul Aurich) 27 editing your AIM or ICQ account. (Paul Aurich)
9 * Fix a memory leak in SILC. (Luke Petre) 28 * Fix a memory leak in SILC. (Luke Petre)
29 * Fix some string handling in the SIMPLE prpl, which fixes some buddy name
30 handling and other issues. (Paul Aurich, Marcus Sundberg)
31 * Implement support for resolving DNS via the SOCKS4 proxy (SOCKS4a).
10 32
11 ICQ: 33 ICQ:
12 * Fix retrieval of status messages from users of ICQ 6.x, Miranda, and 34 * Fix retrieval of status messages from users of ICQ 6.x, Miranda, and
13 other libpurple clients. (Daniel Ljungborg) 35 other libpurple clients. (Daniel Ljungborg)
14 * Change client ID to match ICQ Basic 14.34.3096. This fixes publishing 36 * Change client ID to match ICQ Basic 14.34.3096. This fixes publishing
15 of buddy icons and available messages. 37 of buddy icons and available messages.
16 * Properly publish status messages for statuses other than Available. 38 * Properly publish status messages for statuses other than Available.
17 ICQ 6.x users can now see these status messages. (Daniel Ljungborg) 39 ICQ 6.x users can now see these status messages. (Daniel Ljungborg)
40 * Fix receipt of messages from the mobile client Slick. (David Jedelsky)
18 41
19 MSN: 42 MSN:
20 * Fix transfer of buddy icons, custom smileys, and files from the 43 * Fix transfer of buddy icons, custom smileys, and files from the
21 latest Windows Live Messenger 9 official client. (Thomas 44 latest Windows Live Messenger 9 official client. (Thomas
22 Gibson-Robinson) 45 Gibson-Robinson)
23 * Large (multi-part) messages are now correctly re-combined. 46 * Large (multi-part) messages are now correctly re-combined.
24 * Federated/Yahoo! buddies should now stop creating sync issues at 47 * Federated/Yahoo! buddies should now stop creating sync issues at
25 every signin. You may need to remove duplicates in the Address 48 every signin. You may need to remove duplicates in the Address
26 Book. See the FAQ for more information. 49 Book. See the FAQ for more information. Thanks to Jason Lingohr
50 for lots of debugging and testing.
27 * Messages from Yahoo! buddies are no longer silently dropped. 51 * Messages from Yahoo! buddies are no longer silently dropped.
52 * We now save and use the CacheKey for ABCH SOAP requests.
53 * Don't try to parse Personal Status Messages or Current Media if they
54 don't exist.
55 * Convert from ISO-8859-1 encoding to UTF-8 when no charset is specified
56 on incoming messages. This should fix some issues with messages from
57 older clients.
58 * Force sending the font "Segoe UI" if outgoing formatting doesn't specify
59 a font already.
60 * Queue callbacks when token updates are in progress to prevent two token
61 update attempts from trampling each other.
62 * Fixed a crash on Windows when removing a buddy's alias.
63 * Update the Address Book when buddies' friendly names change. This
64 prevents seeing an outdated alias or not seeing an alias at all for
65 buddies who are offline when you sign in.
66 * Update tokens for FindMembership and ABFindAll SOAP requests.
67 * We no longer try to send empty messages. This could happen when a
68 message contained only formatting and that formatting was not supported
69 on MSN.
70 * Buddies on both the Allow and Block list are now automatically
71 removed from the Allow list. Users with this problem will now no
72 longer receive an ADL 241 error. The problematic buddy should now
73 appear on the buddy list and can be removed or unblocked as desired.
74
75 XMPP:
76 * Resources using __HOSTNAME__ substitution will now grab only the short
77 hostname instead of the FQDN on systems which put the FQDN in the
78 hostname. (Matěj Cepl)
79 * No longer send a 'to' attribute on an outgoing stanza when we haven't
80 received one. This fixes a registration bug as described in ticket
81 #6635.
82
83 Pidgin:
84 * Tooltip windows now appear below the mouse cursor. (Kosta Arvanitis)
85 * Tooltip windows now disappear on keypress events. (Kosta Arvanitis)
86 * Tooltip windows no longer linger when scrolling the buddy list. (Kosta
87 Arvanitis)
28 88
29 Finch: 89 Finch:
30 * Allow rebinding keys to change the focused widget (details in the 90 * Allow rebinding keys to change the focused widget (details in the
31 man-page, look for GntBox::binding) 91 man-page, look for GntBox::binding)
32 92
626 dialog. 686 dialog.
627 687
628 version 2.2.0 (09/13/2007): 688 version 2.2.0 (09/13/2007):
629 http://developer.pidgin.im/query?status=closed&milestone=2.2.0 689 http://developer.pidgin.im/query?status=closed&milestone=2.2.0
630 690
631 Libpurple: 691 libpurple:
632 * New protocol plugin: MySpaceIM (Jeff Connelly, Google Summer of 692 * New protocol plugin: MySpaceIM (Jeff Connelly, Google Summer of
633 Code) 693 Code)
634 * XMPP enhancements. See 694 * XMPP enhancements. See
635 http://www.adiumx.com/blog/2007/07/soc-xmpp-update.php (Andreas 695 http://www.adiumx.com/blog/2007/07/soc-xmpp-update.php (Andreas
636 Monitzer, Google Summer of Code for Adium) 696 Monitzer, Google Summer of Code for Adium)
637 * Certificate management. Libpurple will validate certificates on 697 * Certificate management. libpurple will validate certificates on
638 SSL-encrypted protocols (William Ehlhardt, Google Summer of Code) 698 SSL-encrypted protocols (William Ehlhardt, Google Summer of Code)
639 * Some adjustments were made to fix sending messages when using 699 * Some adjustments were made to fix sending messages when using
640 the MSN HTTP method. (Laszlo Pandy) 700 the MSN HTTP method. (Laszlo Pandy)
641 * Yahoo! Chat is fixed. 701 * Yahoo! Chat is fixed.
642 * Some AIM file transfer issues between Pidgin and other clients 702 * Some AIM file transfer issues between Pidgin and other clients