Mercurial > pidgin
comparison ChangeLog @ 31717:910e966d18b3
propagate from branch 'im.pidgin.pidgin.next.minor' (head 9681bcefcadc4b4fad248fd0ec922892aaefdd76)
to branch 'im.pidgin.pidgin' (head d9152f1035ac663af38a0af967f66cf614804d6e)
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Sat, 25 Jun 2011 19:54:02 +0000 |
parents | 4610019d006d 47c604efed32 |
children | f2a3c59fc4a6 |
comparison
equal
deleted
inserted
replaced
31716:94e1e3ed0bb0 | 31717:910e966d18b3 |
---|---|
3 version 2.9.0 (MM/DD/YYYY): | 3 version 2.9.0 (MM/DD/YYYY): |
4 Pidgin: | 4 Pidgin: |
5 * Significantly improved performance of larger IRC channels (regression | 5 * Significantly improved performance of larger IRC channels (regression |
6 introduced in 2.8.0) | 6 introduced in 2.8.0) |
7 | 7 |
8 version 2.8.1 (MM/DD/YYYY): | 8 version 2.9.1 (MM/DD/YYYY): |
9 Gadu-Gadu: | |
10 * Fixed searching for buddies in public directory. (Tomasz Wasilczyk) | |
11 (#5242) | |
12 * Better status message handling. (Tomasz Wasilczyk) (#14314) | |
13 | |
14 version 2.9.0 (06/23/2011): | |
9 Pidgin: | 15 Pidgin: |
16 * Fix a potential remote denial-of-service bug related to displaying | |
17 buddy icons. | |
18 * Significantly improved performance of larger IRC channels (regression | |
19 introduced in 2.8.0). | |
10 * Fix Conversation->Add on AIM and MSN. | 20 * Fix Conversation->Add on AIM and MSN. |
11 * Entries in the chat user list are sorted properly again. | 21 * Entries in the chat user list are sorted properly again. This was |
22 inadvertenly broken in 2.8.0. | |
12 | 23 |
13 Finch: | 24 Finch: |
14 * Fixed logging in to ICQ. | 25 * Fix logging in to ICQ. |
15 | 26 |
16 libpurple: | 27 libpurple: |
17 * media: Actually use the specified TCP port from the TURN configuration to | 28 * media: Actually use the specified TCP port from the TURN configuration to |
18 create a TCP relay candidate. | 29 create a TCP relay candidate. |
19 | 30 |
31 AIM and ICQ: | |
32 * Fix crashes on some non-mainstream OSes when attempting to | |
33 printf("%s", NULL). (Clemens Huebner) (#14297) | |
34 | |
20 Plugins: | 35 Plugins: |
21 * The Evolution Integration plugin compiles again. | 36 * The Evolution Integration plugin compiles again. |
22 | |
23 Gadu-Gadu: | |
24 * Fixed searching for buddies in public directory. (Tomasz Wasilczyk) | |
25 (#5242) | |
26 | 37 |
27 version 2.8.0 (06/07/2011): | 38 version 2.8.0 (06/07/2011): |
28 General: | 39 General: |
29 * Implement simple silence suppression for voice calls, preventing | 40 * Implement simple silence suppression for voice calls, preventing |
30 wasted bandwidth for silent periods during a call. (Jakub Adam) | 41 wasted bandwidth for silent periods during a call. (Jakub Adam) |