From 601a1c503a87726afc8a7ffbd5f4ac7d6a9a9db0 Mon Sep 17 00:00:00 2001 From: dormando Date: Mon, 13 Aug 2012 17:57:00 -0700 Subject: [PATCH] Checking in changes prior to tagging of version 2.26. Changelog diff is: diff --git a/Changes b/Changes index 2efca1f..d6817c4 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,8 @@ +2.26 -- 2012-08-13 + + * Fix from Eric Wong to make IO column display N/A if iostat is broken, + rather than 0% + 2.25 -- 2012-06-26 * Simple fix fixing the previous fix to work again for all non-Postgres DBs --- Changes | 5 +++++ lib/MogileFS/Utils.pm | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 2efca1f..d6817c4 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,8 @@ +2.26 -- 2012-08-13 + + * Fix from Eric Wong to make IO column display N/A if iostat is broken, + rather than 0% + 2.25 -- 2012-06-26 * Simple fix fixing the previous fix to work again for all non-Postgres DBs diff --git a/lib/MogileFS/Utils.pm b/lib/MogileFS/Utils.pm index 92a3d65..86f644a 100644 --- a/lib/MogileFS/Utils.pm +++ b/lib/MogileFS/Utils.pm @@ -1,7 +1,7 @@ #!/usr/bin/perl package MogileFS::Utils; -our $VERSION = '2.25'; +our $VERSION = '2.26'; use Getopt::Long; use MogileFS::Client;