Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bitlbee-skype.git;a=commitdiff;h=f10712f77c5bcd9567dddc2440065a0237038686
commit f10712f77c5bcd9567dddc2440065a0237038686 Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Tue Nov 20 10:55:35 2007 +0100 updates for 0.2.2 diff --git a/Makefile b/Makefile index 23569e9..8cf2f63 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -include config.mak -VERSION = 0.2.1 +VERSION = 0.2.2 skype.so: skype.c config.mak $(CC) $(CFLAGS) -shared -o skype.so skype.c $(LDFLAGS) diff --git a/NEWS b/NEWS index 24eca75..6b5b3bc 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ VERSION DESCRIPTION ----------------------------------------------------------------------------- +0.2.2 - don't change the topic if skype does not report a successful + topic change + - fixed for the recent bitlbee API changes 0.2.1 - topic support in group chats - bugfixes for multiline messages - this version should be again as stable as 0.1.4 was _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
