aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--skype/Makefile2
-rw-r--r--skype/NEWS5
2 files changed, 6 insertions, 1 deletions
diff --git a/skype/Makefile b/skype/Makefile
index ff3b1bfe..8a86e788 100644
--- a/skype/Makefile
+++ b/skype/Makefile
@@ -1,6 +1,6 @@
-include config.mak
-VERSION = 0.4.0
+VERSION = 0.4.1
AMVERSION = $(shell automake --version|sed 's/.* //;s/\([0-9]\+\.[0-9]\+\)\.[0-9]\+/\1/;q')
diff --git a/skype/NEWS b/skype/NEWS
index 77b4c05d..8eb5409a 100644
--- a/skype/NEWS
+++ b/skype/NEWS
@@ -1,5 +1,10 @@
VERSION DESCRIPTION
-----------------------------------------------------------------------------
+0.4.1 - support for building the plugin on Mac OSX
+ - tested with BitlBee 1.2 and Skype 2.0.0.63
+ - avoid ${prefix} (by autoconf) in the config file as we
+ don't handle such a variable
+ - now you can call echo123 (patch by Riskó Gergely)
0.4.0 - support for starting, accepting and rejecting calls
- also updated documentation (the key is the account set
skype/call command)