From: Eric Wong Date: Thu, 21 Feb 2013 20:07:11 +0000 (+0000) Subject: Ruby mogilefs-client 3.6.0 X-Git-Tag: v3.6.0^0 X-Git-Url: https://repo.or.cz/w/ruby-mogilefs-client.git/commitdiff_plain/9d5770ea12d78c88e5accfbc12b81f8c3af4ed30 Ruby mogilefs-client 3.6.0 We no longer send an empty zone= parameter in create_open calls. Additionally, if we detect send() failure on a socket, assume a tracker has been restarted and restart the request. There are also some minor code cleanups. --- diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 385bb29..df0464e 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/usr/bin/env ruby CONSTANT = "MogileFS::VERSION" RVF = "lib/mogilefs/version.rb" -DEF_VER = "v3.5.0" +DEF_VER = "v3.6.0" vn = DEF_VER # First see if there is a version file (included in release tarballs),