diff options
author | salo <salo@pkgsrc.org> | 2002-11-21 15:40:14 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2002-11-21 15:40:14 +0000 |
commit | c41dd0cca9f09711250023556cdf2f109c759abb (patch) | |
tree | 123b68e0916f9e9c45d84a56814fc40a187fee20 /chat/silc-client/distinfo | |
parent | 176416a827486bb67189c91d09cfeccd480cbe31 (diff) | |
download | pkgsrc-c41dd0cca9f09711250023556cdf2f109c759abb.tar.gz |
update to version 0.9.8
Changes between 0.9.5.1 and 0.9.8
=================================
* Added STATS command.
* Added Requested Attributes support.
* Added -details option to WHOIS command to support the requested
attributes. By default it requests all attributes.
* Added implementation of VCard (RFC 2426) which can be used as
part of Requested Attributes in WHOIS command.
* Added ATTR command which is used to manage user's Requested
Attributes sending and values for WHOIS command.
* Added support for saving the requested attributes in WHOIS to
directory.
* Added support for auto-passphrase authentication from the config
file during connecting which was not implemented yet.
* Added shared library complation support.
* Added support for encrypted private key files. Now passphrase
must be provided when new key pair is created and prompted when
loading the private key.
* Added -P option which can be used to change the passphrase of
the private key.
* UTF-8 decode the topic in TOPIC command reply and LIST command
reply.
* Added manpage for silc(1).
* Fixed string formatting crashbug in lib/silccore/silcattrs.c
* Fixed double free in RSA public key set function.
* Fixed a bug in authentication protocol failure handling which
was processing wrong callback context.
* Merged DISCONNECT fix, and autoconn port fix from Irssi CVS.
* Merged c0ffee's /set heartbeat patch and fixed the heartbeat
sending.
* Fixed connection closing in client library to not crash.
* Fixed the INVITE command to not crash client when given without
nickname argument.
Diffstat (limited to 'chat/silc-client/distinfo')
-rw-r--r-- | chat/silc-client/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chat/silc-client/distinfo b/chat/silc-client/distinfo index 1b9308662d1..9cccef4f74c 100644 --- a/chat/silc-client/distinfo +++ b/chat/silc-client/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2002/09/12 23:05:38 hubertf Exp $ +$NetBSD: distinfo,v 1.14 2002/11/21 15:40:14 salo Exp $ -SHA1 (silc-client-0.9.5.1.tar.bz2) = 774d3f3ebf8a71ea2dab9be7f4b7bc1a8a31aa7f -Size (silc-client-0.9.5.1.tar.bz2) = 1401244 bytes -SHA1 (patch-aa) = 70dbd7ae4e0cf465f39086e0490781c61d48d7e1 +SHA1 (silc-client-0.9.8.tar.bz2) = 4b3029436226d4826e82ab6ca897e043e3588dda +Size (silc-client-0.9.8.tar.bz2) = 1566456 bytes +SHA1 (patch-aa) = 5c7233288521af164cc2588e84127774cddb359e |