Subject: CVS commit: pkgsrc/chat/silc-client
To: None <pkgsrc-changes@netbsd.org>
From: Jan Schaumann <jschauma@netbsd.org>
List: pkgsrc-changes
Date: 06/21/2002 19:04:37
Module Name:	pkgsrc
Committed By:	jschauma
Date:		Fri Jun 21 16:04:37 UTC 2002

Modified Files:
	pkgsrc/chat/silc-client: Makefile distinfo

Log Message:
Update to version 0.9.2 using patch supplied by MAINTAINER in PR pkg/17331,
closing that PR.  Thanks to Lubomir Sedlacik.

Changes between 0.9.1 and 0.9.2
===============================
* Fixed a bug in client to close the connection properly when
   disconnecting from server and fixed some error checkings from
   the SFTP library which caused misbehaviour.

* Added SILC_MESSAGE_FLAG_UTF8 to the protocol specs and the
   core library, and implemented it.  All textual messages SHOULD
   use this flag and the message MUST be UTF-8 encoded.
   All text messages sent by Irssi SILC client are now UTF-8
   encoded (regardless whether the terminal supports UTF-8 or not).

* Implemented the SILC_CHANNEL_UMODE_QUIET mode that can be used
   to silence a user on a channel.

* Added new "debug" and "debug_string" settings to Irssi SILC
   client which can be used to print runtime debugging on the
   Irssi's screen.  Available when compiled with --enable-debug

* Made the private key generation after expiration optional.
   If not created after expiration the old key will re-expire
   at a later time (and thus key pair is not necessary to
   change).

* Display the user mode on the status bar.

* Display notification about data messages that cannot be
   displayed. (e.g. image/jpeg)


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 pkgsrc/chat/silc-client/Makefile
cvs rdiff -r1.11 -r1.12 pkgsrc/chat/silc-client/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.