comparison ChangeLog @ 31293:06371b61a840

merge of '705102c98a26efd83c13599fde9ff5e8635ca0e8' and '839e701f0bed423381c8148bce912f6f0b614854'
author andrew.victor@mxit.com
date Thu, 13 Jan 2011 07:21:13 +0000
parents 607ad979a753
children 121ebd2eaea3
comparison
equal deleted inserted replaced
31290:15e4b095adff 31293:06371b61a840
266 266
267 Windows: 267 Windows:
268 * Bonjour support now requires Apple Bonjour Print Services version 268 * Bonjour support now requires Apple Bonjour Print Services version
269 2.0.0 or newer (http://support.apple.com/kb/dl999). 269 2.0.0 or newer (http://support.apple.com/kb/dl999).
270 270
271 libpurple:
272 * Fall back to an ordinary request if a UI does not support showing a
273 request with an icon. Fixes receiving MSN file transfer requests
274 including a thumbnail in Finch.
275
276 Pidgin:
277 * Add support for the Gadu-Gadu protocol in the gevolution plugin to
278 provide Evolution integration with contacts with GG IDs. (#10709)
279 * Remap the "Set User Mood" shortcut to Control-D, which does not
280 conflict with the previous shortcut for Get Buddy Info on the
281 selected buddy.
282 * Add a plugin action menu (under Tools) for the Voice and Video
283 Settings plugin.
284
285 Finch:
286 * Add support for drop-down account options (like the SILC cipher
287 and HMAC options or the QQ protocol version).
288
289 XMPP:
290 * Unify the connection security-related settings into one dropdown.
291 * Fix a crash when multiple accounts are simultaneously performing
292 SASL authentication when built with Cyrus SASL support. (thanks
293 to Jan Kaluza) (#11560)
294 * Restore the ability to connect to XMPP servers that do not offer
295 Stream ID. (#12331)
296 * Added support for using Google's relay servers when making voice and
297 video calls to Google clients.
298
299 Yahoo/Yahoo JAPAN:
300 * Stop doing unnecessary lookups of certain alias information. This
301 solves deadlocks when a given Yahoo account has a ridiculously large
302 (>500 buddies) list and may improve login speed for those on slow
303 connections. (#12532)
304
271 version 2.7.3 (08/10/2010): 305 version 2.7.3 (08/10/2010):
272 General: 306 General:
273 * Use silent build rules for automake >1.11. You can enable verbose 307 * Use silent build rules for automake >1.11. You can enable verbose
274 builds with the --disable-silent-rules configure option, or using 308 builds with the --disable-silent-rules configure option, or using
275 make V=1. 309 make V=1.
333 * Fall back to connecting to scsa.msg.yahoo.com (not configurable) if 367 * Fall back to connecting to scsa.msg.yahoo.com (not configurable) if
334 the HTTP-based connect server lookup fails. This does not work for 368 the HTTP-based connect server lookup fails. This does not work for
335 Yahoo JAPAN accounts. 369 Yahoo JAPAN accounts.
336 * Fix file transfers that get stuck with "Waiting for transfer to 370 * Fix file transfers that get stuck with "Waiting for transfer to
337 begin". 371 begin".
372
373 MXit:
374 * Fix filename for the Shocked emoticon. (#12364)
375 * Implement the new naming conventions where possible. (MXitId, etc)
376 * Display a message in the Groupchat window when you invite somebody.
377 * Birthday field in profile cannot be edited when server says it is
378 locked.
379 * If a buddy is offline, show in their profile when last they were online.
380 * Handle pushed profile update packets (ie, when changing your avatar via
381 the Gallery bot).
382 * If a buddy is offline and we see from their profile that they have
383 updated their avatar, request the new avatar image from the server.
384 * Fix a possible crash if a link is clicked while disconnected.
385 * Unescape any escaped characters in a chatroom nickname.
386 * Add the new MXit moods and emoticons.
387 * MXit emoticons added to the small emoticon theme.
388 * Ability to re-invite a contact in Rejected or Deleted state.
338 389
339 version 2.7.2 (07/21/2010): 390 version 2.7.2 (07/21/2010):
340 AIM and ICQ: 391 AIM and ICQ:
341 * Fix a crash bug related to X-Status messages that can be triggered by 392 * Fix a crash bug related to X-Status messages that can be triggered by
342 remote users. This is CVE-2010-2528. 393 remote users. This is CVE-2010-2528.