diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2010-12-08 04:22:05 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@frugalware.org> | 2010-12-08 04:22:05 +0100 |
commit | 35249d64faaad5d581448a52e439b643d6e6a2d3 (patch) | |
tree | 97d9194292c4d30db307ab52a71cb4ac08ae192d | |
parent | 4ae3ffc4ee7d00f39555f1c68d12777ec1e7df4e (diff) |
updates for 0.8.4
-rw-r--r-- | skype/Makefile | 4 | ||||
-rw-r--r-- | skype/NEWS | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/skype/Makefile b/skype/Makefile index e1f91b4a..3d6633b2 100644 --- a/skype/Makefile +++ b/skype/Makefile @@ -1,9 +1,9 @@ -include config.mak -VERSION = 0.8.3 +VERSION = 0.8.4 DATE := $(shell date +%Y-%m-%d) # latest stable -BITLBEE_VERSION = 1.2.7 +BITLBEE_VERSION = 3.0.1 ifeq ($(ASCIIDOC),yes) MANPAGES = skyped.1 @@ -1,5 +1,9 @@ VERSION DESCRIPTION ----------------------------------------------------------------------------- +0.8.4 - now using python2.7 directly in case python would point to python3k + - merge patch to avoid a crash when failing to connect to skyped + - merge support for building the plugin on NetBSD + - merge Debian patches 0.8.3 - support for BitlBee 1.3dev - fixed --debug switch (-d was fine) - documentation fixes |