v3.11.1
tagec61fad93f7c03a73c343ba66f9a608870d14350
object b93b426d181796b63d8c314c0f0364a25a3da033
authorEric Wong <e@80x24.org>
Thu, 23 Mar 2017 02:04:39 +0000 (23 02:04 +0000)
mogilefs-client 3.11.1

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