From 462cb6c0fdb2eca95f938a47d33e33691ec65f9a Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 31 Oct 2012 19:49:47 +0000 Subject: [PATCH] mogilefs-client 3.5.0-rc1 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. --- GIT-VERSION-GEN | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), -- 2.11.4.GIT