From 9b17a7375d8c8347630c2c1b0db06a0e099fbcfd Mon Sep 17 00:00:00 2001 From: dormando Date: Tue, 26 Jun 2012 13:53:20 -0700 Subject: [PATCH] Checking in changes prior to tagging of version 2.25. Changelog diff is: diff --git a/Changes b/Changes index 5cb13a6..2efca1f 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,8 @@ +2.25 -- 2012-06-26 + + * Simple fix fixing the previous fix to work again for all non-Postgres DBs + :( (dormando) + 2.24 -- 2012-06-21 * Simple fix for mogstats file length display overflow on Postgres --- Changes | 5 +++++ lib/MogileFS/Utils.pm | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 5cb13a6..2efca1f 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,8 @@ +2.25 -- 2012-06-26 + + * Simple fix fixing the previous fix to work again for all non-Postgres DBs + :( (dormando) + 2.24 -- 2012-06-21 * Simple fix for mogstats file length display overflow on Postgres diff --git a/lib/MogileFS/Utils.pm b/lib/MogileFS/Utils.pm index cc70584..92a3d65 100644 --- a/lib/MogileFS/Utils.pm +++ b/lib/MogileFS/Utils.pm @@ -1,7 +1,7 @@ #!/usr/bin/perl package MogileFS::Utils; -our $VERSION = '2.24'; +our $VERSION = '2.25'; use Getopt::Long; use MogileFS::Client;