changeset 17387:0c4645a2dfa9

Update for 0.7.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Thu, 14 Jun 2007 19:04:05 +0000
parents 4205f33b658f
children b33a6f16356a
files libpurple/protocols/myspace/CHANGES libpurple/protocols/myspace/myspace.c
diffstat 2 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 <jeff2@homing.pidgin.im> - 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 <jeff2@homing.pidgin.im> - 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 <jeff2@homing.pidgin.im> - 0.5
 * Add protocol escaping, so can now send and receive / and \ characters
--- 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    */