Mercurial > pidgin
comparison ChangeLog @ 29384:cece09dbb119
merge of 'e9d34ab5e47f22b35fd2d69d61a2c943cc0653db'
and 'fc3d5c2a3920e0875ac235415cea9fc7f5ed780c'
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Thu, 18 Feb 2010 08:10:58 +0000 |
parents | 42b732b92cec 89b4054deba1 |
children | f549ad844d54 |
comparison
equal
deleted
inserted
replaced
29383:46abe1203e0b | 29384:cece09dbb119 |
---|---|
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.6 (??/??/20??): | 3 version 2.6.6 (02/18/2010): |
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. | 8 * Set "controlling-mode" correctly when initializing a media session. |
24 AIM: | 24 AIM: |
25 * Allow setting and displaying icons between 1x1 and 100x100 pixels. | 25 * Allow setting and displaying icons between 1x1 and 100x100 pixels. |
26 Previously only icons between 48x48 and 50x50 were allowed. | 26 Previously only icons between 48x48 and 50x50 were allowed. |
27 | 27 |
28 MSN: | 28 MSN: |
29 * Fix CVE-2010-0277, a possible remote crash when parsing an incoming | |
30 SLP message. (Discovered by Fabian Yamaguchi) | |
29 * File transfer requests will no longer cause a crash if you delete the | 31 * File transfer requests will no longer cause a crash if you delete the |
30 file before the other side accepts. | 32 file before the other side accepts. |
31 * Received files will no longer hold an extra lock after completion, | 33 * Received files will no longer hold an extra lock after completion, |
32 meaning they can be moved or deleted without complaints from your OS. | 34 meaning they can be moved or deleted without complaints from your OS. |
33 * Buddies who sign in from a second location will no longer cause an | 35 * Buddies who sign in from a second location will no longer cause an |
71 * Don't send <span> and </span> tags. (Fartash Faghri) | 73 * Don't send <span> and </span> tags. (Fartash Faghri) |
72 * Support PingBox. PingBoxes will appear as pbx/PingBoxName. (Kartik | 74 * Support PingBox. PingBoxes will appear as pbx/PingBoxName. (Kartik |
73 Mohta) | 75 Mohta) |
74 | 76 |
75 Pidgin: | 77 Pidgin: |
78 * Fix CVE-2010-0423, a denial of service attack due to the parsing | |
79 of large numbers of smileys. (Discovered by Antti Hayrynen) | |
76 * Correctly size conversation and status box entries when the | 80 * Correctly size conversation and status box entries when the |
77 interior-focus style property is diabled. (Gabriel Schulhof) | 81 interior-focus style property is diabled. (Gabriel Schulhof) |
78 * Correctly handle a multiline text field being required in a | 82 * Correctly handle a multiline text field being required in a |
79 request form. (Thanks to Florian Zeitz for finding this problem) | 83 request form. (Thanks to Florian Zeitz for finding this problem) |
80 * Search friends by email-addresses in the buddy list. (Luoh Ren-Shan) | 84 * Search friends by email-addresses in the buddy list. (Luoh Ren-Shan) |
100 (including Windows). | 104 (including Windows). |
101 * Smiley themes with Windows line endings no longer cause theme | 105 * Smiley themes with Windows line endings no longer cause theme |
102 descriptions not to be displayed in the theme selector. | 106 descriptions not to be displayed in the theme selector. |
103 | 107 |
104 Finch: | 108 Finch: |
109 * Fix CVE-2010-0420, a possible remote crash when handling chat room | |
110 buddy names. | |
105 * Rebindable 'move-first' and 'move-last' actions for tree widgets. So | 111 * Rebindable 'move-first' and 'move-last' actions for tree widgets. So |
106 it is possible to jump to the first or last entry in the buddy list | 112 it is possible to jump to the first or last entry in the buddy list |
107 (and other such lists) by pressing home or end key (defaults) | 113 (and other such lists) by pressing home or end key (defaults) |
108 respectively. | 114 respectively. |
109 | 115 |