Miscellaneous tidy-up.
[cvs2svn.git] / CHANGES
blobf19b55f00f94b5e468d87358b47f4f7c0253dd3c
1 Version 1.3.0 (18 August 2005)
2 ------------------------------
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.
17 Version 1.2.1 (14 February 2005)
18 --------------------------------
20  Bugs fixed:
21  * Fix cvs2svn's dumpfile output to work after Subversion's r12645.
24 Version 1.2.0 (11 January 2005)
25 -------------------------------
27  New features:
28  * --fs-type=TYPE: make it possible to specify the filesystem type.
30  Bugs fixed:
31  * Convert files with svn:eol-style to have LF end of lines only.
32  * Fix hang in pass 8 for files that ended with a CR.
33  * Import unexpanded keywords into the repository.
34  * Fix the handling of the $Revision$ keyword.
35  * Fix bug in branch/tag creation edge case.
38 Version 1.1.0 (15 September 2004)
39 ---------------------------------
41  New features:
42  * --symbol-transform: change tag and branch names using regular expressions.
43  * Flush log after writing, for better feedback when using 'tee'.
45  Bugs fixed:
46  * Issue 74: No longer attempt to change non-existent files.
47  * Allow the Subversion repository created to have spaces in its name.
48  * Avoid erroring when using a svnadmin that uses FSFS by default.
51 Version 1.0.0 (25 August 2004)
52 ------------------------------
54  * The cvs2svn project comes of age.