diff options
author | gehenna <gehenna@pkgsrc.org> | 2003-03-28 12:04:58 +0000 |
---|---|---|
committer | gehenna <gehenna@pkgsrc.org> | 2003-03-28 12:04:58 +0000 |
commit | 0afa03ef5a99c4cb4cb1a90d85b89433ecf8711a (patch) | |
tree | a39fcc2262c5ba1d0699060e0c285ee738591482 /devel/cvsync/Makefile | |
parent | 9b6dfece07845c9ebebf1eda106ffe3c0c7b6b29 (diff) | |
download | pkgsrc-0afa03ef5a99c4cb4cb1a90d85b89433ecf8711a.tar.gz |
cvsync-0.17.0
ChangeLog:
2003-03-28 MAEKAWA Masahide <maekawa@daemon-systems.org>
* 0.17.0 is out.
* HEADS UP: Change Collection Exchange Protocol
To make add the new release type easy, the protocol to exchange
collections list is changed.
All servers/clients SHOULD be updated to 0.17.0 or higher.
* Fix a bug to calculate the symbolic link path name length.
(noticed by naddy AT OpenBSD DOT org)
2003-03-27 MAEKAWA Masahide <maekawa@daemon-systems.org>
* New release type: list
Retrieve the collections list provided by the server.
* Scanfile (client)
If the scanfile is specified and that doesn't exist, it's generated
automatically at the stage of loading the configuration file.
Diffstat (limited to 'devel/cvsync/Makefile')
-rw-r--r-- | devel/cvsync/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cvsync/Makefile b/devel/cvsync/Makefile index ce6d8a9a1f9..bcc48c0c7ad 100644 --- a/devel/cvsync/Makefile +++ b/devel/cvsync/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2003/03/26 17:39:52 gehenna Exp $ +# $NetBSD: Makefile,v 1.15 2003/03/28 12:04:58 gehenna Exp $ # -DISTNAME= cvsync-0.16.1 +DISTNAME= cvsync-0.17.0 CATEGORIES= devel MASTER_SITES= http://www.daemon-systems.org/cvsync/ EXTRACT_SUFX= .tgz |