comparison ChangeLog @ 31679:ba6a4a0f8f50

jabber: Treat the presence storm on joining a room as not new arrivals. This helps in Adium, where otherwise all of those joins end up printed out. Fixes #7501, #a14527 committer: Paul Aurich <paul@darkrain42.org>
author thijs@adium.im
date Sun, 20 Feb 2011 02:25:23 +0000
parents 1b1f9d6b25d0
children b79dfdbb94e2
comparison
equal deleted inserted replaced
31678:05c45d8f2ce3 31679:ba6a4a0f8f50
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.7.11 (??/??/????): 3 version 2.7.11 (??/??/????):
4 General: 4 General:
5 * Our bundled libgadu should now build on HP-UX. 5 * Our bundled libgadu should now build on HP-UX.
6
7 XMPP:
8 * Fix building on platforms with an older glib (inadvertantly broken in
9 2.7.10). (#13329)
10 * Don't treat the on-join status storms as 'new arrivals'. (#a14527)
6 11
7 version 2.7.10 (02/06/2011): 12 version 2.7.10 (02/06/2011):
8 General: 13 General:
9 * Force video sources to all have the same capabilities. This reduces the 14 * Force video sources to all have the same capabilities. This reduces the
10 number of times video must be scaled down, saving CPU time. (Jakub Adam) 15 number of times video must be scaled down, saving CPU time. (Jakub Adam)