Skip to content

Commit

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

diff --git a/Changes b/Changes
index 014528b..ee14abb 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,9 @@
+2.20 -- 2011-06-15
+
+   * Remove redundant tracker calls. Required for MogileFS::Server 2.50 as
+     the redundant commands are now cached harder.
+     (dormando <[email protected]>)
+
 2.19 -- 2011-01-08

    * bump required client version (dormando <[email protected]>)
  • Loading branch information
dormando committed Jun 16, 2011
1 parent 3927bf6 commit 761ec9e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2.20 -- 2011-06-15

* Remove redundant tracker calls. Required for MogileFS::Server 2.50 as
the redundant commands are now cached harder.
(dormando <[email protected]>)

2.19 -- 2011-01-08

* bump required client version (dormando <[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.19';
our $VERSION = '2.20';

use Getopt::Long;
use MogileFS::Client;
Expand Down

0 comments on commit 761ec9e

Please sign in to comment.