diff options
-rw-r--r-- | skype/Makefile | 2 | ||||
-rw-r--r-- | skype/NEWS | 5 | ||||
-rw-r--r-- | skype/skype.c | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/skype/Makefile b/skype/Makefile index 46963651..b838a043 100644 --- a/skype/Makefile +++ b/skype/Makefile @@ -1,6 +1,6 @@ -include config.mak -VERSION = 0.6.3 +VERSION = 0.7.0 # latest stable BITLBEE_VERSION = 1.2.3 @@ -1,9 +1,10 @@ VERSION DESCRIPTION ----------------------------------------------------------------------------- - - made 'make config' more portable +0.7.0 - made 'make config' more portable - add 'skypeconsole' buddy for debugging purposes - support autojoin for bookmarked groupchats - - make hardwired '/dev/null' in skyped portable + - skyped: make hardwired '/dev/null' portable and fix + Python-2.6 warnings 0.6.3 - various osx-specific improvements (see the new screenshot!) - added python-gnutls install instructions - bitlbee.pc is now searched under diff --git a/skype/skype.c b/skype/skype.c index c83e9950..8f1bcf99 100644 --- a/skype/skype.c +++ b/skype/skype.c @@ -1,7 +1,7 @@ /* * skype.c - Skype plugin for BitlBee * - * Copyright (c) 2007, 2008 by Miklos Vajna <vmiklos@frugalware.org> + * Copyright (c) 2007, 2008, 2009 by Miklos Vajna <vmiklos@frugalware.org> * * Several ideas are used from the BitlBee Jabber plugin, which is * |