comparison ChangeLog @ 28746:6846e88e76e3

merge of 'a35d515dd2c8f385ed4563358fccee9108573018' and 'e82aa33311b15eaad3c08326fb27ae68818307cf'
author Paul Aurich <paul@darkrain42.org>
date Thu, 03 Dec 2009 05:45:58 +0000
parents 44b5e5fe2f93
children
comparison
equal deleted inserted replaced
28745:c01d4a1c7ee5 28746:6846e88e76e3
1
2 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
3 2
4 version 2.6.4 (??/??/20??): 3 version 2.6.5 (??/??/20??):
4 General:
5 * Build-time fixes for Solaris. (Paul Townsend)
6
7 XMPP:
8 * When getting info on a domain-only (server) JID, show uptime
9 (when given by the result of the "last query") and don't show status as
10 offline.
11 * Do not crash when attempting to register for a new account on Windows.
12
13 version 2.6.4 (11/29/2009):
5 libpurple: 14 libpurple:
6 * Actually emit the hold signal for media calls. 15 * Actually emit the hold signal for media calls.
16 * Fix building the GnuTLS plugin with older versions of GnuTLS.
17 * Fix DNS TXT query resolution.
18 * Don't send Proxy-Authorization headers to HTTP proxy servers until we've
19 received a "407 Proxy Authentication Required" response from the server.
20 (thecrux)
7 * Added "MXit" protocol plugin, supported and maintained by the MXit folks 21 * Added "MXit" protocol plugin, supported and maintained by the MXit folks
8 themselves (MXit Lifestyle (Pty) Ltd.) 22 themselves (MXit Lifestyle (Pty) Ltd.)
9 23
10 General: 24 General:
11 * New 'plugins' sub-command to 'debug' command (i.e. '/debug plugins') 25 * New 'plugins' sub-command to 'debug' command (i.e. '/debug plugins')
12 to announce the list of loaded plugins (in both Finch and Pidgin). 26 to announce the list of loaded plugins (in both Finch and Pidgin).
13 * Fix building the GnuTLS plugin with older versions of GnuTLS.
14 * Fix DNS TXT query resolution.
15 * Always rejoin open chats after an account reconnects. 27 * Always rejoin open chats after an account reconnects.
16 28
17 AIM and ICQ: 29 AIM and ICQ:
18 * Better rate limit calculations and other improvements. (Aman Gupta) 30 * Better rate limit calculations and other improvements. (Aman Gupta)
19 * More detailed error messages when messages fail to send. (Aman Gupta) 31 * More detailed error messages when messages fail to send. (Aman Gupta)