comparison ChangeLog @ 28751:bd8a1dad7f1c

merged with im.pidgin.pidgin
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Wed, 14 Oct 2009 13:26:08 +0900
parents 5550823608cb
children 3c230409556d
comparison
equal deleted inserted replaced
28728:659dde8c53a9 28751:bd8a1dad7f1c
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.6.3 (??/??/20??): 3 version 2.6.3 (??/??/20??):
4 XMPP:
5 * Fix a crash when attempting to validate an invalid JID.
6 * Resolve an issue when connecting to iChat Server when no resource
7 is specified.
8 * Fix a crash when adding a buddy without an '@'.
9
10 Yahoo:
11 * Fix sending /buzz.
12
13 General: 4 General:
14 * New 'plugins' sub-command to 'debug' command (i.e. '/debug plugins') 5 * New 'plugins' sub-command to 'debug' command (i.e. '/debug plugins')
15 to announce the list of loaded plugins (in both Finch and Pidgin). 6 to announce the list of loaded plugins (in both Finch and Pidgin).
16 * Fix a crash when performing DNS queries on Unixes that use the 7 * Fix a crash when performing DNS queries on Unixes that use the
17 blocking DNS lookups. (Brian Lu) 8 blocking DNS lookups. (Brian Lu)
18 * Fix building the GnuTLS plugin with older versions of GnuTLS. 9 * Fix building the GnuTLS plugin with older versions of GnuTLS.
10 * Fix DNS TXT query resolution.
11
12 XMPP:
13 * Users connecting to Google Talk now have an "Initiate Chat" context menu
14 option for their buddies. (Eion Robb)
15 * Fix a crash when attempting to validate an invalid JID.
16 * Resolve an issue when connecting to iChat Server when no resource
17 is specified.
18 * Fix a crash when adding a buddy without an '@'.
19
20 Yahoo:
21 * Fix sending /buzz.
22 * Fix blocking behavior for federated (MSN/OCS/Sametime) service users.
23 (Jason Cohen)
24 * Add support for adding OCS and Sametime buddies. OCS users are added
25 as "ocs/user@domain.tld" and Sametime users are added as
26 "ibm/sametime_id". (Jason Cohen)
19 27
20 Finch: 28 Finch:
21 * The TinyURL plugin now creates shorter URLs for long non-conversation 29 * The TinyURL plugin now creates shorter URLs for long non-conversation
22 URLs, e.g. URLs to open Inbox in Yahoo/MSN protocols, or the Yahoo 30 URLs, e.g. URLs to open Inbox in Yahoo/MSN protocols, or the Yahoo
23 Captcha when joining chat rooms. 31 Captcha when joining chat rooms.