about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2017-03-23 02:01:09 +0000
committerEric Wong <e@80x24.org>2017-03-23 02:01:09 +0000
commitb93b426d181796b63d8c314c0f0364a25a3da033 (patch)
tree0cfd358c7f488bfed108109baa2901f5d981b6cf
parent1e6995a054d0253ffb19e8430a8262e0ee2d5579 (diff)
downloadmogilefs-client-b93b426d181796b63d8c314c0f0364a25a3da033.tar.gz
This release updates the IO#write garbage workaround to be
enabled for Ruby 2.0 and 2.1 users; but avoids it on the
just-released Ruby 2.4.1; as that includes the backported bugfix
for https://bugs.ruby-lang.org/issues/13085

There's also some trivial doc and code aesthetics fixes.

6 changes since 3.11.0:

      .olddoc.yml: add trailing slash on URL
      socket_common: expand IO#write garbage workaround to 2.0 and 2.1
      socket_common: limit garbage workaround to Ruby <= 2.4.1
      socket_common: remove needless 'o' modifier for Regexp
      socket_common: improve readability of case statement
      GNUmakefile: fix incorrect comment
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 72a5fc3..526e7fb 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.11.0"
+DEF_VER = "v3.11.1"
 vn = DEF_VER
 
 # First see if there is a version file (included in release tarballs),