# HG changeset patch # User Jeffrey Connelly # Date 1186280759 0 # Node ID 496affa428161f59742b7c6c589caa6d4198fab5 # Parent 3d400b022accec9f4baddd5cb41f890d239ee9ba Update for 0.13 release. diff -r 3d400b022acc -r 496affa42816 libpurple/protocols/myspace/CHANGES --- a/libpurple/protocols/myspace/CHANGES Sat Aug 04 17:49:47 2007 +0000 +++ b/libpurple/protocols/myspace/CHANGES Sun Aug 05 02:25:59 2007 +0000 @@ -1,3 +1,11 @@ +2007-08-04 Jeff Cnnelly - 0.13 +* Fix crash when deleting buddies, on Windows. +* Disable sending client version to oncoming buddies (compile-time option). +* Updated login process (more closely resembles official client). +* Zaps, sending and receiving +* Emoticons, mapped to Pidgin-supported smileys +* Show official client build in buddy profiles. + 2007-07-15 Jeff Connelly - 0.12 * Allow logging in with passwords containing uppercase letters (bug #2066) * Add /3 -> | translation to escaping. diff -r 3d400b022acc -r 496affa42816 libpurple/protocols/myspace/myspace.h --- a/libpurple/protocols/myspace/myspace.h Sat Aug 04 17:49:47 2007 +0000 +++ b/libpurple/protocols/myspace/myspace.h Sun Aug 05 02:25:59 2007 +0000 @@ -83,7 +83,7 @@ #define MSIM_LANGUAGE_NAME_ENGLISH "ENGLISH" /* msimprpl version string of this plugin */ -#define MSIM_PRPL_VERSION_STRING "0.12" +#define MSIM_PRPL_VERSION_STRING "0.13" /* Default server */ #define MSIM_SERVER "im.myspace.akadns.net" diff -r 3d400b022acc -r 496affa42816 libpurple/protocols/myspace/release.sh --- a/libpurple/protocols/myspace/release.sh Sat Aug 04 17:49:47 2007 +0000 +++ b/libpurple/protocols/myspace/release.sh Sun Aug 05 02:25:59 2007 +0000 @@ -4,7 +4,7 @@ # Package a new msimprpl for release. Must be run with bash. -VERSION=0.12 +VERSION=0.13 make # Include 'myspace' directory in archive, so it can easily be unextracted # into ~/pidgin/libpurple/protocols at the correct location.