forked from hachi/MogileFS-Utils
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Checking in changes prior to tagging of version 2.18.
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
Showing
5 changed files
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Makefile | ||
blib | ||
pm_to_blib |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|