diff options
author | uebayasi <uebayasi> | 2006-01-09 03:46:15 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2006-01-09 03:46:15 +0000 |
commit | 87c1d56256804cb60cf88b0d5fb98678e1ead5a6 (patch) | |
tree | 6a540e239b53beeb70e5d33495cae455bb2b7531 /doc | |
parent | 173f361f2c4ad15dc713f57e6a9a74cb3cb6c456 (diff) | |
download | pkgsrc-87c1d56256804cb60cf88b0d5fb98678e1ead5a6.tar.gz |
Update cvs2svn to 1.3.0.
Version 1.3.0
(18 August 2005, from /tags/1.3.0)
Bugs fixed:
* Fix cvs2svn's dumpfile output to work after Subversion's r12645.
* Fix issue #71: Avoid resyncing two consecutive CVS revs to same time.
* Fix issue #88: Don't allow resyncing to throw off CVS revision order.
* Fix issue #89: Handle initially dead branch revisions acceptably.
* Fix some branch-filling bugs (r1429, r1444).
Improvements and output changes:
* Better --encoding support when iconv_codec module is available.
* Speedups to pass8 (r1421)
* Use standard "rNNN" syntax when printing Subversion revisions.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 23eca3b34ac..843810f282b 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.12420 2006/01/09 00:52:04 joerg Exp $ +$NetBSD: CHANGES,v 1.12421 2006/01/09 03:46:15 uebayasi Exp $ Changes to the packages collection and infrastructure in 2006: @@ -183,3 +183,4 @@ Changes to the packages collection and infrastructure in 2006: Updated net/chrony to 1.20nb2 [joerg 2006-01-08] Updated mail/milter-greylist to 2.1.2 [tron 2006-01-08] Updated www/apache to 1.3.34nb3 [joerg 2006-01-09] + Updated devel/cvs2svn to 1.3.0 [uebayasi 2006-01-09] |