aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@frugalware.org>2009-01-07 01:35:14 +0100
committerMiklos Vajna <vmiklos@frugalware.org>2009-01-07 01:35:14 +0100
commit5258dcc95079ee4ae4fab2fa37fb62567f9f2723 (patch)
tree54977477f7fbc38c64d7dd50ba812df7a62e2943
parent83f9aeb3fcac1a90a94631256549bd8f060e0dc1 (diff)
updates for 0.7.0
-rw-r--r--skype/Makefile2
-rw-r--r--skype/NEWS5
-rw-r--r--skype/skype.c2
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
diff --git a/skype/NEWS b/skype/NEWS
index 7c631af9..a755a53a 100644
--- a/skype/NEWS
+++ b/skype/NEWS
@@ -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
*