comparison ChangeLog @ 28395:31ff586b8ddc

Grab changes from the 2.6.3 branch
author Mark Doliner <mark@kingant.net>
date Fri, 16 Oct 2009 09:33:22 +0000
parents a020c6abc852
children 3f2a74bf3b9b
comparison
equal deleted inserted replaced
28394:e5940c163004 28395:31ff586b8ddc
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.4 (??/??/20??):
4 General: 4 General:
5 * New 'plugins' sub-command to 'debug' command (i.e. '/debug plugins') 5 * New 'plugins' sub-command to 'debug' command (i.e. '/debug plugins')
6 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).
7 * Fix a crash when performing DNS queries on Unixes that use the
8 blocking DNS lookups. (Brian Lu)
9 * Fix building the GnuTLS plugin with older versions of GnuTLS. 7 * Fix building the GnuTLS plugin with older versions of GnuTLS.
10 * Fix DNS TXT query resolution. 8 * Fix DNS TXT query resolution.
11
12 AIM and ICQ:
13 * Fix blocking and other privacy lists. (Thanks to AOL)
14 9
15 XMPP: 10 XMPP:
16 * Users connecting to Google Talk now have an "Initiate Chat" context menu 11 * Users connecting to Google Talk now have an "Initiate Chat" context menu
17 option for their buddies. (Eion Robb) 12 option for their buddies. (Eion Robb)
18 * Fix a crash when attempting to validate an invalid JID. 13 * Fix a crash when attempting to validate an invalid JID.
34 Captcha when joining chat rooms. 29 Captcha when joining chat rooms.
35 30
36 Pidgin: 31 Pidgin:
37 * The userlist in a multiuser chat can be styled via gtkrc by using the 32 * The userlist in a multiuser chat can be styled via gtkrc by using the
38 widget name "pidgin_conv_userlist". (Heiko Schmitt) 33 widget name "pidgin_conv_userlist". (Heiko Schmitt)
34
35 version 2.6.3 (10/16/2009):
36 General:
37 * Fix a crash when performing DNS queries on Unixes that use the
38 blocking DNS lookups. (Brian Lu)
39
40 AIM and ICQ:
41 * Fix a crash when some clients send contacts in a format we don't
42 understand.
43 * Fix blocking and other privacy lists. (Thanks to AOL)
39 44
40 version 2.6.2 (09/05/2009): 45 version 2.6.2 (09/05/2009):
41 libpurple: 46 libpurple:
42 * Fix --disable-avahi to actually disable it in configure, as opposed 47 * Fix --disable-avahi to actually disable it in configure, as opposed
43 to just making the warning non-fatal. 48 to just making the warning non-fatal.