Adium
Show
Ignore:
Timestamp:
07/01/2008 08:04:42 PM (6 months ago)
Author:
evands
Message:

libpurple.framework 2.4.3.

The 2.4.3 libpurple changelog (07/01/2008):

  • Fix connecting to ICQ
  • Yahoo! Japan now uses UTF-8, matching the behavior of official clients
    and restoring compatibility with the web messenger (Yusuke Odate)
  • Setting your buddy icon once again works for Yahoo! accounts.
  • Fixes in the Yahoo! protocol to prevent a double free, crashes on
    aliases, and alias functionality
  • Fix crashes in the bonjour protocol
  • Always use UTF-8 for Yahoo!
  • Fix a crash when the given jabber id is invalid.
  • Make the IRC "unknown message" debugging messages UTF-8 safe.
  • Fix a memleak when handling jabber xforms.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/adium-1.2/Frameworks/libpurple.framework/Versions/0.4.3/Headers/internal.h

    r22993 r24165  
    141141#endif 
    142142 
     143#ifndef G_MAXSIZE 
     144#       if GLIB_SIZEOF_LONG == 8 
     145#               define G_MAXSIZE ((gsize) 0xffffffffffffffff) 
     146#       else 
     147#               define G_MAXSIZE ((gsize) 0xffffffff) 
     148#       endif 
     149#endif 
     150 
    143151#if GLIB_CHECK_VERSION(2,6,0) 
    144152#       include <glib/gstdio.h>