about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-11-18 15:15:40 -0800
committerEric Wong <normalperson@yhbt.net>2010-11-18 15:15:40 -0800
commit28070c522aff233eadb7e167f8d4e8122cd0bb47 (patch)
tree419cfc2627eda0d7e122385ec5032d7d795b93db
parentc69955e64648ab6a3471a54f7885a320428682f9 (diff)
downloadkgio-2.0.0pre1.tar.gz
This release should make Kgio easier and more consistent
to use across a variety of libraries/applications.

The global Kgio.wait_*able(=) accessor methods are gone in favor
of having default kgio_wait_readable and kgio_wait_writable
methods added to all Kgio-using classes.  Sub-classes may (and
are encouraged to) redefine these if needed.

Eric Wong (7):
      expand Kgio::*#kgio_read! documentation
      prefer symbolic names for waiting read/writability
      EOFError message matches Ruby's
      README: Gemcutter => RubyGems.org
      update documentation with mailing list info
      add default kgio_wait_*able methods
      switch entirely to kgio_wait_*able methods
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index df8c07d..715a37b 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v1.3.1.GIT
+DEF_VER=v2.0.0pre1.GIT
 
 LF='
 '