diff options
-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 |