about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2008-10-02 19:59:51 -0700
committerEric Wong <normalperson@yhbt.net>2008-10-02 20:00:03 -0700
commit971b5ccb0708a4cc06772c5e7c2be379b3ff4d3d (patch)
treebe3f0c7e7be052951c04d24c27fdc294441b01f4
parent53a15da3ce5f8bd3f00dcf30dac395423f6cb644 (diff)
downloadmogilefs-client-971b5ccb0708a4cc06772c5e7c2be379b3ff4d3d.tar.gz
-rw-r--r--History.txt4
-rw-r--r--lib/mogilefs.rb2
2 files changed, 5 insertions, 1 deletions
diff --git a/History.txt b/History.txt
index 4abccea..860559d 100644
--- a/History.txt
+++ b/History.txt
@@ -1,3 +1,7 @@
+= 1.3.1
+
+* Fix missing MogileFS::Util include for sysrwloop in MogileFS::MogileFS
+
 = 1.3.0
 
 * Fixed MogileFS#rename.  Bug #14465 submitted by Justin Dossey.
diff --git a/lib/mogilefs.rb b/lib/mogilefs.rb
index 9d559ee..3649db0 100644
--- a/lib/mogilefs.rb
+++ b/lib/mogilefs.rb
@@ -6,7 +6,7 @@
 
 module MogileFS
 
-  VERSION = '1.3.0'
+  VERSION = '1.3.1'
 
   ##
   # Raised when a socket remains unreadable for too long.