ChangeLog in kgio-1.0.1 vs ChangeLog in kgio-1.1.0
- old
+ new
@@ -1,6 +1,25 @@
ChangeLog from git://git.bogomips.org/kgio.git ()
+ commit 39c851e595970a2349a8a39878afd94a3324e102
+ Author: Eric Wong <e@yhbt.net>
+ Date: Tue Sep 28 18:16:53 2010 -0700
+
+ kgio 1.1.0 - flexible accept methods
+
+ * an alternate class now be returned by accept/tryaccept
+ by setting "Kgio.accept_class ="
+
+ commit 911f6ab306aff1e24c9c570eeae33923fa1b99d9
+ Author: Eric Wong <e@yhbt.net>
+ Date: Tue Sep 28 18:04:51 2010 -0700
+
+ alternate classes may be returned by accept/tryaccept
+
+ These can be useful for avoiding wrapper objects and
+ also allows users to more easily try different things
+ without stepping on others' toe^H^H^Hclasses.
+
commit 526b4bd48a20a34ef5959fdc4aa580d5f9199652
Author: Eric Wong <e@yhbt.net>
Date: Mon Sep 27 19:59:34 2010 -0700
kgio 1.0.1 - compatibility fixes