comparison ChangeLog @ 31276:8cb7b4fe18da

propagate from branch 'im.pidgin.pidgin' (head 9166d0ffe82472b17cee09aabbef61d8ec6e3e44) to branch 'im.pidgin.pidgin.mxit' (head 3113fa54190de8c27a27e7001e9d902dca70037c)
author andrew.victor@mxit.com
date Wed, 11 Aug 2010 07:36:56 +0000
parents 6260abdb218c d21c8058ead0
children 66981e71af29
comparison
equal deleted inserted replaced
31275:6260abdb218c 31276:8cb7b4fe18da
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 version 2.7.3 (08/10/2010):
4 General: 8 General:
5 * Use silent build rules for automake >1.11. You can enable verbose 9 * Use silent build rules for automake >1.11. You can enable verbose
6 builds with the --disable-silent-rules configure option, or using 10 builds with the --disable-silent-rules configure option, or using
7 make V=1. 11 make V=1.
8 12
19 * Rebindable 'dropdown' action for comboboxes (GntComboBox) to show the 23 * Rebindable 'dropdown' action for comboboxes (GntComboBox) to show the
20 dropdown list of options. 24 dropdown list of options.
21 25
22 IRC: 26 IRC:
23 * Fix non-ASCII arguments to /mode et al. (thanks to Max Ulidtko) 27 * Fix non-ASCII arguments to /mode et al. (thanks to Max Ulidtko)
28
29 MSN:
30 * Support for web-based buddy icons, used when a buddy logs in to the
31 messenger on the Live website.
32 * Fix file transfers with some clients that don't support direct
33 connections (e.g., papyon, telepathy-butterfly, etc.) (#12150)
34
35 MXit:
36 * Fix filename for the Shocked emoticon. (#12364)
37 * Implement the new naming conventions where possible. (MXitId, etc)
38 * Display a message in the Groupchat window when you invite somebody.
39 * Birthday field in profile cannot be edited when server says it is
40 locked.
41 * If a buddy is offline, show in their profile when last they were online.
42 * Handle pushed profile update packets (ie, when changing your avatar via
43 the Gallery bot).
44 * If a buddy is offline and we see from their profile that they have
45 updated their avatar, request the new avatar image from the server.
46 * Fix a possible crash if a link is clicked while disconnected.
47 * Unescape any escaped characters in a chatroom nickname.
48 * Add the new MXit moods and emoticons.
49 * MXit emoticons added to the small emoticon theme.
24 50
25 XMPP: 51 XMPP:
26 * Allow connecting to servers that only advertise GSSAPI and expect 52 * Allow connecting to servers that only advertise GSSAPI and expect
27 a fallback to legacy IQ authentication (broken in 2.7.0). 53 a fallback to legacy IQ authentication (broken in 2.7.0).
28 * Fix a crash when receiving custom emoticons that don't adhere to 54 * Fix a crash when receiving custom emoticons that don't adhere to
64 * Ability to re-invite a contact in Rejected or Deleted state. 90 * Ability to re-invite a contact in Rejected or Deleted state.
65 91
66 version 2.7.2 (07/21/2010): 92 version 2.7.2 (07/21/2010):
67 AIM and ICQ: 93 AIM and ICQ:
68 * Fix a crash bug related to X-Status messages that can be triggered by 94 * Fix a crash bug related to X-Status messages that can be triggered by
69 remove users. This is CVE-2010-2528. 95 remote users. This is CVE-2010-2528.
70 * Fix a rare crash bug caused by certain incoming SMS messages 96 * Fix a rare crash bug caused by certain incoming SMS messages
71 (discovered by Jan Kaluza--thanks Jan!). 97 (discovered by Jan Kaluza--thanks Jan!).
72 * Change HTML sent from ICQ accounts so that official ICQ clients 98 * Change HTML sent from ICQ accounts so that official ICQ clients
73 hopefully display it correctly. 99 hopefully display it correctly.
74 100