Update for 0.11, and fix build process on Unix. Closes #2086. soc.2007.msimprpl

Tue, 10 Jul 2007 06:08:05 +0000

author
Jeff Connelly <jeff2@soc.pidgin.im>
date
Tue, 10 Jul 2007 06:08:05 +0000
branch
soc.2007.msimprpl
changeset 18030
b65216a8cfe5
parent 18029
48e7b6d97f1f
child 18031
4ebc87fe43d9

Update for 0.11, and fix build process on Unix. Closes #2086.

libpurple/protocols/myspace/CHANGES file | annotate | diff | comparison | revisions
libpurple/protocols/myspace/release.sh file | annotate | diff | comparison | revisions
--- 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 <jeff2@soc.pidgin.im> - 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 <jeff2@soc.pidgin.im> - 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 <jeff2@soc.pidgin.im> - 0.10
 * On incoming instant messages, add support for:
--- 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-

mercurial