36117744a1
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.
15 lines
519 B
Text
15 lines
519 B
Text
# $NetBSD: Makefile.common,v 1.7 2004/01/14 17:09:26 salo Exp $
|
|
#
|
|
|
|
# Distribution specific information.
|
|
#
|
|
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}
|
|
|
|
# These files are generated during silc-client's build, but are required by
|
|
# plugins to compile properly.
|
|
#
|
|
SILC_CLIENT_CONFIG= ${PREFIX}/share/silc/irssi-config
|
|
SILC_CLIENT_CONFIG_H= ${PREFIX}/share/silc/config.h
|