comparison ChangeLog @ 30692:1830fa548302

propagate from branch 'im.pidgin.pidgin' (head b0098e2250f135d121960d8152e144e7e344125e) to branch 'im.pidgin.cpw.qulogic.msnp16' (head 03b7207e3af73e90ff9aea7c633dec9dd9d3ed1a)
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 06 Feb 2010 05:15:35 +0000
parents 3de19f8f5c92
children 9af18bfb16aa 422889fb57e0
comparison
equal deleted inserted replaced
30691:b27d2e8f137e 30692:1830fa548302
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.5 (??/??/20??): 3 version 2.6.6 (??/??/20??):
4 libpurple:
5 * Fix 'make check' on OS X. (David Fang)
6 * Fix a quirk in purple_markup_html_to_xhtml that caused some messages
7 to be improperly converted to XHTML.
8 * Set "controlling-mode" correctly when initializing a media session.
9 Fixes receiving voice calls from Psi.
10
4 General: 11 General:
5 * Build-time fixes for Solaris. (Paul Townsend) 12 * Correctly disable all missing dependencies when using the
6 13 --disable-missing-dependencies option. (Gabriel Schulhof)
7 AIM and ICQ: 14
8 * Messages from some mobile clients are no longer displayed as 15 Gadu-Gadu:
9 Chinese characters (broken in 2.6.4) 16 * Fix display of avatars after a server-side change. (Krzysztof
17 Klinikowski)
18
19 AIM:
20 * Allow setting and displaying icons between 1x1 and 100x100 pixels.
21 Previously only icons between 48x48 and 50x50 were allowed.
10 22
11 MSN: 23 MSN:
12 * File transfer requests will no longer cause a crash if you delete the file 24 * File transfer requests will no longer cause a crash if you delete the
13 before the other side accepts. 25 file before the other side accepts.
14 * Recieved files will no longer hold an extra lock after completion, meaning 26 * Received files will no longer hold an extra lock after completion,
15 they can be moved or deleted without complaints from your OS. 27 meaning they can be moved or deleted without complaints from your OS.
28 * Buddies who sign in from a second location will no longer cause an
29 unnecessary chat window to open.
30 * Support setting an animated GIF as a buddy icon.
16 31
17 XMPP: 32 XMPP:
18 * Added support for the SCRAM-SHA-1 SASL mechanism. This is only 33 * Added support for the SCRAM-SHA-1 SASL mechanism. This is only
19 available when built without Cyrus SASL support. 34 available when built without Cyrus SASL support.
20 * When getting info on a domain-only (server) JID, show uptime 35 * When getting info on a domain-only (server) JID, show uptime
21 (when given by the result of the "last query") and don't show status as 36 (when given by the result of the "last query") and don't show status as
22 offline. 37 offline.
38 * Wrap XHTML messages in <p>, as described in XEP-0071, for compatibility
39 with some clients.
40 * Don't do an SRV lookup for a STUN server associated with the account
41 if one is already set globally in prefs.
42 * Don't send custom smileys larger than the recommended maximum object size
43 specified in the BoB XEP. This prevents a client from being
44 disconnected by servers that dislike overly-large stanzas.
45
46 Yahoo:
47 * Don't send <span> and </span> tags. (Fartash Faghri)
48
49 Pidgin:
50 * Correctly size conversation and status box entries when the
51 interior-focus style property is diabled. (Gabriel Schulhof)
52 * Correctly handle a multiline text field being required in a
53 request form. (Thanks to Florian Zeitz for finding this problem)
54 * Search friends by email-addresses in the buddy list. (Luoh Ren-Shan)
55
56 Finch:
57 * Rebindable 'move-first' and 'move-last' actions for tree widgets. So
58 it is possible to jump to the first or last entry in the buddy list
59 (and other such lists) by pressing home or end key (defaults)
60 respectively.
61
62 version 2.6.5 (01/08/2010):
63 libpurple:
64 * TLS certificates are actually stored to the local cache once again
65 (accepting a name mismatch on a certificate should now be remembered)
66
67 General:
68 * Build-time fixes for Solaris. (Paul Townsend)
69
70 AIM and ICQ:
71 * Messages from some mobile clients are no longer displayed as
72 Chinese characters (broken in 2.6.4)
73
74 MSN:
75 * Fix an issue allowing a remote user to download arbitrary files from
76 a libpurple client. (CVE-2010-0013)
77
78 XMPP:
23 * Do not crash when attempting to register for a new account on Windows. 79 * Do not crash when attempting to register for a new account on Windows.
24 * Fix file transfer with clients that do not support Entity Capabilities 80 * Fix file transfer with clients that do not support Entity Capabilities
25 (e.g. Spark) 81 (e.g. Spark)
26 82
27 version 2.6.4 (11/29/2009): 83 version 2.6.4 (11/29/2009):