Subject: CVS commit: pkgsrc/devel/cvsync
To: None <pkgsrc-changes@netbsd.org>
From: MAEKAWA Masahide <gehenna@netbsd.org>
List: pkgsrc-changes
Date: 03/14/2003 19:11:13
Module Name: pkgsrc
Committed By: gehenna
Date: Fri Mar 14 17:11:12 UTC 2003
Modified Files:
pkgsrc/devel/cvsync: Makefile distinfo
Log Message:
cvsync-0.14.5 is out
ChangeLog:
2003-03-15 MAEKAWA Masahide <maekawa@daemon-systems.org>
* 0.14.5 is out
* Scanfile (client)
Even if very deep unnecessary directories exist on the local disk,
works properly.
* doc/FAQ
Add one item.
Q. How do I compile/install your tools?
A. Just type 'gmake'/'gmake install'.
2003-03-11 MAEKAWA Masahide <maekawa@daemon-systems.org>
* sock_select @ common/network.c
Wake up the server listening thread in every seconds.
* Signal Handling (server)
If SIGINT or SIGTERM is received, reject new connections and
the finialization procedure will be deferred until all running
cvsync threads are done.
* Signal Handling (client) - well known bug
If SIGINT or SIGTERM is received, never stop. Please issue SIGKILL.
To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 pkgsrc/devel/cvsync/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/devel/cvsync/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.