diff options
author | salo <salo@pkgsrc.org> | 2005-06-19 01:22:17 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2005-06-19 01:22:17 +0000 |
commit | f8da63e164e954c7a0286509229b09d78c047516 (patch) | |
tree | 4ea08b41b10c2b2509610f79c7e825958d4825da /chat/silc-server/options.mk | |
parent | 49cb8e1be93494d502d051c40cda3597fe22ee64 (diff) | |
download | pkgsrc-f8da63e164e954c7a0286509229b09d78c047516.tar.gz |
Updated to version 1.0
Changes:
1.0:
====
Only minor bugfixes were made to the previous version.
- Fixed channel public key list saving on backup router on JOIN
command reply.
- New optimized logging.
0.9.21:
=======
A small bugfix release.
- Added default limit how many channels one client can join (50).
- Added missing getopt.[ch].
- Fixed compilation with pkg-config files
0.9.20:
=======
A bugfix release to the SILC Server. In addition of various bugfixes,
this version now also includes new math library that from now on will be
included in all SILC distributions.
- Added more liberal channel names from the previous more stricter
identifier string change.
- Added SERVICE command to server, though services aren't supported yet.
- Fixed MOTD command to send empty reply if motd does not exist.
- Fixed LIST command.
- Fixed query to stop if client goes away.
- Added pkg-config check to the configure.
- Several other bugfixes were made.
Diffstat (limited to 'chat/silc-server/options.mk')
-rw-r--r-- | chat/silc-server/options.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chat/silc-server/options.mk b/chat/silc-server/options.mk index 9b7c6bc7b55..44deb0467b8 100644 --- a/chat/silc-server/options.mk +++ b/chat/silc-server/options.mk @@ -1,9 +1,8 @@ -# $NetBSD: options.mk,v 1.2 2005/05/31 10:01:36 dillo Exp $ +# $NetBSD: options.mk,v 1.3 2005/06/19 01:22:17 salo Exp $ # PKG_OPTIONS_VAR= PKG_OPTIONS.silc-server PKG_SUPPORTED_OPTIONS= debug inet6 -PKG_SUGGESTED_OPTIONS= inet6 .include "../../mk/bsd.options.mk" |