Mercurial > pidgin.yaz
changeset 17975:496affa42816
Update for 0.13 release.
author | Jeffrey Connelly <jaconnel@calpoly.edu> |
---|---|
date | Sun, 05 Aug 2007 02:25:59 +0000 |
parents | 3d400b022acc |
children | b2d81d13f015 |
files | libpurple/protocols/myspace/CHANGES libpurple/protocols/myspace/myspace.h libpurple/protocols/myspace/release.sh |
diffstat | 3 files changed, 10 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <jeff2@soc.pidgin.im> - 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 <jeff2@soc.pidgin.im> - 0.12 * Allow logging in with passwords containing uppercase letters (bug #2066) * Add /3 -> | translation to escaping.
--- 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"
--- 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.