diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2008-05-24 03:02:27 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@frugalware.org> | 2008-05-24 03:02:27 +0200 |
commit | 8cd185c741d92b585576713322cd49ec1417e22f (patch) | |
tree | d228cea5acb29d01682c50960d1147b38cd0d8dc | |
parent | 7987be8fae658532b5badaea2b5bc7c08c547e3d (diff) |
updates for 0.5.0
-rw-r--r-- | skype/Makefile | 2 | ||||
-rw-r--r-- | skype/NEWS | 8 |
2 files changed, 9 insertions, 1 deletions
diff --git a/skype/Makefile b/skype/Makefile index bdc960e9..cfb786ea 100644 --- a/skype/Makefile +++ b/skype/Makefile @@ -1,6 +1,6 @@ -include config.mak -VERSION = 0.4.2 +VERSION = 0.5.0 AMVERSION = $(shell automake --version|sed 's/.* //;s/\([0-9]\+\.[0-9]\+\)\.[0-9]\+/\1/;q') @@ -1,5 +1,13 @@ VERSION DESCRIPTION ----------------------------------------------------------------------------- +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 + clients, and always just warn about failures, never exit. + - installation for Debian users should be more simple + - improved documentation + - this .0 release should be quite stable, only about 100 + lines of new code 0.4.2 - skyped should be now more responsive - new skypeout_offline setting for hiding/showing SkypeOut contacts |