From efd547e917a3db90dbcc394aa4aa2f3f8a54109c Mon Sep 17 00:00:00 2001 From: dormando Date: Mon, 15 Dec 2014 23:08:01 -0800 Subject: [PATCH] Checking in changes prior to tagging of version 2.29. Changelog diff is: diff --git a/Changes b/Changes index c3bb0e6..6e65563 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,9 @@ +2.29 -- 2014-12-15 + + * Add exit codes when failing. (Jesus Roncero ) + + * mogadm: add "device next" sub-command (Eric Wong ) + 2.28 -- 2013-08-07 * mogadm: improve "device list" formatting (Eric Wong ) --- Changes | 6 ++++++ lib/MogileFS/Utils.pm | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index c3bb0e6..6e65563 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,9 @@ +2.29 -- 2014-12-15 + + * Add exit codes when failing. (Jesus Roncero ) + + * mogadm: add "device next" sub-command (Eric Wong ) + 2.28 -- 2013-08-07 * mogadm: improve "device list" formatting (Eric Wong ) diff --git a/lib/MogileFS/Utils.pm b/lib/MogileFS/Utils.pm index 2ad08a6..5adf1ac 100644 --- a/lib/MogileFS/Utils.pm +++ b/lib/MogileFS/Utils.pm @@ -1,7 +1,7 @@ #!/usr/bin/perl package MogileFS::Utils; -our $VERSION = '2.28'; +our $VERSION = '2.29'; use Getopt::Long; use MogileFS::Client;