From de18522959de92865bb10582dd02276b3da8ae01 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 4 Dec 2012 11:08:03 +0000 Subject: [PATCH] mogilefs-client 3.5.0 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. --- GIT-VERSION-GEN | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), -- 2.11.4.GIT