From: Eric Wong Date: Tue, 4 Dec 2012 11:08:03 +0000 (+0000) Subject: mogilefs-client 3.5.0 X-Git-Tag: v3.5.0^0 X-Git-Url: https://repo.or.cz/w/ruby-mogilefs-client.git/commitdiff_plain/de18522959de92865bb10582dd02276b3da8ae01 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. --- 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),