comparison ChangeLog @ 30942:0712ce23901e

propagate from branch 'im.pidgin.pidgin' (head 37329f033a30f4f4f5048f9fdc86df4400e3ada5) to branch 'im.pidgin.cpw.malu.xmpp.google_relay' (head 19964a278756296718ce9887b3e8b98a575f9310)
author Marcus Lundblad <ml@update.uu.se>
date Mon, 09 Nov 2009 19:01:03 +0000
parents 17617d892bc4
children 817cba320d5d e77894113a14
comparison
equal deleted inserted replaced
30941:2702ca44d963 30942:0712ce23901e
1
1 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul 2 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
2 3
3 version 2.6.4 (??/??/20??): 4 version 2.6.4 (??/??/20??):
4 libpurple: 5 libpurple:
5 * Actually emit the hold signal for media calls. 6 * Actually emit the hold signal for media calls.
12 * Always rejoin open chats after an account reconnects. 13 * Always rejoin open chats after an account reconnects.
13 14
14 AIM and ICQ: 15 AIM and ICQ:
15 * Better rate limit calculations and other improvements. (Aman Gupta) 16 * Better rate limit calculations and other improvements. (Aman Gupta)
16 * More detailed error messages when messages fail to send. (Aman Gupta) 17 * More detailed error messages when messages fail to send. (Aman Gupta)
18 * The simultaneous login account option is respected when using
19 the clientLogin authentication method.
20 * Fix offline message retrieval (broken in 2.6.3)
21 * Fix SSL when clientLogin is enabled.
17 22
18 MSN: 23 MSN:
19 * Don't forget display names for buddies. 24 * Don't forget display names for buddies.
20 * Fix a random crash that might occur when idle. 25 * Fix a random crash that might occur when idle.
21 * Fix more FQY 240 connection errors. 26 * Fix more FQY 240 connection errors.
22 * Fix a crash that could occur when adding a buddy. 27 * Fix a crash that could occur when adding a buddy.
23 * Fix an occasional crash when sending message to an offline user. 28 * Fix an occasional crash when sending message to an offline user.
29 * Fix a random crash that might occur when idle.
30 * Fix a crash when logging in with some long non-ASCII passwords.
31 (Shaun Lindsay)
24 32
25 XMPP: 33 XMPP:
26 * Users connecting to Google Talk now have an "Initiate Chat" context menu 34 * Users connecting to Google Talk now have an "Initiate Chat" context menu
27 option for their buddies. (Eion Robb) 35 option for their buddies. (Eion Robb)
28 * Fix a crash when attempting to validate an invalid JID. 36 * Fix a crash when attempting to validate an invalid JID.
29 * Resolve an issue when connecting to iChat Server when no resource 37 * Resolve an issue when connecting to iChat Server when no resource
30 is specified. 38 is specified.
39 * Try to automatically find a STUN server by using an SRV lookup on the
40 account's domain, and use that for voice and video if found and the user
41 didn't set one manually in prefs.
31 * Fix a crash when adding a buddy without an '@'. 42 * Fix a crash when adding a buddy without an '@'.
32 43
33 Yahoo: 44 Yahoo:
34 * Fix sending /buzz. 45 * Fix sending /buzz.
35 * Fix blocking behavior for federated (MSN/OCS/Sametime) service users. 46 * Fix blocking behavior for federated (MSN/OCS/Sametime) service users.
45 56
46 Pidgin: 57 Pidgin:
47 * The userlist in a multiuser chat can be styled via gtkrc by using the 58 * The userlist in a multiuser chat can be styled via gtkrc by using the
48 widget name "pidgin_conv_userlist". (Heiko Schmitt) 59 widget name "pidgin_conv_userlist". (Heiko Schmitt)
49 * Add a hold button to the media window. 60 * Add a hold button to the media window.
50 * Tooltips for custom smileys should work now.
51 * Users with unread messages are again bolded in the Buddy List.
52 * Minor reworking of the Preferences window's Network tab to make it need
53 less vertical space.
54 * The global "Use remote DNS with SOCKS4 proxies" preference no longer
55 disappears when the preference value changes in certain ways.
56 61
57 version 2.6.3 (10/16/2009): 62 version 2.6.3 (10/16/2009):
58 General: 63 General:
59 * Fix a crash when performing DNS queries on Unixes that use the 64 * Fix a crash when performing DNS queries on Unixes that use the
60 blocking DNS lookups. (Brian Lu) 65 blocking DNS lookups. (Brian Lu)