diff options
author | epg <epg> | 2009-08-25 04:17:35 +0000 |
---|---|---|
committer | epg <epg> | 2009-08-25 04:17:35 +0000 |
commit | 02b6a129d966c8a2cf1830479e3c0312acfa0a7c (patch) | |
tree | e556a3d0b64c56e6904d8409143067d70e4f9c8c /devel/cvs2svn/distinfo | |
parent | 8102dfd31d09da4aa644c0d417e9f634b521ffae (diff) | |
download | pkgsrc-02b6a129d966c8a2cf1830479e3c0312acfa0a7c.tar.gz |
Version 2.3.0 (22 August 2009)
------------------------------
New features:
* Add a "cvs2git" script for starting conversions to git (or Mercurial).
* Add a "cvs2bzr" script for starting conversions to Bazaar.
* Generate manual pages automatically via new --man option.
* Allow --mime-types and --auto-props options to be specified more than once.
* Support author transforms when converting to Subversion.
* Allow unlabeled branches to be renamed using SymbolTransforms.
Bugs fixed:
* cvs2git with non-inline blobs: a revision after a delete could be empty.
* Fix timezone handling under Windows (which does not respect TZ variable).
* Do path comparisions platform-independently in symbol transform classes.
* Fix https://bugs.launchpad.net/pld-linux/+bug/385920
Improvements and output changes:
* Output error message if a revision's deltatext is missing.
* Improve contrib/verify-cvs2svn.py (used for testing conversion accuracy).
Miscellaneous:
* Add an IgnoreSymbolTransform class, for ignoring symbols matching a regexp.
* Remove some DeprecationWarnings when running under newer Python versions.
Diffstat (limited to 'devel/cvs2svn/distinfo')
-rw-r--r-- | devel/cvs2svn/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/cvs2svn/distinfo b/devel/cvs2svn/distinfo index 1d502b3120e..163002a74ac 100644 --- a/devel/cvs2svn/distinfo +++ b/devel/cvs2svn/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2009/07/07 17:16:47 sno Exp $ +$NetBSD: distinfo,v 1.13 2009/08/25 04:17:35 epg Exp $ -SHA1 (cvs2svn-2.2.0.tar.gz) = 88be25a4d2f2b75be0b89f94357fd52a7dd1fbe9 -RMD160 (cvs2svn-2.2.0.tar.gz) = 25a6713516ef6bd13c7ed2f7f52427fba2572866 -Size (cvs2svn-2.2.0.tar.gz) = 411531 bytes +SHA1 (cvs2svn-2.3.0.tar.gz) = 545237805ddb241054ba40b105b9c29b705539b8 +RMD160 (cvs2svn-2.3.0.tar.gz) = 83440b4c152b8116b1e6706133c1919a0acfa4b9 +Size (cvs2svn-2.3.0.tar.gz) = 479373 bytes |