* trunk/ (svn:externals): Adapt to change in Subversion repository.
[cvs2svn.git] / CHANGES
blob8243484ece906bed3c0dc9fd597fce4c11d0fc3f
1 Version 1.3.0
2 (18 August 2005, from /tags/1.3.0)
4  Bugs fixed:
5  * Fix cvs2svn's dumpfile output to work after Subversion's r12645.
6  * Fix issue #71: Avoid resyncing two consecutive CVS revs to same time.
7  * Fix issue #88: Don't allow resyncing to throw off CVS revision order.
8  * Fix issue #89: Handle initially dead branch revisions acceptably.
9  * Fix some branch-filling bugs (r1429, r1444).
11  Improvements and output changes:
12  * Better --encoding support when iconv_codec module is available.
13  * Speedups to pass8 (r1421)
14  * Use standard "rNNN" syntax when printing Subversion revisions.
16 Version 1.2.1
17 (14 February 2005, from /tags/1.2.1)
19  Bugs fixed:
20  * Fix cvs2svn's dumpfile output to work after Subversion's r12645.
23 Version 1.2.0
24 (11 January 2005, from /tags/1.2.0)
26  New features:
27  * --fs-type=TYPE: make it possible to specify the filesystem type.
29  Bugs fixed:
30  * Convert files with svn:eol-style to have LF end of lines only.
31  * Fix hang in pass 8 for files that ended with a CR.
32  * Import unexpanded keywords into the repository.
33  * Fix the handling of the $Revision$ keyword.
34  * Fix bug in branch/tag creation edge case.
37 Version 1.1.0
38 (15 September 2004, from /tags/1.1.0)
40  New features:
41  * --symbol-transform: change tag and branch names using regular expressions.
42  * Flush log after writing, for better feedback when using 'tee'.
44  Bugs fixed:
45  * Issue 74: No longer attempt to change non-existent files.
46  * Allow the Subversion repository created to have spaces in its name.
47  * Avoid erroring when using a svnadmin that uses FSFS by default.
50 Version 1.0.0
51 (25 August 2004, from /tags/1.0.0)
53  * The cvs2svn project comes of age.