Skip to content

Commit

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

Index: Changes
===================================================================
--- Changes	(revision 1468)
+++ Changes	(working copy)
@@ -1,3 +1,5 @@
+2.17 -- 2010-08-13
+
   * Add 'domains' argument to mogstats for faster queries on basic by-domain
     and class stats. (pyhhak)
 


git-svn-id: http://code.sixapart.com/svn/mogilefs/trunk@1469 f67b2e87-0811-0410-a7e0-dd94e48410d6
  • Loading branch information
dormando committed Aug 13, 2010
1 parent 28ed4bb commit eb60e1d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .shipit
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# auto-generated shipit config file.
steps = FindVersion, ChangeVersion, ChangeRPMVersion, CheckChangeLog, DistTest, Commit, Tag, MakeDist, UploadCPAN
# shipit needs to be smarter about modifying the RPM specfile version :/
#steps = FindVersion, ChangeVersion, ChangeRPMVersion, CheckChangeLog, DistTest, Commit, Tag, MakeDist, UploadCPAN
steps = FindVersion, ChangeVersion, CheckChangeLog, DistTest, Commit, Tag, MakeDist, UploadCPAN

svn.tagpattern = MogileFS-Utils-%v

Expand Down
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
2.17 -- 2010-08-13

* Add 'domains' argument to mogstats for faster queries on basic by-domain
and class stats. (pyhhak)

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.16
version: 2.17
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.16';
our $VERSION = '2.17';


=head1 NAME
Expand Down

0 comments on commit eb60e1d

Please sign in to comment.