diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2008-06-18 19:37:28 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@frugalware.org> | 2008-06-18 19:37:28 +0200 |
commit | 89c68c7dcb6e9650af00bfaf336c8db190d762dd (patch) | |
tree | 8e27ac74400bb2442770cd95b26cd10398326274 | |
parent | b7fbeb4da939bc3e0b6aca9a71cf2b738bec2dad (diff) |
updates for 0.5.1
-rw-r--r-- | skype/Makefile | 2 | ||||
-rw-r--r-- | skype/NEWS | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/skype/Makefile b/skype/Makefile index cfb786ea..474fd323 100644 --- a/skype/Makefile +++ b/skype/Makefile @@ -1,6 +1,6 @@ -include config.mak -VERSION = 0.5.0 +VERSION = 0.5.1 AMVERSION = $(shell automake --version|sed 's/.* //;s/\([0-9]\+\.[0-9]\+\)\.[0-9]\+/\1/;q') @@ -1,5 +1,9 @@ VERSION DESCRIPTION ----------------------------------------------------------------------------- +0.5.1 - configure now automatically detects the right prefix to + match witl BitlBee's one + - minor documentation improvements (public chats, bug + reporting address) 0.5.0 - skyped now uses gnutls if possible, which seem to be more stable, compared to openssl. - skyped now tries to handle all read/write errors from/to |