comparison ChangeLog @ 31684:6e5d46ea82f9

merge of '8512af37c7822c68f1cf46a02cbca592f6c79468' and 'dc05140f38c2811411a326665b3a2ebb1abeb51a'
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Fri, 24 Jun 2011 06:54:33 +0000
parents 3e98b34853ee 8c027bc27073
children 47c604efed32
comparison
equal deleted inserted replaced
31681:3e98b34853ee 31684:6e5d46ea82f9
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 Pidgin:
5 * Fix Conversation->Add on AIM and MSN.
6 * Entries in the chat user list are sorted properly again.
7
8 Finch:
9 * Fixed logging in to ICQ.
10
11 libpurple:
12 * media: Actually use the specified TCP port from the TURN configuration to
13 create a TCP relay candidate.
14
15 Plugins:
16 * The Evolution Integration plugin compiles again.
17
18 Gadu-Gadu: 4 Gadu-Gadu:
19 * Fixed searching for buddies in public directory. (Tomasz Wasilczyk) 5 * Fixed searching for buddies in public directory. (Tomasz Wasilczyk)
20 (#5242) 6 (#5242)
21 * Better status message handling. (Tomasz Wasilczyk) (#14314) 7 * Better status message handling. (Tomasz Wasilczyk) (#14314)
8
9 version 2.9.0 (06/23/2011):
10 Pidgin:
11 * Fix a potential remote denial-of-service bug related to displaying
12 buddy icons.
13 * Significantly improved performance of larger IRC channels (regression
14 introduced in 2.8.0).
15 * Fix Conversation->Add on AIM and MSN.
16 * Entries in the chat user list are sorted properly again. This was
17 inadvertenly broken in 2.8.0.
18
19 Finch:
20 * Fix logging in to ICQ.
21
22 libpurple:
23 * media: Actually use the specified TCP port from the TURN configuration to
24 create a TCP relay candidate.
25
26 AIM and ICQ:
27 * Fix crashes on some non-mainstream OSes when attempting to
28 printf("%s", NULL). (Clemens Huebner) (#14297)
29
30 Plugins:
31 * The Evolution Integration plugin compiles again.
22 32
23 version 2.8.0 (06/07/2011): 33 version 2.8.0 (06/07/2011):
24 General: 34 General:
25 * Implement simple silence suppression for voice calls, preventing 35 * Implement simple silence suppression for voice calls, preventing
26 wasted bandwidth for silent periods during a call. (Jakub Adam) 36 wasted bandwidth for silent periods during a call. (Jakub Adam)