comparison ChangeLog @ 29733:356d1f40a56d

propagate from branch 'im.pidgin.pidgin' (head fc93e0ea1ceae4b0e76c50e35965814711dc1c00) to branch 'im.pidgin.pidgin.next.minor' (head bca91e5200ed5372978a121437fd19fe2774c583)
author Will Thompson <will.thompson@collabora.co.uk>
date Sun, 20 Dec 2009 17:17:10 +0000
parents c38f6e6bf4ce 57ee55097ec8
children bf4a33bd020b
comparison
equal deleted inserted replaced
29732:f8e29cf10629 29733:356d1f40a56d
17 * Added UI for sending attentions (buzz, nudge) on supporting protocols. 17 * Added UI for sending attentions (buzz, nudge) on supporting protocols.
18 * Make the search dialog unobtrusive in the conversation window (by making 18 * Make the search dialog unobtrusive in the conversation window (by making
19 it look and behave like the search dialog in Firefox) 19 it look and behave like the search dialog in Firefox)
20 20
21 version 2.6.5 (??/??/20??): 21 version 2.6.5 (??/??/20??):
22 libpurple:
23 * TLS certificates are actually stored to the local cache once again
24 (accepting a name mismatch on a certificate should now be remembered)
25
22 General: 26 General:
23 * Build-time fixes for Solaris. (Paul Townsend) 27 * Build-time fixes for Solaris. (Paul Townsend)
24 28
25 AIM and ICQ: 29 AIM and ICQ:
26 * Messages from some mobile clients are no longer displayed as 30 * Messages from some mobile clients are no longer displayed as
27 Chinese characters (broken in 2.6.4) 31 Chinese characters (broken in 2.6.4)
32
33 MSN:
34 * File transfer requests will no longer cause a crash if you delete the
35 file before the other side accepts.
36 * Recieved files will no longer hold an extra lock after completion,
37 meaning they can be moved or deleted without complaints from your OS.
38 * Buddies who sign in from a second location will no longer cause an
39 unnecessary chat window to open.
28 40
29 XMPP: 41 XMPP:
30 * Added support for the SCRAM-SHA-1 SASL mechanism. This is only 42 * Added support for the SCRAM-SHA-1 SASL mechanism. This is only
31 available when built without Cyrus SASL support. 43 available when built without Cyrus SASL support.
32 * When getting info on a domain-only (server) JID, show uptime 44 * When getting info on a domain-only (server) JID, show uptime
33 (when given by the result of the "last query") and don't show status as 45 (when given by the result of the "last query") and don't show status as
34 offline. 46 offline.
35 * Do not crash when attempting to register for a new account on Windows. 47 * Do not crash when attempting to register for a new account on Windows.
36 * Added support for Roster Versioning (XEP-0237). 48 * Fix file transfer with clients that do not support Entity Capabilities
49 (e.g. Spark)
37 50
38 version 2.6.4 (11/29/2009): 51 version 2.6.4 (11/29/2009):
39 libpurple: 52 libpurple:
40 * Actually emit the hold signal for media calls. 53 * Actually emit the hold signal for media calls.
41 * Fix building the GnuTLS plugin with older versions of GnuTLS. 54 * Fix building the GnuTLS plugin with older versions of GnuTLS.