From ChangesLog:
* Improve robustness. (client/server)
Make this more friendly to userlevel POSIX thread libraries.
* Improve performance to parse rcsfile(5) based files.
* When -u/-g is specified, drop the privilege. (server)
* Update scanfiles when changes anything only.
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
Changes:
* Make this compile with TenDRA.
* Make this compile on Solaris7.
* New utility: cvsync2cvsup
This converts a scanfile from the cvsync style to the CVSup(R) style.
It is useful for mirror maintainers to distribute the CVS repositories
via both CVSup and CVSync protocols.
* Improve robustness. (client)
* Fix a bug to do munmap() with size 0. (client/server)
* Get rid of sched_yield(). (client/server)
* Improve robustness. (server)
* Improve robustness. (client)
* Fix a dead lock problem. (client/server)
Changes:
* Improve the performance. (client/server)
It's 4 - 30% faster than 0.24.12.
(of course, depends on disk I/O, network connectivity, and so on.)
Have fun!
* Fix a bug to remain temporary files. (client)
To remove that files, remove scanfiles and re-run cvsync client.
* Option (server)
-l: Specifies the file to write the system log.
* New feature: base (client/server/cvscan)
Specifies a prefix used for relative pathnames in all of the keyword
'distfile', 'refuse', and 'scanfile'. It must be an absolute path.
Changes:
* Fix a bug to use a wrong constant as NI_MAXHOST on OpenBSD.
(cvscan/client/server)
* Fix a bug to require the existence of 'prefix' when the release
type is 'list'. (client)
Changes:
* New utility: cvsup2cvsync
This converts a scanfile from the CVSup(R) style to the cvsync style.
It is useful for mirror maintainers to distribute the CVS repositries
via both CVSup and CVSync protocols.
* Use poll() instead of select() if available. (server/client)
* New feature: refuse (client)
It provides the way to refuse to add/update/remove files or
directories.
Changes:
* New feature: specify configurations in command line. (client)
URI Syntax:
cvsync://<hostname>[:<port>][/[<name>/release/[?<aux>]]]
Samples:
cvsync://some.where/
Retrieves the collections list.
cvsync://some.where/foo/rcs/?prefix=/localsrc
Retrieves the collection foo/rcs under /localsrc.
The documentation is not prepared yet.
* Fix a bug to fail to execute in background when use an option -p
to specify a file name to store a PID number and it is a relative
path. (server)
* Add samples to distribute NetBSD/OpenBSD CVS repositories.
Changes:
* New feature: specify configurations in command line. (client)
URI Syntax:
cvsync://<hostname>[:<port>][/[<name>/release/[?<aux>]]]
Samples:
cvsync://some.where/
Retrieves the collections list.
cvsync://some.where/foo/rcs/?prefix=/localsrc
Retrieves the collection foo/rcs under /localsrc.
The documentation is not prepared yet.
* Fix a bug to fail to execute in background when use an option -p
to specify a file name to store a PID number and it is a relative
path. (server)
* Add samples to distribute NetBSD/OpenBSD CVS repositories.