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.17.
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
Showing
4 changed files
with
7 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
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.16 | ||
version: 2.17 | ||
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.16'; | ||
our $VERSION = '2.17'; | ||
|
||
|
||
=head1 NAME | ||
|