From 8618a9a96973457142839380ea257e838cde6036 Mon Sep 17 00:00:00 2001 From: dormando Date: Fri, 11 Jan 2013 00:13:31 -0800 Subject: [PATCH] Checking in changes prior to tagging of version 2.27. 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, --- Changes | 11 +++++++++++ lib/MogileFS/Utils.pm | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) 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, diff --git a/lib/MogileFS/Utils.pm b/lib/MogileFS/Utils.pm index 86f644a..883bbbe 100644 --- a/lib/MogileFS/Utils.pm +++ b/lib/MogileFS/Utils.pm @@ -1,7 +1,7 @@ #!/usr/bin/perl package MogileFS::Utils; -our $VERSION = '2.26'; +our $VERSION = '2.27'; use Getopt::Long; use MogileFS::Client;