# HG changeset patch # User Jeffrey Connelly # Date 1181847845 0 # Node ID 0c4645a2dfa9b2dcd3d3bdf5047bd375585ae76d # Parent 4205f33b658fa4e76c6d435d13790f2e9b025c9a Update for 0.7. diff -r 4205f33b658f -r 0c4645a2dfa9 libpurple/protocols/myspace/CHANGES --- a/libpurple/protocols/myspace/CHANGES Thu Jun 14 18:59:41 2007 +0000 +++ b/libpurple/protocols/myspace/CHANGES Thu Jun 14 19:04:05 2007 +0000 @@ -1,9 +1,15 @@ +2007-06-14 Jeff Connelly - 0.7 +* Add/delete buddy now functional (required many other code improvements). +* Show improved buddy information in tooltip text. +* Show user profile (in "Get Info" option) for buddies on buddy list. +* Fix crash when re-logging in. + 2007-06-12 Jeff Connelly - 0.6 * Use RC4 code from Libpurple 2.0.1 * Use a new implementation for sending and receiving messages (MsimMessage). This infrastructural change significantly improves extensibility. * Show online buddies as online. -* Send and receive typing notifications. +* Send and receive typing notifications (along with other required changes). 2007-05-22 Jeff Connelly - 0.5 * Add protocol escaping, so can now send and receive / and \ characters diff -r 4205f33b658f -r 0c4645a2dfa9 libpurple/protocols/myspace/myspace.c --- a/libpurple/protocols/myspace/myspace.c Thu Jun 14 18:59:41 2007 +0000 +++ b/libpurple/protocols/myspace/myspace.c Thu Jun 14 19:04:05 2007 +0000 @@ -2160,7 +2160,7 @@ "prpl-myspace", /**< id */ "MySpaceIM", /**< name */ - "0.6", /**< version */ + "0.7", /**< version */ /** summary */ "MySpaceIM Protocol Plugin", /** description */