diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2008-02-29 03:12:07 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@frugalware.org> | 2008-02-29 03:12:07 +0100 |
commit | f5782755d6a73bc1b7524aeed06e54e09feee553 (patch) | |
tree | 7e375bf4cb4d15188b7e026f9d72507891a0353b | |
parent | e0074cbd96725759cafd3c103213220c65195d8d (diff) |
updates for 0.4.0
-rw-r--r-- | skype/Makefile | 2 | ||||
-rw-r--r-- | skype/NEWS | 5 |
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') @@ -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 |