From 5cd52d27f6472e82809126cabb06af913ed0e358 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 29 Jun 2012 22:24:55 +0000 Subject: [PATCH] Ruby mogilefs-client 3.2.0 Changes since 3.2.0-rc1 (MogileFS::Admin-only): * admin supports "create_device" and "change_device_weight" commands * admin casts "reject_bad_md5" field in "get_device" return value to boolean (true/false). * minor code simplifications to admin Changes since 3.1.1 * "list_keys" and "exist?" client commands raise errors properly on failure. * backend connections no longer terminate on ERR responses, only on socket/connection errors. * support the "updateclass" client command. This is for updating the class of a given key and not to be confused with the "update_class" admin command. * "new_file" checksum usage is now documented since MogileFS 2.60 includes official support for checksums --- GIT-VERSION-GEN | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 29abe1b..3689e76 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.2.0-rc1" +DEF_VER = "v3.2.0" vn = DEF_VER # First see if there is a version file (included in release tarballs), -- 2.11.4.GIT