about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-08-11 11:11:48 +0000
committerEric Wong <normalperson@yhbt.net>2012-08-11 11:11:48 +0000
commit088a8541946b8e5379c1076c759ea56ab9bd7f0b (patch)
tree008c79b5086b8a65ac760b0cdf5e30288f8470e9
parentd9dc22d1a00a248bb0f0cdf82f39bf55ff3567ed (diff)
downloadmogilefs-client-088a8541946b8e5379c1076c759ea56ab9bd7f0b.tar.gz
No changes since 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).
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index db5cb66..7600b80 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.3.0-rc1"
+DEF_VER = "v3.3.0"
 vn = DEF_VER
 
 # First see if there is a version file (included in release tarballs),