about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-03-02 13:54:52 -0800
committerEric Wong <normalperson@yhbt.net>2009-03-02 13:56:11 -0800
commit1959ed17631f7a2b044f609ba147845cdf1307bb (patch)
treeb4628c09e13e0a0502f0af027abb9fb8015216eb
parent41d028768fbeb49a31542cb0eaa6ec396d3baf5a (diff)
downloadmogilefs-client-2.0.2.tar.gz
-rw-r--r--History.txt8
-rw-r--r--lib/mogilefs.rb2
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.