Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 2.26.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dormando committed Aug 14, 2012
1 parent 4912350 commit 601a1c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/MogileFS/Utils.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/perl
package MogileFS::Utils;

our $VERSION = '2.25';
our $VERSION = '2.26';

use Getopt::Long;
use MogileFS::Client;
Expand Down

0 comments on commit 601a1c5

Please sign in to comment.