From 5897ce552324e67525bc79177c8e42f1fd0be4bf Mon Sep 17 00:00:00 2001 From: dormando Date: Fri, 2 Apr 2010 22:33:12 +0000 Subject: [PATCH] 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 --- Changes | 2 ++ MogileFS-Utils.spec | 2 +- lib/MogileFS/Utils.pm | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index aa41f11..3f28bf9 100644 --- a/Changes +++ b/Changes @@ -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) diff --git a/MogileFS-Utils.spec b/MogileFS-Utils.spec index fde0b93..6596b92 100644 --- a/MogileFS-Utils.spec +++ b/MogileFS-Utils.spec @@ -1,6 +1,6 @@ name: MogileFS-Utils summary: MogileFS-Utils - MogileFS utilities. -version: 2.15 +version: 2.16 release: 1 vendor: Alan Kasindorf packager: Jonathan Steinert diff --git a/lib/MogileFS/Utils.pm b/lib/MogileFS/Utils.pm index c496fae..58762d5 100644 --- a/lib/MogileFS/Utils.pm +++ b/lib/MogileFS/Utils.pm @@ -1,7 +1,7 @@ #!/usr/bin/perl package MogileFS::Utils; -our $VERSION = '2.15'; +our $VERSION = '2.16'; =head1 NAME