about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-01-12 08:40:11 +0000
committerEric Wong <e@80x24.org>2015-01-12 08:44:06 +0000
commitadc1b604326a51036c56dc18259e200328cda99d (patch)
tree0ea77ebe9238cf7e9569d75ac6931c42403135ad
parent1a189765e0cda5c5573d116ce3e68fc0a69ef20c (diff)
downloadkgio-adc1b604326a51036c56dc18259e200328cda99d.tar.gz
Most notably there's a new RB_GC_GUARD to fix an occasional segfault at
load time for Ruby 1.8 users thanks to Petr Novodvorskiy for reporting
the issue.

There's been a new mailing list for a few months now at:

	kgio-public@bogomips.org

No subscription is required, but if you wish to subscribe
(existing librelist subscribers must resubscribe)

	kgio-public+subscribe@bogomips.org

There's also a bunch of code cleanups and packaging
cleanups.  Our website is faster now thanks to olddoc:

	http://bogomips.org/kgio/

shortlog:

      test/lib_read_write: fix trywritev blocking test
      new mailing list info: kgio-public@bogomips.org
      relax license to allow LGPLv2.1 or later
      gemspec: modernize for more recent rubygems
      doc: switch to olddoc
      remove references to rubyforge and ancient Rubies
      TODO: updates for the future of kgio
      tryopen: add RB_GC_GUARD for Ruby 1.8
      LICENSE: prefer URL to FSF address
      cleanup packaging harder
      fixup -Wshorten-64-to-32 warnings
      cleanup: avoid shadowing rb_str_subseq
      cleanup: avoid shadowing rb_ary_subseq
      pkg.mk: synchronize with my other projects
      gemspec: remove invalid rdoc_options
      gemspec: use SPDX license abbreviation
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 5cd7851..d0fbba7 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.9.2
+DEF_VER=v2.9.3
 
 LF='
 '