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.16. Changelog diff is:
Index: Changes =================================================================== --- Changes (revision 1435) +++ Changes (working copy) @@ -1,3 +1,5 @@ +2.16 -- 2010-04-02 + * Add --replpolicy option for configuring a replication policy string. Used in MogileFS::Network policies, etc. (dormando) git-svn-id: http://code.sixapart.com/svn/mogilefs/trunk@1436 f67b2e87-0811-0410-a7e0-dd94e48410d6
- Loading branch information
dormando
committed
Apr 2, 2010
1 parent
19e30a2
commit 5897ce5
Showing
3 changed files
with
4 additions
and
2 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
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.15 | ||
version: 2.16 | ||
release: 1 | ||
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.15'; | ||
our $VERSION = '2.16'; | ||
|
||
|
||
=head1 NAME | ||
|