From d9dc22d1a00a248bb0f0cdf82f39bf55ff3567ed Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 3 Aug 2012 21:45:27 +0000 Subject: [PATCH] Ruby mogilefs-client 3.3.0-rc1 We now correctly timeout requests to slow trackers and avoid reusing the socket after timeouts (as old responses can arrive late). A big thanks to David Rasch for helping with timeout/idempotency issues for this release. Minor documentation/packaging updates, it should be easier to build a pre-release gem now (see HACKING doc). --- GIT-VERSION-GEN | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 3689e76..db5cb66 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.2.0" +DEF_VER = "v3.3.0-rc1" vn = DEF_VER # First see if there is a version file (included in release tarballs), -- 2.11.4.GIT