From 1959ed17631f7a2b044f609ba147845cdf1307bb Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 2 Mar 2009 13:54:52 -0800 Subject: [PATCH] mogilefs-client 2.0.2 --- History.txt | 8 +++++++- lib/mogilefs.rb | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/History.txt b/History.txt index d7a000d..8e480ae 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,10 @@ += 2.0.2 +* README.txt: update documentation URL +* backend: raise exceptions with the error message +* backend: don't blindly add "Error" to exception class names +* Update Manifest.txt with setup.rb +* tasks to enforce permissions are set correctly + = 2.0.1 * verify_uris method made more robust * preliminary Ruby 1.9 compatibility, tests still need some work @@ -5,7 +12,6 @@ * add setup.rb for non-RubyGems users = 2.0.0 - * use a set of standard exceptions based on MogileFS::Error, this is an incompatible API change (hence the 2.0.0 version number). * remove NFS support since it's gone in MogileFS 2.x and NFS is horrible diff --git a/lib/mogilefs.rb b/lib/mogilefs.rb index 5b4f173..5e4d4fd 100644 --- a/lib/mogilefs.rb +++ b/lib/mogilefs.rb @@ -6,7 +6,7 @@ module MogileFS - VERSION = '2.0.1'.freeze + VERSION = '2.0.2'.freeze ## # Raised when a socket remains unreadable for too long. -- 2.11.4.GIT