Skip to content

Commit

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

diff --git a/Changes b/Changes
index 6110aec..482a517 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,5 @@
+2.18 -- 2010-09-28
+
   * Add rebalance commands

 2.17 -- 2010-08-13
  • Loading branch information
dormando committed Sep 28, 2010
1 parent e36cd27 commit e753c6d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Makefile
blib
pm_to_blib
2 changes: 1 addition & 1 deletion .shipit
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
#steps = FindVersion, ChangeVersion, ChangeRPMVersion, CheckChangeLog, DistTest, Commit, Tag, MakeDist, UploadCPAN
steps = FindVersion, ChangeVersion, CheckChangeLog, DistTest, Commit, Tag, MakeDist, UploadCPAN

svn.tagpattern = MogileFS-Utils-%v
git.tagpattern = %v


2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
2.18 -- 2010-09-28

* Add rebalance commands

2.17 -- 2010-08-13
Expand Down
2 changes: 1 addition & 1 deletion MogileFS-Utils.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: MogileFS-Utils
summary: MogileFS-Utils - MogileFS utilities.
version: 2.17
version: 2.18
release: 1%{?dist}
vendor: Alan Kasindorf <[email protected]>
packager: Jonathan Steinert <[email protected]>
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.17';
our $VERSION = '2.18';


=head1 NAME
Expand Down

0 comments on commit e753c6d

Please sign in to comment.