comparison ChangeLog @ 31852:142429bcb4c8

propagate from branch 'im.pidgin.pidgin' (head bb53d1e9201138b79a1eef0d4a7cda1fc852c59f) to branch 'im.pidgin.pidgin.next.major' (head 85a38af15472bf17064bbe597f94f32ad167c4e6)
author Mark Doliner <mark@kingant.net>
date Sun, 07 Aug 2011 05:19:54 +0000
parents 3e4b6ffbb551 f33200f71cc3
children ade9644db2fe
comparison
equal deleted inserted replaced
31851:a3b1dcf433b5 31852:142429bcb4c8
4 AIM and ICQ: 4 AIM and ICQ:
5 * Make buddy list management code more efficient. (Oliver) (#4816) 5 * Make buddy list management code more efficient. (Oliver) (#4816)
6 * Don't try to format ICQ usernames entered as email addresses. 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) 7 Gets rid of an "Unable to format username" error at login. (#13883)
8 8
9 version 2.8.1 (MM/DD/YYYY): 9 version 2.10.0 (MM/DD/YYYY):
10 Pidgin:
11 * Make the max size of incoming smileys a pref instead of hardcoding it.
12 (Quentin Brandon) (#5231)
13 * Added a plugin information dialog to show information for plugins
14 that aren't otherwise visible in the plugins dialog.
15 * Fix building with GTK+ earlier than 2.14.0 (GTK+ 2.10 is still the
16 minimum supported) (#14261)
17
18 libpurple:
19 * Fix a potential crash in the Log Reader plugin when reading QIP logs.
20
21 Gadu-Gadu:
22 * Fixed searching for buddies in public directory. (Tomasz Wasilczyk)
23 (#5242)
24 * Better status message handling. (Tomasz Wasilczyk) (#14314)
25 * Merged two buddy blocking methods. (Tomasz Wasilczyk) (#5303)
26 * Fix building of the bundled libgadu library with older versions
27 of GnuTLS. (patch plucked from upstream) (#14365)
28
29 ICQ:
30 * Fix crash selecting Tools->Set Mood when you're online with an
31 ICQ account that is configured as an AIM account. (#14437)
32
33 IRC:
34 * Fix the handling of formatting following mIRC ^O (#14436)
35
36 MSN:
37 * Fix seemingly random crashing. (#14307)
38
39 XMPP:
40 * Do not generate malformed XML ("</>") when setting an empty mood.
41 (#14342)
42 * Fix the /join <room> behavior. (Broken when adding support for
43 <room>@<server>) (#14205)
44
45 Yahoo!/Yahoo! JAPAN:
46 * Fix coming out of idle while in an unavailable state
47 * Fix logging into Yahoo! JAPAN. (#14259)
48
49 version 2.9.0 (06/23/2011):
50 Pidgin:
51 * Fix a potential remote denial-of-service bug related to displaying
52 buddy icons.
53 * Significantly improved performance of larger IRC channels (regression
54 introduced in 2.8.0).
55 * Fix Conversation->Add on AIM and MSN.
56 * Entries in the chat user list are sorted properly again. This was
57 inadvertenly broken in 2.8.0.
58
59 Finch:
60 * Fix logging in to ICQ.
61
10 libpurple: 62 libpurple:
11 * media: Actually use the specified TCP port from the TURN configuration to 63 * media: Actually use the specified TCP port from the TURN configuration to
12 create a TCP relay candidate. 64 create a TCP relay candidate.
65
66 AIM and ICQ:
67 * Fix crashes on some non-mainstream OSes when attempting to
68 printf("%s", NULL). (Clemens Huebner) (#14297)
13 69
14 Plugins: 70 Plugins:
15 * The Evolution Integration plugin compiles again. 71 * The Evolution Integration plugin compiles again.
16 72
17 version 2.8.0 (06/07/2011): 73 version 2.8.0 (06/07/2011):