From 3299ed2412a2b27d88e04ce7c40416371507f8ec Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 11 Apr 2009 19:54:47 -0700 Subject: [PATCH] mogilefs-client 2.1.0 --- History.txt | 9 +++++++++ lib/mogilefs.rb | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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. -- 2.11.4.GIT