Skip to content

Commit

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

diff --git a/Changes b/Changes
index d7535d7..c3bb0e6 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,17 @@
+2.28 -- 2013-08-07
+
+   * mogadm: improve "device list" formatting (Eric Wong <[email protected]>)
+
+   * mogadm: include drain devices by default in summary (Eric Wong <[email protected]>)
+
+   * mogadm: do not warn about drain unless drain is specified (Eric Wong <[email protected]>)
+
+   * mogadm: improve error message on module load error (Eric Wong <[email protected]>)
+
+   * mogfiledebug: add --paths=<print|stat|fetch> option (Eric Wong <[email protected]>)
+
+   * mogfiledebug: show Last-Modified header if available (Eric Wong <[email protected]>)
+
 2.27 -- 2013-01-11

    * mogupload no longer slurps files into memory if the size is known ahead
  • Loading branch information
dormando committed Aug 8, 2013
1 parent fc8994f commit 71bfe84
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
2.28 -- 2013-08-07

* mogadm: improve "device list" formatting (Eric Wong <[email protected]>)

* mogadm: include drain devices by default in summary (Eric Wong <[email protected]>)

* mogadm: do not warn about drain unless drain is specified (Eric Wong <[email protected]>)

* mogadm: improve error message on module load error (Eric Wong <[email protected]>)

* mogfiledebug: add --paths=<print|stat|fetch> option (Eric Wong <[email protected]>)

* mogfiledebug: show Last-Modified header if available (Eric Wong <[email protected]>)

2.27 -- 2013-01-11

* mogupload no longer slurps files into memory if the size is known ahead
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.27';
our $VERSION = '2.28';

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

0 comments on commit 71bfe84

Please sign in to comment.