* clean up extra whitespace in vss2svn.pl (this is the only time I'll do this, I...
[vss2svn.git] / CHANGES.txt
blobfb5f9bc4466039bfd4bf2ac2ba50f79c256b0155
1 0.3.1
2     * Fixed issue with compiled .exe not printing help info correctly
3     * Updated INSTALL file to reflect Time::ParseDate requirement
4     * Updated README file
6   Known Issues:
7     * Still doesn't handle label comments correctly
8     * Doesn't handle VSS cloaked projects correctly
9     * Currently works only with English version of VSS.
11 0.3.0
12     * Generally much more user friendly, with useful prompts, error msgs, etc.
13     * Automatically detect user's regionalized date and time formats from
14       Windows registry
15     * Explicitly checks for ss.exe and svn.exe on path before starting
16     * No longer dies on VSS "pinned" files
17     * Attempt to correct for user's timezone
18     * Remove redundant internal "filetype" check when building file histories
19     * Add --exclude switch to allow excluding arbitrary subprojects
20       from migration
21     * Revived --debug switch; this sends *all* output to the screen! (Still
22       goes to logfile as well)
23     * Add --timebias switch to override timezone detection
24     * Changed --login argument to --vsslogin
25     * The following new Perl modules are now required (all are base
26       to ActiveState build)
27         - Win32::TieRegistry
28         - Pod::Usage
29         - Text::Wrap
30         
31   Known Issues:
32     * Still doesn't handle label comments correctly
34 0.2.2
35     * Use tempfiles for more ss.exe commands instead of piping
36       directly to STDOUT; this prevents ss.exe from undesirably
37       line-breaking and paginating output. (bugzilla issue #1)
38     
39     * Change license from "public domain" to Gnu GPL. 
40 0.2.1
41     * fix reading version numbers greater than 9.
42     * handle "--vssproject $/" correctly
43     * remove "use diagnostics", which only confuses regular users
44     * print startup message so doesn't appear to hang on large projects
45     * passing an invalid project is a fatal error
46     * prevent SQL quotes from appearing in users prompt 
48 0.2.0
49     * Use the DBD::SQLite driver instead of temporary text files;
50       performance greatly improved on large VSS databases
52 0.1.0
53     * Initial import of script.