about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-06-29 22:24:55 +0000
committerEric Wong <normalperson@yhbt.net>2012-06-29 22:24:55 +0000
commit5cd52d27f6472e82809126cabb06af913ed0e358 (patch)
tree1d4a5b4aa5861ab5ae7eed7789db1764814a52ee
parent873a2f069f2a662cd0fd1a993a991cece291df7c (diff)
downloadmogilefs-client-5cd52d27f6472e82809126cabb06af913ed0e358.tar.gz
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
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
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),