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 ) + + * mogadm: include drain devices by default in summary (Eric Wong ) + + * mogadm: do not warn about drain unless drain is specified (Eric Wong ) + + * mogadm: improve error message on module load error (Eric Wong ) + + * mogfiledebug: add --paths= option (Eric Wong ) + + * mogfiledebug: show Last-Modified header if available (Eric Wong ) + 2.27 -- 2013-01-11 * mogupload no longer slurps files into memory if the size is known ahead diff --git a/lib/MogileFS/Utils.pm b/lib/MogileFS/Utils.pm index 883bbbe..2ad08a6 100644 --- a/lib/MogileFS/Utils.pm +++ b/lib/MogileFS/Utils.pm @@ -1,7 +1,7 @@ #!/usr/bin/perl package MogileFS::Utils; -our $VERSION = '2.27'; +our $VERSION = '2.28'; use Getopt::Long; use MogileFS::Client;