Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bitlbee-skype.git;a=commitdiff;h=1ac1545c1a07300f513df70dc584d1aed5622344
commit 1ac1545c1a07300f513df70dc584d1aed5622344 Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Sat Nov 24 00:49:13 2007 +0100 updates for 0.2.3 diff --git a/Makefile b/Makefile index 8cf2f63..b2b61ad 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -include config.mak -VERSION = 0.2.2 +VERSION = 0.2.3 skype.so: skype.c config.mak $(CC) $(CFLAGS) -shared -o skype.so skype.c $(LDFLAGS) diff --git a/NEWS b/NEWS index 6b5b3bc..cc05f41 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,6 @@ VERSION DESCRIPTION ----------------------------------------------------------------------------- +0.2.3 - fixed that annoying "creating groupchat failed" warning 0.2.2 - don't change the topic if skype does not report a successful topic change - fixed for the recent bitlbee API changes _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
