comparison ChangeLog @ 28969:757a386a5c93

merge of '7f93eb293109127d6a055f9a6aaa8baaa85207d1' and '9028ac0daaa1f7e565726fa39aca22ce7d3ecc49'
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Thu, 04 Feb 2010 05:46:37 +0000
parents 3de19f8f5c92
children 9af18bfb16aa 422889fb57e0
comparison
equal deleted inserted replaced
28968:5f6571bb128d 28969:757a386a5c93
3 version 2.6.6 (??/??/20??): 3 version 2.6.6 (??/??/20??):
4 libpurple: 4 libpurple:
5 * Fix 'make check' on OS X. (David Fang) 5 * Fix 'make check' on OS X. (David Fang)
6 * Fix a quirk in purple_markup_html_to_xhtml that caused some messages 6 * Fix a quirk in purple_markup_html_to_xhtml that caused some messages
7 to be improperly converted to XHTML. 7 to be improperly converted to XHTML.
8 * Set "controlling-mode" correctly when initializing a media session.
9 Fixes receiving voice calls from Psi.
8 10
9 General: 11 General:
10 * Correctly disable all missing dependencies when using the 12 * Correctly disable all missing dependencies when using the
11 --disable-missing-dependencies option. (Gabriel Schulhof) 13 --disable-missing-dependencies option. (Gabriel Schulhof)
12 14
13 Gadu-Gadu: 15 Gadu-Gadu:
14 * Fix display of avatars after a server-side change. (Krzysztof 16 * Fix display of avatars after a server-side change. (Krzysztof
15 Klinikowski) 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.
16 22
17 MSN: 23 MSN:
18 * File transfer requests will no longer cause a crash if you delete the 24 * File transfer requests will no longer cause a crash if you delete the
19 file before the other side accepts. 25 file before the other side accepts.
20 * Received files will no longer hold an extra lock after completion, 26 * Received files will no longer hold an extra lock after completion,
31 offline. 37 offline.
32 * Wrap XHTML messages in <p>, as described in XEP-0071, for compatibility 38 * Wrap XHTML messages in <p>, as described in XEP-0071, for compatibility
33 with some clients. 39 with some clients.
34 * Don't do an SRV lookup for a STUN server associated with the account 40 * Don't do an SRV lookup for a STUN server associated with the account
35 if one is already set globally in prefs. 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.
36 45
37 Yahoo: 46 Yahoo:
38 * Don't send <span> and </span> tags. (Fartash Faghri) 47 * Don't send <span> and </span> tags. (Fartash Faghri)
39 48
40 Pidgin: 49 Pidgin: