From ChangeLog:
o new settings net:socket-bind-ipv4 and net:socket-bind-ipv6 to bind
sockets to a specific address
o reget does not start transfer if not needed
o ssl:verify-certificate set to no by defaul
o fixed ~ handling in find and mirror
autosaving, autofingering, new event script handling, contact meta data
saving, contact groups, log file utils, ^C handler, acknowledged message
sending, remote control via a FIFO, send and receive UTF-8 encoded
message, ASCII art mICQ logo, command aliases, tiny history
- don't install man pages manually, use Makefile target
- more manpages info, so don't install README files
- don't install icq protocol documentation as its usefullness to
the users is doubtful
From maintainer David Krause <openbsd@davidkrause.com>
is to specifically get signed char although most of those look wrong
and the code should be rewritten majorly. maintainer gave me the
blessing for this not long ago; more issues remain
submitter Zvezdan Petkovic
Unison is a file-synchronization tool for Unix and Windows. It allows
two replicas of a collection of files and directories to be stored on
different hosts (or different disks on the same host), modified
separately, and then brought up to date by propagating the changes in
each replica to the other.
naddy@ OK
This release changes the decompressor so that it
works with packets which some zoneservers with
large zonefiles generate.
Also minor revisions were made to the documentation.
brad@ ok
--
silc-server (silcd) is the server for the SILC protocol.
SILC (Secure Internet Live Conferencing) is a protocol which provides
secure conferencing services in the Internet over insecure channel.
From: Jolan Luff <jolan@cryptonomicon.org>
(this happened when the pipe to rsync got broken, because rsync would
then try to write to stderr, find out it didn't work, and call exit_cleanup,
which would then try it all over again... oops.