From 92ebfa0d3860a3a00dc53fd6cf6849a6463304da Mon Sep 17 00:00:00 2001 From: dormando Date: Thu, 21 Jun 2012 17:05:47 -0700 Subject: [PATCH] Checking in changes prior to tagging of version 2.24. Changelog diff is: diff --git a/Changes b/Changes index 2651db2..5cb13a6 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,7 @@ +2.24 -- 2012-06-21 + + * Simple fix for mogstats file length display overflow on Postgres + 2.23 -- 2012-03-30 * Support checksums in mogadm (eric wong) --- Changes | 4 ++++ lib/MogileFS/Utils.pm | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 2651db2..5cb13a6 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,7 @@ +2.24 -- 2012-06-21 + + * Simple fix for mogstats file length display overflow on Postgres + 2.23 -- 2012-03-30 * Support checksums in mogadm (eric wong) diff --git a/lib/MogileFS/Utils.pm b/lib/MogileFS/Utils.pm index ef13b39..cc70584 100644 --- a/lib/MogileFS/Utils.pm +++ b/lib/MogileFS/Utils.pm @@ -1,7 +1,7 @@ #!/usr/bin/perl package MogileFS::Utils; -our $VERSION = '2.23'; +our $VERSION = '2.24'; use Getopt::Long; use MogileFS::Client;