diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2008-09-08 09:31:48 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@frugalware.org> | 2008-09-08 09:31:48 +0200 |
commit | 68c162b44f12aefb11a4c1074ad7366ead1b9846 (patch) | |
tree | 693b680f8fcbf5935a24737dd9625cf190456f67 | |
parent | 885e563e68673e4c2daee2861766fc8913120158 (diff) |
updates for 0.6.3
-rw-r--r-- | skype/Makefile | 6 | ||||
-rw-r--r-- | skype/NEWS | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/skype/Makefile b/skype/Makefile index 61f8519c..d7b4b417 100644 --- a/skype/Makefile +++ b/skype/Makefile @@ -1,8 +1,8 @@ -include config.mak -VERSION = 0.6.2 -# oldest supported one -BITLBEE_VERSION = 1.2.2 +VERSION = 0.6.3 +# latest stable +BITLBEE_VERSION = 1.2.3 AMVERSION = $(shell automake --version|sed 's/.* //;s/\([0-9]\+\.[0-9]\+\)\.[0-9]\+/\1/;q') @@ -1,5 +1,9 @@ VERSION DESCRIPTION ----------------------------------------------------------------------------- +0.6.3 - various osx-specific improvements (see the new screenshot!) + - added python-gnutls install instructions + - bitlbee.pc is now searched under + /usr/local/lib/pkgconfig by default to help LFS monkeys ;) 0.6.2 - bugfix: make install required the plugin even in case its build was disabled 0.6.1 - added keepalive traffic to avoid disconnects in bitlbee |