From 798c6d5227d9b82a8123418c863735de0a1d3156 Mon Sep 17 00:00:00 2001 From: dormando Date: Fri, 27 Jan 2012 19:57:39 -0800 Subject: [PATCH] Checking in changes prior to tagging of version 2.22. Changelog diff is: diff --git a/Changes b/Changes index a38ef11..65de790 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,7 @@ -2.21 -- 2011-12-16 +2.22 -- 2012-01-27 + + * Fix bug in mogstats config file parsing. Valid values with '#' were being + truncated (Bartzy) * Add "mogrename" utility script (kwilczynski, Krzysztof Wilczynski). --- Changes | 5 ++++- lib/MogileFS/Utils.pm | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index a38ef11..65de790 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,7 @@ -2.21 -- 2011-12-16 +2.22 -- 2012-01-27 + + * Fix bug in mogstats config file parsing. Valid values with '#' were being + truncated (Bartzy) * Add "mogrename" utility script (kwilczynski, Krzysztof Wilczynski). diff --git a/lib/MogileFS/Utils.pm b/lib/MogileFS/Utils.pm index 27d3842..a882a8d 100644 --- a/lib/MogileFS/Utils.pm +++ b/lib/MogileFS/Utils.pm @@ -1,7 +1,7 @@ #!/usr/bin/perl package MogileFS::Utils; -our $VERSION = '2.21'; +our $VERSION = '2.22'; use Getopt::Long; use MogileFS::Client;