comparison ChangeLog @ 32724:44fc11beefab

propagate from branch 'im.pidgin.pidgin.2.x.y' (head b9c74c3f836a7a1a64710fc8244c9ec1f3f21b97) to branch 'im.pidgin.pidgin' (head fcd1b3766ec3998ed589bfddde2bffefd9d99e65)
author Mark Doliner <mark@kingant.net>
date Wed, 05 Oct 2011 07:33:20 +0000
parents 81d3c4d2eb73 d82c76a842f8
children 823c7f451700
comparison
equal deleted inserted replaced
32723:952120a8ee02 32724:44fc11beefab
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
3 version 3.0.0 (??/??/????):
4 AIM and ICQ:
5 * Make buddy list management code more efficient. (Oliver) (#4816)
6 * Don't try to format ICQ usernames entered as email addresses.
7 Gets rid of an "Unable to format username" error at login. (#13883)
8
9 MXit:
10 * Remove all reference to Hidden Number.
11 * Fix decoding of font-size changes in the markup of received messages.
12 * Ignore new invites to join a GroupChat if you're already joined, or
13 still have a pending invite.
14 * The buddy's name was not centered vertically in the buddy-list if they
15 did not have a status-message or mood set.
16
17 XMPP:
18 * Strip element prefixes from XHTML-IM messages as they're presented
19 to the core (and UIs) as incoming messages (Thijs Alkemade).
20 (#14529)
2 21
3 version 2.10.1 (??/??/????): 22 version 2.10.1 (??/??/????):
4 SILC: 23 SILC:
5 * Fix CVE-2011-3594, by UTF-8 validating incoming messages before 24 * Fix CVE-2011-3594, by UTF-8 validating incoming messages before
6 passing them to glib or libpurple. Identified by Diego Bauche 25 passing them to glib or libpurple. Identified by Diego Bauche