Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 2.23.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index 65de790..2651db2 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,11 @@
+2.23 -- 2012-03-30
+
+   * Support checksums in mogadm (eric wong)
+
+   * Clean mogfiledebug output (dormando)
+
+   * Misc util fixes (dormando)
+
 2.22 -- 2012-01-27

    * Fix bug in mogstats config file parsing. Valid values with '#' were being
  • Loading branch information
dormando committed Mar 30, 2012
1 parent 93fc46d commit 285332a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2.23 -- 2012-03-30

* Support checksums in mogadm (eric wong)

* Clean mogfiledebug output (dormando)

* Misc util fixes (dormando)

2.22 -- 2012-01-27

* Fix bug in mogstats config file parsing. Valid values with '#' were being
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.22';
our $VERSION = '2.23';

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

0 comments on commit 285332a

Please sign in to comment.