# HG changeset patch # User Jeffrey Connelly # Date 1184047685 0 # Node ID 1f08b7a0fc1288d0c5ce460301a858b8a905fbe5 # Parent 65cf1785e5bf046b211a440e1e7a5841adac6fff Update for 0.11, and fix build process on Unix. Closes #2086. diff -r 65cf1785e5bf -r 1f08b7a0fc12 libpurple/protocols/myspace/CHANGES --- a/libpurple/protocols/myspace/CHANGES Tue Jul 10 06:07:34 2007 +0000 +++ b/libpurple/protocols/myspace/CHANGES Tue Jul 10 06:08:05 2007 +0000 @@ -1,11 +1,13 @@ -2007-07-xx Jeff Connelly - 0.11 -* Allow going idle (tested with I'dle Ma'ker) and viewing idle status of buddies - (thanks to Scott Ellis, developing a MySpaceIM plugin for Miranda IM, +2007-07-09 Jeff Connelly - 0.11 +* Allow going idle (tested with I'dle Ma'ker) and viewing idle status of + buddies (thanks to Scott Ellis, developing a MySpaceIM plugin for Miranda IM, for finding the idle status code.) -* Time out if no data from server within a certain amount of time (keep alives). +* Time out if no data from server within a certain amount of time + (keep alives). * Remove "Sign on as hidden" option, and always set status to current status when signing on. * Some support for sending formatted text. +* Fix build process on Unix, bug #2086. 2007-07-03 Jeff Connelly - 0.10 * On incoming instant messages, add support for: diff -r 65cf1785e5bf -r 1f08b7a0fc12 libpurple/protocols/myspace/release.sh --- a/libpurple/protocols/myspace/release.sh Tue Jul 10 06:07:34 2007 +0000 +++ b/libpurple/protocols/myspace/release.sh Tue Jul 10 06:08:05 2007 +0000 @@ -4,15 +4,15 @@ # Package a new msimprpl for release. Must be run with bash. -VERSION=0.10 +VERSION=0.11 make -cd .. # Include 'myspace' directory in archive, so it can easily be unextracted # into ~/pidgin/libpurple/protocols at the correct location. # (if this command fails, run it manually). # This convenient command requires bash. -tar -cf msimprpl-$VERSION.tar myspace/{CHANGES,ChangeLog,LICENSE,Makefile*,*.c,*.h,README,release.sh,.deps/*} -cd myspace +cd ../../.. +tar -cf libpurple/protocols/msimprpl-$VERSION.tar libpurple/protocols/myspace/{CHANGES,ChangeLog,LICENSE,Makefile.*,*.c,*.h,README,release.sh,.deps/*} autogen.sh configure.ac +cd libpurple/protocols/myspace gzip ../msimprpl-$VERSION.tar mv ~/pidgin/config.h ~/pidgin/config.h-