aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@frugalware.org>2008-02-29 03:12:07 +0100
committerMiklos Vajna <vmiklos@frugalware.org>2008-02-29 03:12:07 +0100
commitf5782755d6a73bc1b7524aeed06e54e09feee553 (patch)
tree7e375bf4cb4d15188b7e026f9d72507891a0353b
parente0074cbd96725759cafd3c103213220c65195d8d (diff)
updates for 0.4.0
-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 3e7a18cc..f1c0f45f 100644
--- a/skype/Makefile
+++ b/skype/Makefile
@@ -1,6 +1,6 @@
-include config.mak
-VERSION = 0.3.2
+VERSION = 0.4.0
AMVERSION = $(shell automake --version|sed 's/.* //;s/\([0-9]\+\.[0-9]\+\)\.[0-9]\+/\1/;q')
diff --git a/skype/NEWS b/skype/NEWS
index 12001068..77b4c05d 100644
--- a/skype/NEWS
+++ b/skype/NEWS
@@ -1,5 +1,10 @@
VERSION DESCRIPTION
-----------------------------------------------------------------------------
+0.4.0 - support for starting, accepting and rejecting calls
+ - also updated documentation (the key is the account set
+ skype/call command)
+ - as usual with the .0 releases, be careful, ~200 lines of
+ new code
0.3.2 - support for Skype 2.0.0.43
- skyped now automatically starts/shuts down skype
- improved 'make prepare' to handle more automake versions