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;