2003-09-16 15:00:42 by MAEKAWA Masahide | Files touched by this commit (2) |
Log message:
CVSync 0.24.7
Changes:
* Fix a bug to fail to run with GNU Pth/PTL. (cvsyncd)
* Fix compile problems on OSes without a pthread library
support. (cvscan/rcscmp)
|
2003-09-10 06:46:56 by MAEKAWA Masahide | Files touched by this commit (2) |
Log message:
cvsync 0.24.6 tarball is regenerated.
Bump PKGREVISION.
|
2003-09-09 19:48:37 by MAEKAWA Masahide | Files touched by this commit (1) |
Log message:
cvsync 0.24.6
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.
|
2003-09-09 19:45:12 by MAEKAWA Masahide | Files touched by this commit (2) |
Log message:
cvsync 0.24.6
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.
|
2003-08-30 09:24:53 by MAEKAWA Masahide | Files touched by this commit (2) |
Log message:
CVSync 0.24.5
Changes:
* Fix a bug to fail to replace files in top directory
when use a feature 'scanfile'. (server)
|
2003-08-27 11:35:41 by MAEKAWA Masahide | Files touched by this commit (2) |
Log message:
cvsync 0.24.4
Changes:
* Fix a bug to fail to replace files in some cases. (server)
* Fix a double free bug. (server)
|
2003-08-03 07:14:08 by MAEKAWA Masahide | Files touched by this commit (2) | |
Log message:
CVSync 0.24.3
Changes:
* Fix a bug to fail to update a symlink status. (client)
* New keyword: nordiff (server)
On updating a regular file, a server send a whole file instead of
using rdiff algorithm. It is efficient to update tarballs or similar.
* Improve a rdiff performance slightly. (server)
|
2003-08-01 16:08:25 by MAEKAWA Masahide | Files touched by this commit (1) |
Log message:
fix makesum.
|
2003-07-30 18:11:50 by MAEKAWA Masahide | Files touched by this commit (2) |
Log message:
CVSync 0.24.2
Changes:
* A 'access' file is reloaded dynamically. (server)
This file is reloaded when a client is connected if necessary.
Not necessary to restart for reloading any files.
* New keyword: base-prefix (server)
Specifies the prefix for the keyword 'prefix' of collections.
It must be an absolute path.
* Fix a bug to try to remove wrong pid file mistakenly. (server)
* Fix a bug to forget to tranfer the last file in some cases. (server)
* native SHA1 is enabled on OpenBSD 3.3 or prior again.
All SHA1 calculations is wrapped by giant lock on OpenBSD.
* Fix a rdiff bug. (server)
* New keyword: haltfile (server)
When specified, a server checks it instead of /var/run/cvsyncd.HALT.
* New feature: file-based halt (server)
If /var/run/cvsyncd.HALT is created or modified when a server is
running, the server exits gracefully.
* New keyword: pidfile (server)
Specifies the file to store the pid number in a configuration file.
* Fix a bug to mirror directories/files specified as 'deny'
in 'distfile' mistakenly.
|
2003-07-22 10:25:13 by MAEKAWA Masahide | Files touched by this commit (2) | |
Log message:
cvsync 0.24.1
Changes:
* WARNING: "hash mismatch" on OpenBSD (server/client)
In some cases, the client shows an error message "hash \
mismatch" and
fails to update repositories. This problem is caused by reason that
native OpenBSD SHA-1 implementation is not thread safe.
Workaround:
1. Specifies "hash md5" in your configuration file.
2. Rebuild the server/client with HAVE_SHA1=no or
HASH_TYPE={libgcrypt,mhash,openssl}.
This problem is reported to OpenBSD mailing list by Sato-san and
fixed in the current OpenBSD tree. See the following URL.
http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/hash/sha1.c
native SHA-1 is disabled on OpenBSD 3.3 or prior in 0.24.1.
* Fix a hash type negotiation bug. (server)
* Fix some rdiff bugs. (server)
* Fix a bug to remain the <pidfile> when the initialization is failed.
(server)
* Fix a bug to show error messages mistakenly when destroy
pthread_cond_t. (server/client)
|