2002-08-14 - v0.3: * Add support for subversion. * Add test suite. * Fixed .cvsignore generation in subdirs. * Make cvs not try to create global cvsignore file by default, add --use-global-cvsignore option to use old behavior. * Add handling of -rc versions strings. * Recognize the alternate configure.ac spelling for newer autoconf versions. 2001-12-15 - v0.2.1: * Get the absolute path of filenames BEFORE we change directory. (Fixes stupid errors trying to open files like /tmp/@3026.0/module-1.0.tar.gz) 2001-12-13 - v0.2: * Remember to note dependancy on atool and file. * Allow multiple dirs and/or files to be specified, and if none are, use the current dir. * Don't print the 'removing generated/excluded ...' message for empty lists. * Don't cvs import the first version, rather just import an empty dir and cvs add the first version like all the others. Reduces code dupe, and fixes the problem of binary files in the first version not being set as binary. 2001-12-05 - v0.1: * First public release.