diff options
-rw-r--r-- | skype/Makefile | 4 | ||||
-rw-r--r-- | skype/NEWS | 4 | ||||
-rw-r--r-- | skype/README | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/skype/Makefile b/skype/Makefile index 2171bb7f..30094892 100644 --- a/skype/Makefile +++ b/skype/Makefile @@ -1,9 +1,9 @@ -include config.mak -VERSION = 0.8.0 +VERSION = 0.8.1 DATE := $(shell date +%Y-%m-%d) # latest stable -BITLBEE_VERSION = 1.2.4 +BITLBEE_VERSION = 1.2.5 AMPATH = $(shell grep automake- $(shell which automake)|sed "s|.*'\(.*\)';|\1|") @@ -1,5 +1,9 @@ VERSION DESCRIPTION ----------------------------------------------------------------------------- +0.8.1 - support for BitlBee 1.2.5 + - support for Skype 2.1.0.81 and Skype4Py 1.0.32.0 + - the plugin part now supports FreeBSD + - fix for edited messages, the prefix can now be configured 0.8.0 - fix build on x86_64 (-fPIC usage) - debug messages now have a timestamp - more work on having the default config under ~/.skyped diff --git a/skype/README b/skype/README index 3501d8a4..5fe35629 100644 --- a/skype/README +++ b/skype/README @@ -107,10 +107,6 @@ $ tar xf bitlbee-@BITLBEE_VERSION@.tar.gz $ cd bitlbee-@BITLBEE_VERSION@ ---- -- Backport r482 and r483 from bzr, to fix plugin support. If you don't - want to use bzr, you can find the patches - http://ftp.frugalware.org/pub/frugalware/frugalware-current/source/network-extra/bitlbee/[here]. - - Now compile and install it: ---- |