comparison ChangeLog @ 31683:8c027bc27073

Merge updates from the 2.9.0 branch into trunk
author Mark Doliner <mark@kingant.net>
date Wed, 22 Jun 2011 07:31:02 +0000
parents 8c7d9c75bd2e
children 6e5d46ea82f9
comparison
equal deleted inserted replaced
31682:e2c6e4fc3c84 31683:8c027bc27073
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.8.1 (MM/DD/YYYY): 3 version 2.9.1 (MM/DD/YYYY):
4 Gadu-Gadu:
5 * Fixed searching for buddies in public directory. (Tomasz Wasilczyk)
6 (#5242)
7
8 version 2.9.0 (06/23/2011):
4 Pidgin: 9 Pidgin:
10 * Fix a potential remote denial-of-service bug related to displaying
11 buddy icons.
12 * Significantly improved performance of larger IRC channels (regression
13 introduced in 2.8.0).
5 * Fix Conversation->Add on AIM and MSN. 14 * Fix Conversation->Add on AIM and MSN.
6 * Entries in the chat user list are sorted properly again. 15 * Entries in the chat user list are sorted properly again. This was
16 inadvertenly broken in 2.8.0.
7 17
8 Finch: 18 Finch:
9 * Fixed logging in to ICQ. 19 * Fix logging in to ICQ.
10 20
11 libpurple: 21 libpurple:
12 * media: Actually use the specified TCP port from the TURN configuration to 22 * media: Actually use the specified TCP port from the TURN configuration to
13 create a TCP relay candidate. 23 create a TCP relay candidate.
14 24
25 AIM and ICQ:
26 * Fix crashes on some non-mainstream OSes when attempting to
27 printf("%s", NULL). (Clemens Huebner) (#14297)
28
15 Plugins: 29 Plugins:
16 * The Evolution Integration plugin compiles again. 30 * The Evolution Integration plugin compiles again.
17
18 Gadu-Gadu:
19 * Fixed searching for buddies in public directory. (Tomasz Wasilczyk)
20 (#5242)
21 31
22 version 2.8.0 (06/07/2011): 32 version 2.8.0 (06/07/2011):
23 General: 33 General:
24 * Implement simple silence suppression for voice calls, preventing 34 * Implement simple silence suppression for voice calls, preventing
25 wasted bandwidth for silent periods during a call. (Jakub Adam) 35 wasted bandwidth for silent periods during a call. (Jakub Adam)