From c5d000337cdcbb15827258d6fd6b6830e8afcd59 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 9 Oct 2012 02:41:05 +0000 Subject: [PATCH] Ruby mogilefs-client 3.4.0 Admin speedups for get_domains, get_hosts, and get_devices. Previous versions were completely unusable for parsing a list of 3000+ domains. Installations with thousands of hosts or devices should see noticeable performance improvements. The client interface gains the each_file_info iterator method. This behaves like each_key, but gives access to the entire response the file_info returns, including: checksum, devcount, file size, class, and domain. --- GIT-VERSION-GEN | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 7600b80..9829109 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.3.0" +DEF_VER = "v3.4.0" vn = DEF_VER # First see if there is a version file (included in release tarballs), -- 2.11.4.GIT