Skip to content

Commit

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

diff --git a/Changes b/Changes
index d6817c4..d7535d7 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,14 @@
+2.27 -- 2013-01-11
+
+   * mogupload no longer slurps files into memory if the size is known ahead
+     of time. (Eric Wong)
+
+   * Support "mogadm device (list|summary) --hostname=..." (Eric Wong)
+
+   * Show weight in "mogadm device list" (Eric Wong)
+
+   * mogfiledebug: no longer requires --domain when in --fid mode (Eric Wong)
+
 2.26 -- 2012-08-13

    * Fix from Eric Wong to make IO column display N/A if iostat is broken,
  • Loading branch information
dormando committed Jan 11, 2013
1 parent 6b036d6 commit 8618a9a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
2.27 -- 2013-01-11

* mogupload no longer slurps files into memory if the size is known ahead
of time. (Eric Wong)

* Support "mogadm device (list|summary) --hostname=..." (Eric Wong)

* Show weight in "mogadm device list" (Eric Wong)

* mogfiledebug: no longer requires --domain when in --fid mode (Eric Wong)

2.26 -- 2012-08-13

* Fix from Eric Wong to make IO column display N/A if iostat is broken,
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.26';
our $VERSION = '2.27';

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

0 comments on commit 8618a9a

Please sign in to comment.