about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-06-15 01:01:06 +0000
committerEric Wong <normalperson@yhbt.net>2012-06-15 01:01:06 +0000
commit920408e2c94fbe84331aab5ab4b0c402024817aa (patch)
treeae8378b6ede81ef6deac97ce8816c629727b841c
parent42f9969979917cae79fd98844aec6b03cf2ab880 (diff)
downloadmogilefs-client-920408e2c94fbe84331aab5ab4b0c402024817aa.tar.gz
* "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 909db8d..29abe1b 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.1.1"
+DEF_VER = "v3.2.0-rc1"
 vn = DEF_VER
 
 # First see if there is a version file (included in release tarballs),