From 7e72f6a063703ff065588fa869c3dbad29829e56 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 12 Jan 2011 18:08:18 -0800 Subject: [PATCH] mogilefs-client 2.2.0 = 2.2.0 * internal cleanups (no public API breakage) * refactor backend socket/connection handling for reliability There'll probably be more aggressive cleanups/refactoring in future releases if I have time. --- History.txt | 4 ++++ lib/mogilefs.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/History.txt b/History.txt index e6e37f7..3713a87 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,7 @@ += 2.2.0 +* internal cleanups (no public API breakage) +* refactor backend socket/connection handling for reliability + = 2.1.0 * MySQL interface returns integer length and devcount (API change) * Ensure store_{content,file} always returns size (API fix) diff --git a/lib/mogilefs.rb b/lib/mogilefs.rb index c996b0f..02075bb 100644 --- a/lib/mogilefs.rb +++ b/lib/mogilefs.rb @@ -7,7 +7,7 @@ module MogileFS - VERSION = '3.0.0pre' + VERSION = '2.2.0' ## # Raised when a socket remains unreadable for too long. -- 2.11.4.GIT