diff --git a/Changes b/Changes index 014528b..ee14abb 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,9 @@ +2.20 -- 2011-06-15 + + * Remove redundant tracker calls. Required for MogileFS::Server 2.50 as + the redundant commands are now cached harder. + (dormando ) + 2.19 -- 2011-01-08 * bump required client version (dormando ) diff --git a/lib/MogileFS/Utils.pm b/lib/MogileFS/Utils.pm index 2b5a62c..c139fac 100644 --- a/lib/MogileFS/Utils.pm +++ b/lib/MogileFS/Utils.pm @@ -1,7 +1,7 @@ #!/usr/bin/perl package MogileFS::Utils; -our $VERSION = '2.19'; +our $VERSION = '2.20'; use Getopt::Long; use MogileFS::Client;