From 285332adf2984d816a7caaa2ae2a174f12cf8719 Mon Sep 17 00:00:00 2001 From: dormando Date: Fri, 30 Mar 2012 15:16:45 -0700 Subject: [PATCH] Checking in changes prior to tagging of version 2.23. Changelog diff is: diff --git a/Changes b/Changes index 65de790..2651db2 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,11 @@ +2.23 -- 2012-03-30 + + * Support checksums in mogadm (eric wong) + + * Clean mogfiledebug output (dormando) + + * Misc util fixes (dormando) + 2.22 -- 2012-01-27 * Fix bug in mogstats config file parsing. Valid values with '#' were being --- Changes | 8 ++++++++ lib/MogileFS/Utils.pm | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 65de790..2651db2 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,11 @@ +2.23 -- 2012-03-30 + + * Support checksums in mogadm (eric wong) + + * Clean mogfiledebug output (dormando) + + * Misc util fixes (dormando) + 2.22 -- 2012-01-27 * Fix bug in mogstats config file parsing. Valid values with '#' were being diff --git a/lib/MogileFS/Utils.pm b/lib/MogileFS/Utils.pm index a882a8d..ef13b39 100644 --- a/lib/MogileFS/Utils.pm +++ b/lib/MogileFS/Utils.pm @@ -1,7 +1,7 @@ #!/usr/bin/perl package MogileFS::Utils; -our $VERSION = '2.22'; +our $VERSION = '2.23'; use Getopt::Long; use MogileFS::Client;