# HG changeset patch # User Jeffrey Connelly # Date 1183350162 0 # Node ID a752e1017fe98bca7a1c2af3757c88db27cdb9f4 # Parent e24d44e3b6d222ca915e40f25ca8618aa0820a50 Update for 0.9. diff -r e24d44e3b6d2 -r a752e1017fe9 libpurple/protocols/myspace/CHANGES --- a/libpurple/protocols/myspace/CHANGES Mon Jul 02 01:45:30 2007 +0000 +++ b/libpurple/protocols/myspace/CHANGES Mon Jul 02 04:22:42 2007 +0000 @@ -1,3 +1,7 @@ +2007-07-01 Jeff Connelly - 0.9 +* Fix crash on Windows when logging in (bug #1990) +* Fix crash on Windows when viewing tooltip text (bug #1999) + 2007-06-30 Jeff Connelly - 0.8 * Allow "Get Info" on all users, by uid or username * Fix crash when re-logging in, if login failed. diff -r e24d44e3b6d2 -r a752e1017fe9 libpurple/protocols/myspace/release.sh --- a/libpurple/protocols/myspace/release.sh Mon Jul 02 01:45:30 2007 +0000 +++ b/libpurple/protocols/myspace/release.sh Mon Jul 02 04:22:42 2007 +0000 @@ -4,7 +4,7 @@ # Package a new msimprpl for release. Must be run with bash. -VERSION=0.8 +VERSION=0.9 make cd .. # Include 'myspace' directory in archive, so it can easily be unextracted @@ -20,5 +20,5 @@ mv ~/pidgin/config.h- ~/pidgin/config.h cp ~/pidgin/win32-install-dir/plugins/libmyspace.dll . # Zip is more common with Win32 users. Just include a few files in this archive. -zip ../msimprpl-$VERSION-win32.zip libmyspace.dll README LICENSE +zip ../msimprpl-$VERSION-win32.zip libmyspace.dll README LICENSE CHANGES ls -l ../msimprpl-$VERSION*