diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2008-03-31 02:37:40 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@frugalware.org> | 2008-03-31 02:37:40 +0200 |
commit | c1f3d49c9f7c626f5e17c0c653c56d3d0e7e1831 (patch) | |
tree | 82b7dfbda290e9c12811ae5256747fd580a2e6c9 | |
parent | afeb51772c8e801b5ba5c1e3c698529ef6a254e5 (diff) |
updates for 0.4.1
-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 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') @@ -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) |