about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-10-31 19:49:47 +0000
committerEric Wong <normalperson@yhbt.net>2012-10-31 19:49:47 +0000
commit462cb6c0fdb2eca95f938a47d33e33691ec65f9a (patch)
treec000e970f05d42a53ffe5befacca4ac1c4216b17
parenta8bc9cd0fce3169eccc67b191fdb40abfae59547 (diff)
downloadmogilefs-client-462cb6c0fdb2eca95f938a47d33e33691ec65f9a.tar.gz
client changes:

* new_file gains :create_open_args and :create_close_args which
  allows custom arguments to be passed to plugins.

* new_file also gains :info hash which can be populated with
  information normally retrieved with file_info

* users with net-http-persistent installed will see a small speed
  boost and reduction of TIME_WAIT sockets when dealing with
  small data (useful for testing DB-intensive parts of MogileFS).

No changes for admin.
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 9829109..1e820b1 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.4.0"
+DEF_VER = "v3.5.0-rc1"
 vn = DEF_VER
 
 # First see if there is a version file (included in release tarballs),