Remove trailing whitespace.
[cvs2svn.git] / CHANGES
blob950f4fc2402bb71bfc56440fdd1dea0cc5aba205
1 Version 1.2.1
2 (14 February 2005, from /tags/1.2.1)
4  Bugs fixed:
5  * Fix cvs2svn's dumpfile output to work after Subversion's r12645.
8 Version 1.2.0
9 (11 January 2005, from /tags/1.2.0)
11  New features:
12  * --fs-type=TYPE: make it possible to specify the filesystem type.
14  Bugs fixed:
15  * Convert files with svn:eol-style to have LF end of lines only.
16  * Fix hang in pass 8 for files that ended with a CR.
17  * Import unexpanded keywords into the repository.
18  * Fix the handling of the $Revision$ keyword.
19  * Fix bug in branch/tag creation edge case.
22 Version 1.1.0
23 (15 September 2004, from /tags/1.1.0)
25  New features:
26  * --symbol-transform: change tag and branch names using regular expressions.
27  * Flush log after writing, for better feedback when using 'tee'.
29  Bugs fixed:
30  * Issue 74: No longer attempt to change non-existent files.
31  * Allow the Subversion repository created to have spaces in its name.
32  * Avoid erroring when using a svnadmin that uses FSFS by default.
35 Version 1.0.0
36 (25 August 2004, from /tags/1.0.0)
38  * The cvs2svn project comes of age.