Mercurial > pidgin
changeset 19401:ff23b2470850
Update msimprpl to 0.16.
author | Jeffrey Connelly <jaconnel@calpoly.edu> |
---|---|
date | Fri, 24 Aug 2007 06:39:51 +0000 |
parents | 97fcd4429c2f |
children | fbdabdd3839a |
files | libpurple/protocols/myspace/CHANGES libpurple/protocols/myspace/myspace.h libpurple/protocols/myspace/release.sh |
diffstat | 3 files changed, 11 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/myspace/CHANGES Fri Aug 24 06:21:20 2007 +0000 +++ b/libpurple/protocols/myspace/CHANGES Fri Aug 24 06:39:51 2007 +0000 @@ -1,3 +1,12 @@ +2007-08-23 Jeff Connelly <pidgin@xyzzy.cjb.net> - 0.16 +* Add option to add all friends from myspace.com to your buddy list (#2660) +* If a user doesn't have a picture, don't display an icon (instead of + displaying MySpace's "no photo" icon) +* Fix #2725, a common crash related to buddy icon data +* Fix #2752, which led to duplicate groups +* Fix #2720, crash/disconnect when adding a buddy that doesn't exist + (You'll now receive an error when looking up invalid usernames). + 2007-08-22 Jeff Connelly <pidgin@xyzzy.cjb.net> - 0.15 * Incomplete implementation of adding friends from myspace.com. * Change msim_msg_get() to start at the given node instead of the beginning.
--- a/libpurple/protocols/myspace/myspace.h Fri Aug 24 06:21:20 2007 +0000 +++ b/libpurple/protocols/myspace/myspace.h Fri Aug 24 06:39:51 2007 +0000 @@ -90,7 +90,7 @@ #define MSIM_LANGUAGE_NAME_ENGLISH "ENGLISH" /* msimprpl version string of this plugin */ -#define MSIM_PRPL_VERSION_STRING "0.15" +#define MSIM_PRPL_VERSION_STRING "0.16" /* Default server */ #define MSIM_SERVER "im.myspace.akadns.net"
--- a/libpurple/protocols/myspace/release.sh Fri Aug 24 06:21:20 2007 +0000 +++ b/libpurple/protocols/myspace/release.sh Fri Aug 24 06:39:51 2007 +0000 @@ -4,7 +4,7 @@ # Package a new msimprpl for release. Must be run with bash. -VERSION=0.15 +VERSION=0.16 make # Include 'myspace' directory in archive, so it can easily be unextracted # into ~/pidgin/libpurple/protocols at the correct location.