about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-12-04 11:08:03 +0000
committerEric Wong <normalperson@yhbt.net>2012-12-04 11:08:03 +0000
commitde18522959de92865bb10582dd02276b3da8ae01 (patch)
treefb8f00b92fc1e1d513f7292f99a2fa5c69b70154
parent34ad5c7b88041d904435d86eb5c8335db5409f88 (diff)
downloadmogilefs-client-3.5.0.tar.gz
client changes:

* new_file gains :create_open_args and :create_close_args which
  allows custom arguments to be passed to plugins.
  (this matches the Perl client behavior)

* 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 1e820b1..385bb29 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.5.0-rc1"
+DEF_VER = "v3.5.0"
 vn = DEF_VER
 
 # First see if there is a version file (included in release tarballs),