aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Shevchenko <andy@smile.org.ua>2008-08-31 20:39:44 +0000
committerAndy Shevchenko <andy@smile.org.ua>2008-08-31 20:39:44 +0000
commit929e8e3559a965a28126063a349f789b93b9c091 (patch)
tree4e4ae29a109186edb8339ff7abb8e8952ddb5e19
parentf2e6da73822bb5c85bbcf13d8f8592f59f3cb33c (diff)
downloadrenrot-929e8e3559a965a28126063a349f789b93b9c091.tar.gz
renrot-929e8e3559a965a28126063a349f789b93b9c091.tar.bz2
Switch to File::Spec in aggregate*().
Fixed bugs: - aggregation works as described - aggregation virtual directory is taken for delta mode when --aggr-virtual is defined - internal doc is updated accordingly Missed log entry (look to the r557). git-svn-id: file:///svnroot/renrot/branches/andy@558 fe2816f4-e837-0410-b10a-f608c9d244a1
-rwxr-xr-xrenrot2
1 files changed, 1 insertions, 1 deletions
diff --git a/renrot b/renrot
index 13ff87e..44738d6 100755
--- a/renrot
+++ b/renrot
@@ -29,7 +29,7 @@ my $mem_trouble_stub = " "x4_000_000; undef $mem_trouble_stub;
# Versioning
my @svnrevision = split(/ /, '$Revision$');
-our $VERSION = '1.1rc1'; # the version of this script
+our $VERSION = '1.1rc1'; # the version of this script
our $REVISION = $svnrevision[1]; # revision
my $maxVerbosity = 4; # our max verbosity level (internal)

Return to:

Send suggestions and report system problems to the System administrator.