From b8ee9dc8aec7db45eec6fa6a93d117c2452542f0 Mon Sep 17 00:00:00 2001 From: dormando Date: Sat, 29 Oct 2011 15:29:54 -0700 Subject: [PATCH] Checking in changes prior to tagging of version 2.21. Changelog diff is: diff --git a/Changes b/Changes index ee14abb..779f35e 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,7 @@ +2.21 -- 2011-10-29 + + * Improve error handling for broken usage files in `mogadm check` + 2.20 -- 2011-06-15 * Remove redundant tracker calls. Required for MogileFS::Server 2.50 as --- Changes | 4 ++++ lib/MogileFS/Utils.pm | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index ee14abb..779f35e 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,7 @@ +2.21 -- 2011-10-29 + + * Improve error handling for broken usage files in `mogadm check` + 2.20 -- 2011-06-15 * Remove redundant tracker calls. Required for MogileFS::Server 2.50 as diff --git a/lib/MogileFS/Utils.pm b/lib/MogileFS/Utils.pm index c139fac..27d3842 100644 --- a/lib/MogileFS/Utils.pm +++ b/lib/MogileFS/Utils.pm @@ -1,7 +1,7 @@ #!/usr/bin/perl package MogileFS::Utils; -our $VERSION = '2.20'; +our $VERSION = '2.21'; use Getopt::Long; use MogileFS::Client;