changeset 17685:ea5258b0f67d

Update for 0.10.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Wed, 04 Jul 2007 06:37:08 +0000
parents e440846f9a21
children 87b77f1ea086
files libpurple/protocols/myspace/CHANGES libpurple/protocols/myspace/myspace.c libpurple/protocols/myspace/release.sh
diffstat 3 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/myspace/CHANGES	Wed Jul 04 02:13:34 2007 +0000
+++ b/libpurple/protocols/myspace/CHANGES	Wed Jul 04 06:37:08 2007 +0000
@@ -1,10 +1,10 @@
-2007-07-xx Jeff Connelly <jeff2@soc.pidgin.im> - 0.10
+2007-07-03 Jeff Connelly <jeff2@soc.pidgin.im> - 0.10
 * On incoming instant messages, add support for:
  * Text color
  * Font face
 * Add option to sign on as hidden, default off (previously, always was hidden)
 * Add ability to change status to hidden, available, away
-* Increase password length limit to 10 to match official client
+* Increase password length limit to 10 to match official client (bug #2010)
 
 2007-07-01 Jeff Connelly <jeff2@soc.pidgin.im> - 0.9
 * Fix crash on Windows when logging in (bug #1990)
--- a/libpurple/protocols/myspace/myspace.c	Wed Jul 04 02:13:34 2007 +0000
+++ b/libpurple/protocols/myspace/myspace.c	Wed Jul 04 06:37:08 2007 +0000
@@ -2670,7 +2670,7 @@
 
     "prpl-myspace",                                   /**< id             */
     "MySpaceIM",                                      /**< name           */
-    "0.8",                                            /**< version        */
+    "0.10",                                           /**< version        */
                                                       /**  summary        */
     "MySpaceIM Protocol Plugin",
                                                       /**  description    */
--- a/libpurple/protocols/myspace/release.sh	Wed Jul 04 02:13:34 2007 +0000
+++ b/libpurple/protocols/myspace/release.sh	Wed Jul 04 06:37:08 2007 +0000
@@ -4,7 +4,7 @@
 
 # Package a new msimprpl for release. Must be run with bash.
 
-VERSION=0.9
+VERSION=0.10
 make
 cd ..
 # Include 'myspace' directory in archive, so it can easily be unextracted