about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-08-03 21:45:27 +0000
committerEric Wong <normalperson@yhbt.net>2012-08-03 21:50:17 +0000
commitd9dc22d1a00a248bb0f0cdf82f39bf55ff3567ed (patch)
tree67e16f22e0b937ede17b96ae9d4340434dbbd80d
parent49da8fd0cf50ca07c981bad67b3cba86f0b97aa2 (diff)
downloadmogilefs-client-d9dc22d1a00a248bb0f0cdf82f39bf55ff3567ed.tar.gz
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).
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
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),