comparison ChangeLog @ 32311:ade9644db2fe

propagate from branch 'im.pidgin.pidgin' (head 65f0e21660895ebae2e934a8d04088a1c57899a6) to branch 'im.pidgin.pidgin.next.major' (head 4bdbd0f88a6cef603ee585e0022dcb62d22820ea)
author Mark Doliner <mark@kingant.net>
date Sat, 20 Aug 2011 22:59:53 +0000
parents 142429bcb4c8 7963daba699d
children 5603360c16a4
comparison
equal deleted inserted replaced
32310:142429bcb4c8 32311:ade9644db2fe
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.10.0 (MM/DD/YYYY): 9 version 2.10.0 (08/18/2011):
10 Pidgin: 10 Pidgin:
11 * Make the max size of incoming smileys a pref instead of hardcoding it. 11 * Make the max size of incoming smileys a pref instead of hardcoding it.
12 (Quentin Brandon) (#5231) 12 (Quentin Brandon) (#5231)
13 * Added a plugin information dialog to show information for plugins 13 * Added a plugin information dialog to show information for plugins
14 that aren't otherwise visible in the plugins dialog. 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 15 * Fix building with GTK+ earlier than 2.14.0 (GTK+ 2.10 is still the
16 minimum supported) (#14261) 16 minimum supported) (#14261)
17 17
18 libpurple: 18 libpurple:
19 * Fix a potential crash in the Log Reader plugin when reading QIP logs. 19 * Fix a potential crash in the Log Reader plugin when reading QIP logs.
20 * Fix a large number of strcpy() and strcat() invocations to use
21 strlcpy() and strlcat(), etc., forestalling an entire class of
22 string buffer overrun bugs.
23 (The Electronic Frontier Foundation, Dan Auerbach, Chris Palmer,
24 Jacob Appelbaum)
25 * Change some filename manipulations in filectl.c to use MAXPATHLEN
26 instead of arbitrary length constants. (The Electronic Frontier
27 Foundation, Dan Auerbach, Chris Palmer, Jacob Appelbaum)
28 * Fix endianness-related crash in NTLM authentication (Jon Goldberg)
29 (#14163)
20 30
21 Gadu-Gadu: 31 Gadu-Gadu:
22 * Fixed searching for buddies in public directory. (Tomasz Wasilczyk) 32 * Fixed searching for buddies in public directory. (Tomasz Wasilczyk)
23 (#5242) 33 (#5242)
24 * Better status message handling. (Tomasz Wasilczyk) (#14314) 34 * Better status message handling. (Tomasz Wasilczyk) (#14314)
29 ICQ: 39 ICQ:
30 * Fix crash selecting Tools->Set Mood when you're online with an 40 * Fix crash selecting Tools->Set Mood when you're online with an
31 ICQ account that is configured as an AIM account. (#14437) 41 ICQ account that is configured as an AIM account. (#14437)
32 42
33 IRC: 43 IRC:
44 * Fix a crash when remote users have certain characters in their
45 nicknames. (Discovered by Djego Ibanez) (#14341)
34 * Fix the handling of formatting following mIRC ^O (#14436) 46 * Fix the handling of formatting following mIRC ^O (#14436)
47 * Fix crash when NAMES is empty. (James McLaughlin) (#14518)
35 48
36 MSN: 49 MSN:
50 * Fix incorrect handling of HTTP 100 responses when using the HTTP
51 connection method. This can lead to a crash. (Discovered by Marius
52 Wachtler)
37 * Fix seemingly random crashing. (#14307) 53 * Fix seemingly random crashing. (#14307)
54 * Fix a crash when the account is disconnected at the time we are doing a
55 SB request. (Hanzz, ported by shlomif) (#12431)
38 56
39 XMPP: 57 XMPP:
40 * Do not generate malformed XML ("</>") when setting an empty mood. 58 * Do not generate malformed XML ("</>") when setting an empty mood.
41 (#14342) 59 (#14342)
42 * Fix the /join <room> behavior. (Broken when adding support for 60 * Fix the /join <room> behavior. (Broken when adding support for
43 <room>@<server>) (#14205) 61 <room>@<server>) (#14205)
44 62
45 Yahoo!/Yahoo! JAPAN: 63 Yahoo!/Yahoo! JAPAN:
46 * Fix coming out of idle while in an unavailable state 64 * Fix coming out of idle while in an unavailable state
47 * Fix logging into Yahoo! JAPAN. (#14259) 65 * Fix logging into Yahoo! JAPAN. (#14259)
66
67 Windows-Specific Changes:
68 * Open an explorer.exe window at the location of the file when clicking
69 on a file link instead of executing the file, because executing a file
70 can be potentially dangerous. (Discovered by James Burton of
71 Insomnia Security) (Fixed by Eion Robb)
48 72
49 version 2.9.0 (06/23/2011): 73 version 2.9.0 (06/23/2011):
50 Pidgin: 74 Pidgin:
51 * Fix a potential remote denial-of-service bug related to displaying 75 * Fix a potential remote denial-of-service bug related to displaying
52 buddy icons. 76 buddy icons.