2 * Fixed issue with compiled .exe not printing help info correctly
3 * Updated INSTALL file to reflect Time::ParseDate requirement
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.
12 * Generally much more user friendly, with useful prompts, error msgs, etc.
13 * Automatically detect user's regionalized date and time formats from
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
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
32 * Still doesn't handle label comments correctly
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)
39 * Change license from "public domain" to Gnu GPL.
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
49 * Use the DBD::SQLite driver instead of temporary text files;
50 performance greatly improved on large VSS databases
53 * Initial import of script.