comparison ChangeLog @ 31314:6469c68fa093

propagate from branch 'im.pidgin.pidgin' (head fabc09bf724818b9b50e1c41d4afd6549f298c05) to branch 'im.pidgin.cpw.qulogic.msnp16' (head d8e8a3b3ec17b199432993002327e4ecf156d12b)
author masca@cpw.pidgin.im
date Sat, 11 Sep 2010 19:03:25 +0000
parents f48c44a9aed5
children 3b6106598b13 66981e71af29
comparison
equal deleted inserted replaced
31313:c49697f075cf 31314:6469c68fa093
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.7.3 (??/??/????): 3 version 2.7.4 (MM/DD/YYYY):
4 General:
5 * Fix search path for Tk when compiling on Debian Squeeze. (#12465)
6
7 libpurple:
8 * Fall back to an ordinary request if a UI does not support showing a
9 request with an icon. Fixes receiving MSN file transfer requests
10 including a thumbnail in Finch.
11
12 Pidgin:
13 * Add support for the Gadu-Gadu protocol in the gevolution plugin to
14 provide Evolution integration with contacts with GG IDs. (#10709)
15 * Remap the "Set User Mood" shortcut to Control-D, which does not
16 conflict with the previous shortcut for Get Buddy Info on the
17 selected buddy.
18 * Add a plugin action menu (under Tools) for the Voice and Video
19 Settings plugin.
20
21 Finch:
22 * Add support for drop-down account options (like the SILC cipher
23 and HMAC options or the QQ protocol version).
24
25 XMPP:
26 * Unify the connection security-related settings into one dropdown.
27 * Fix a crash when multiple accounts are simultaneously performing
28 SASL authentication when built with Cyrus SASL support. (thanks
29 to Jan Kaluza) (#11560)
30 * Restore the ability to connect to XMPP servers that do not offer
31 Stream ID. (#12331)
32 * Added support for using Google's relay servers when making voice and
33 video calls to Google clients.
34
35 Yahoo/Yahoo JAPAN:
36 * Stop doing unnecessary lookups of certain alias information. This
37 solves deadlocks when a given Yahoo account has a ridiculously large
38 (>500 buddies) list and may improve login speed for those on slow
39 connections. (#12532)
40
41 version 2.7.3 (08/10/2010):
4 General: 42 General:
5 * Use silent build rules for automake >1.11. You can enable verbose 43 * Use silent build rules for automake >1.11. You can enable verbose
6 builds with the --disable-silent-rules configure option, or using 44 builds with the --disable-silent-rules configure option, or using
7 make V=1. 45 make V=1.
8 46
23 * Fix non-ASCII arguments to /mode et al. (thanks to Max Ulidtko) 61 * Fix non-ASCII arguments to /mode et al. (thanks to Max Ulidtko)
24 62
25 MSN: 63 MSN:
26 * Support for web-based buddy icons, used when a buddy logs in to the 64 * Support for web-based buddy icons, used when a buddy logs in to the
27 messenger on the Live website. 65 messenger on the Live website.
66 * Fix file transfers with some clients that don't support direct
67 connections (e.g., papyon, telepathy-butterfly, etc.) (#12150)
28 68
29 MXit: 69 MXit:
30 * Fix filename for the Shocked emoticon. (#12364) 70 * Fix filename for the Shocked emoticon. (#12364)
31 * Implement the new naming conventions where possible. (MXitId, etc) 71 * Implement the new naming conventions where possible. (MXitId, etc)
32 * Display a message in the Groupchat window when you invite somebody. 72 * Display a message in the Groupchat window when you invite somebody.
36 * Handle pushed profile update packets (ie, when changing your avatar via 76 * Handle pushed profile update packets (ie, when changing your avatar via
37 the Gallery bot). 77 the Gallery bot).
38 * If a buddy is offline and we see from their profile that they have 78 * If a buddy is offline and we see from their profile that they have
39 updated their avatar, request the new avatar image from the server. 79 updated their avatar, request the new avatar image from the server.
40 * Fix a possible crash if a link is clicked while disconnected. 80 * Fix a possible crash if a link is clicked while disconnected.
41 * New MXit Moods and Emoticons. 81 * Unescape any escaped characters in a chatroom nickname.
82 * Add the new MXit moods and emoticons.
83 * MXit emoticons added to the small emoticon theme.
42 84
43 XMPP: 85 XMPP:
44 * Allow connecting to servers that only advertise GSSAPI and expect 86 * Allow connecting to servers that only advertise GSSAPI and expect
45 a fallback to legacy IQ authentication (broken in 2.7.0). 87 a fallback to legacy IQ authentication (broken in 2.7.0).
46 * Fix a crash when receiving custom emoticons that don't adhere to 88 * Fix a crash when receiving custom emoticons that don't adhere to
65 begin". 107 begin".
66 108
67 version 2.7.2 (07/21/2010): 109 version 2.7.2 (07/21/2010):
68 AIM and ICQ: 110 AIM and ICQ:
69 * Fix a crash bug related to X-Status messages that can be triggered by 111 * Fix a crash bug related to X-Status messages that can be triggered by
70 remove users. This is CVE-2010-2528. 112 remote users. This is CVE-2010-2528.
71 * Fix a rare crash bug caused by certain incoming SMS messages 113 * Fix a rare crash bug caused by certain incoming SMS messages
72 (discovered by Jan Kaluza--thanks Jan!). 114 (discovered by Jan Kaluza--thanks Jan!).
73 * Change HTML sent from ICQ accounts so that official ICQ clients 115 * Change HTML sent from ICQ accounts so that official ICQ clients
74 hopefully display it correctly. 116 hopefully display it correctly.
75 117