about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-04-11 19:54:47 -0700
committerEric Wong <normalperson@yhbt.net>2009-04-11 19:54:47 -0700
commit3299ed2412a2b27d88e04ce7c40416371507f8ec (patch)
tree718fb29f068dcb743c33c4251ce0bc242b951886
parent127799e5ba632d2d4cc0ac4c1a48cdf0143eb75f (diff)
downloadmogilefs-client-2.1.0.tar.gz
-rw-r--r--History.txt9
-rw-r--r--lib/mogilefs.rb2
2 files changed, 10 insertions, 1 deletions
diff --git a/History.txt b/History.txt
index 8e480ae..e6e37f7 100644
--- a/History.txt
+++ b/History.txt
@@ -1,3 +1,12 @@
+= 2.1.0
+* MySQL interface returns integer length and devcount (API change)
+* Ensure store_{content,file} always returns size (API fix)
+* Add get_uris API method
+* Respect timeout when doing get_file_data
+* MySQL interface filters out URLs for down/dead hosts/devices
+* Really remove all NFS support
+* get_file in slurp mode slurps all output correctly
+
 = 2.0.2
 * README.txt: update documentation URL
 * backend: raise exceptions with the error message
diff --git a/lib/mogilefs.rb b/lib/mogilefs.rb
index 5e4d4fd..4ae3ad8 100644
--- a/lib/mogilefs.rb
+++ b/lib/mogilefs.rb
@@ -6,7 +6,7 @@
 
 module MogileFS
 
-  VERSION = '2.0.2'.freeze
+  VERSION = '2.1.0'.freeze
 
   ##
   # Raised when a socket remains unreadable for too long.