Update to version 0.9.18.

Changes:

0.9.18:
=======

Upgrade release because of couple serious bugs in the 0.9.17.  Especially
backup router had stability problems with 0.9.17.  This was due to a rekey bug
when performing rekey with PFS, and because of another bug it caused the
backup (and other servers too) to crash.  If you are running a normal server
or backup router then ugprading is strongly recommended.  If you are running
any kind of server with PFS enabled in rekey, upgrading is recommended.

- Fixed protocol completion handling in connection closing.
- Fixed rekey with PFS to work on backup with disabled connections.
- Fixed CMODE command reply to return the user limit correctly.
- Fixed the watch notify to be called for resuming clients.

0.9.17:
=======
- Implemented the user limit to the CMODE_CHANGE notify and to the CMODE
  and JOIN command replies, as defined in the new protocol specs.
- Implemented the public key support to WATCH command, as defined in
  the new protocol specs.
- Added asynchronous connecting to remote router/server.
- Fixed the WHOIS public key deleting.
- Several other bugfixes were also made.
This commit is contained in:
salo 2004-03-03 19:05:52 +00:00
parent e38708720b
commit a4856e62f0
2 changed files with 7 additions and 7 deletions

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.30 2004/02/18 14:40:35 salo Exp $ # $NetBSD: Makefile,v 1.31 2004/03/03 19:05:52 salo Exp $
# #
DISTNAME= silc-server-0.9.16 DISTNAME= silc-server-0.9.18
CATEGORIES= chat security CATEGORIES= chat security
MASTER_SITES= http://www.silcnet.org/download/server/sources/ \ MASTER_SITES= http://www.silcnet.org/download/server/sources/ \
ftp://ftp.silcnet.org/silc/server/sources/ \ ftp://ftp.silcnet.org/silc/server/sources/ \
@ -69,11 +69,11 @@ BUILD_DEFS+= USE_INET6
CONFIGURE_ARGS+= --enable-ipv6 CONFIGURE_ARGS+= --enable-ipv6
.endif .endif
# If you want to debug silc-server, uncomment this. # If you want to debug silc-server, uncomment the line below.
# #
#CONFIGURE_ARGS+= --enable-debug #CONFIGURE_ARGS+= --enable-debug
.if (${MACHINE_ARCH} != "i386") .if ${MACHINE_ARCH} != "i386"
CONFIGURE_ARGS+= --disable-asm CONFIGURE_ARGS+= --disable-asm
.endif .endif

View file

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.22 2004/01/03 18:02:52 salo Exp $ $NetBSD: distinfo,v 1.23 2004/03/03 19:05:52 salo Exp $
SHA1 (silc-server-0.9.16.tar.bz2) = 84de8fc2a23f46d467baa647dea0b5fe28a95407 SHA1 (silc-server-0.9.18.tar.bz2) = 232f10fc0f587b8028346bacf80d11443c4792c8
Size (silc-server-0.9.16.tar.bz2) = 1192761 bytes Size (silc-server-0.9.18.tar.bz2) = 1169331 bytes
SHA1 (patch-aa) = 181bf9a721abaeaaa0afd7e24017cd49a8020ac4 SHA1 (patch-aa) = 181bf9a721abaeaaa0afd7e24017cd49a8020ac4
SHA1 (patch-ab) = 55b3f00076c5b8a443465753ae07b9e812236f18 SHA1 (patch-ab) = 55b3f00076c5b8a443465753ae07b9e812236f18