about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-02-10 00:30:07 +0000
committerEric Wong <e@80x24.org>2015-02-10 00:30:07 +0000
commit8ac33ad550d56702c0ee456615cce4478f1a7235 (patch)
treea54cce217842af54a9a1a374c6a952ca14edbd59
parentb3ef381e2a93ab38a830f0cd38f8e750dfe1f5c8 (diff)
downloadmogilefs-client-8ac33ad550d56702c0ee456615cce4478f1a7235.tar.gz
Mostly documentation updates and test cleanups.  Nothing interesting
for the regular client, but the admin client now shows the
checksum-related fields in get_devices.

Most notably, there's a public-inbox for those who don't want
to subscribe to the MogileFS list:

	mogilefs-client-public@bogomips.org

Archives are at: http://bogomips.org/mogilefs-client-public/

There is no new mailing list subscription, it is only a
public-inbox.  Cc-ing the MogileFS list at mogile@googlegroups.com
is encouraged if you do have a subscription.

shortlog since 3.7.1:

      add mog-sync example script
      admin (doc, get_hosts): display integers in results doc
      update documentation and packaging
      GNUmakefile: publish examples on the site, too
      examples: add usage_fetcher example
      TODO: remove Cool.io and EventMachine references
      admin: flesh out get_devices
      admin: reduce bytecode overhead of get_stats
      tests: create fresh intances for all integration tests
      include mogilefs/version.rb in the distro
      test: fixup object lifetimes and teardown
      new public-inbox: mogilefs-client-public@bogomips.org
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 06b78f8..ace4427 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -2,7 +2,7 @@
 CONSTANT = "MogileFS::VERSION"
 RVF = "lib/mogilefs/version.rb"
 GVF = "GIT-VERSION-FILE"
-DEF_VER = "v3.7.1"
+DEF_VER = "v3.8.0"
 vn = DEF_VER
 
 # First see if there is a version file (included in release tarballs),