diff options
author | gehenna <gehenna@pkgsrc.org> | 2003-04-28 00:50:00 +0000 |
---|---|---|
committer | gehenna <gehenna@pkgsrc.org> | 2003-04-28 00:50:00 +0000 |
commit | 84c599317a2c62e82d5507e09c3a67bf1b8b11e5 (patch) | |
tree | cf963c0cc2c03f7d0c27f98931e69775eb8880df /devel/cvsync/Makefile | |
parent | ed37267b77cddf9af626aa1aef255c4b7471c9f5 (diff) | |
download | pkgsrc-84c599317a2c62e82d5507e09c3a67bf1b8b11e5.tar.gz |
cvsync 0.20.0 is out.
ChangeLog:
* HEADS UP: Change the Protocol around 'SetAttr'.
These changes remove the potential 'SetAttr' issue.
If you use the old versions, please upgrade to 0.20.0 or higher.
* Fix a bug that the default value of 'maxclients' isn't set properly.
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 c14629d077a..2ae703a171a 100644 --- a/devel/cvsync/Makefile +++ b/devel/cvsync/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2003/04/23 13:15:34 gehenna Exp $ +# $NetBSD: Makefile,v 1.26 2003/04/28 00:50:00 gehenna Exp $ # -DISTNAME= cvsync-0.19.6 +DISTNAME= cvsync-0.20.0 CATEGORIES= devel MASTER_SITES= http://www.daemon-systems.org/cvsync/ |