about summary refs log tree commit homepage
diff options
context:
space:
mode:
-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.