From: Eric Wong Date: Tue, 10 Sep 2013 23:28:48 +0000 (+0000) Subject: Ruby mogilefs-client 3.7.1 X-Git-Tag: v3.7.1^0 X-Git-Url: https://repo.or.cz/w/ruby-mogilefs-client.git/commitdiff_plain/5ef37bdc900b9d06d450cbbc5f5bece4b561bb42 Ruby mogilefs-client 3.7.1 Only one bugfix: new_file/stream: correct declare errors array correctly This only triggered on rare syscall errors (Errno::EMFILE/Errno::ENFILE) --- diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 4bfa6d9..fc89e39 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.7.0" +DEF_VER = "v3.7.1" vn = DEF_VER # First see if there is a version file (included in release tarballs),