summaryrefslogtreecommitdiff
path: root/chat/silc-client/Makefile.common
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2004-01-14 17:09:26 +0000
committersalo <salo@pkgsrc.org>2004-01-14 17:09:26 +0000
commit36117744a1c9aad6578f8a150bbd0722e7f28ed6 (patch)
tree1beb0375751d369f040b632beb1960327b76a7a0 /chat/silc-client/Makefile.common
parent654d9d212bd86024204e08b8dd515c18536e53f7 (diff)
downloadpkgsrc-36117744a1c9aad6578f8a150bbd0722e7f28ed6.tar.gz
Updated to version 1.0.1.
When you are upgrading from a prior release to SILC Client 1.0.1, there are two issues you have to take special care of: First of all the default theme (as defined in the file default.theme in the source package) has changed. You may need to update your personal theme to reflect those changes. The second change affects the filename used to store the session data when /DETACH'ing. If you have detached from a SILC network with your old client and want to resume the session with SILC Client 1.0.1, you first have to /SET session_filename session After successfully resuming your session, you can revert the setting to its default "session.$chatnet" again. Changes: -------- - /NOTICE and /ACTION command now both take a mandatory target argument and an option -sign flag. Both work in channels and queries, /IGNORE now correctly treats both. default.theme has changed, please update your theme. Closes #1. - /SILCNET [ADD|REMOVE|LIST] command to manage different SILC networks. - /SMSG and /MMSG now correctly open new query windows if wished. - New settings session_filename defines the filename used to store session information generated by /DETACH. A setting like session.$chatnet allows you to detach from different networks.
Diffstat (limited to 'chat/silc-client/Makefile.common')
-rw-r--r--chat/silc-client/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/silc-client/Makefile.common b/chat/silc-client/Makefile.common
index 94c0d9dbff2..7154a6a54ed 100644
--- a/chat/silc-client/Makefile.common
+++ b/chat/silc-client/Makefile.common
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.6 2003/11/27 12:40:53 salo Exp $
+# $NetBSD: Makefile.common,v 1.7 2004/01/14 17:09:26 salo Exp $
#
# Distribution specific information.
#
-SILC_CLIENT_VERSION= 1.0
+SILC_CLIENT_VERSION= 1.0.1
SILC_CLIENT_DISTNAME= silc-client-${SILC_CLIENT_VERSION}
SILC_CLIENT_EXTRACT_SUFX= .tar.bz2
SILC_CLIENT_DISTFILE= ${SILC_CLIENT_DISTNAME}${SILC_CLIENT_EXTRACT_SUFX}