aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@frugalware.org>2010-03-17 19:12:30 +0100
committerMiklos Vajna <vmiklos@frugalware.org>2010-03-17 19:12:30 +0100
commita73d6b282f46b7263f80aeb072ec078d40b85377 (patch)
tree0b5fd59ae6ddb8512aa88211ee18a894343255bd
parent4b740c2ddf34c7b4390b5e44496ac19724343ccd (diff)
updates for 0.8.1
-rw-r--r--skype/Makefile4
-rw-r--r--skype/NEWS4
-rw-r--r--skype/README4
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|")
diff --git a/skype/NEWS b/skype/NEWS
index 0f4aebd6..ca5cc945 100644
--- a/skype/NEWS
+++ b/skype/NEWS
@@ -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:
----