about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-01-12 18:08:18 -0800
committerEric Wong <normalperson@yhbt.net>2011-01-12 18:10:30 -0800
commit7e72f6a063703ff065588fa869c3dbad29829e56 (patch)
tree0d245d69bed4d260407e0815791665c3786d01d2
parent60c22ca86f8fcea8b51c90d5cb759cc2f29cac59 (diff)
downloadmogilefs-client-7e72f6a063703ff065588fa869c3dbad29829e56.tar.gz
= 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.
-rw-r--r--History.txt4
-rw-r--r--lib/mogilefs.rb2
2 files changed, 5 insertions, 1 deletions
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.