ChangeLog in http_spew-0.3.0 vs ChangeLog in http_spew-0.4.0
- old
+ new
@@ -1,6 +1,33 @@
ChangeLog from http://bogomips.org/http_spew.git
+ commit 0e7be47dae62ffbbb5f69d42daea21e4f66ead0c
+ Author: Eric Wong <normalperson@yhbt.net>
+ Date: Thu Nov 3 00:23:03 2011 +0000
+
+ http_spew 0.4.0
+
+ Bump kgio dependency to the latest version to remove
+ need for IO#wait.
+
+ commit b11b3d1b4212b5d6a8df12d365eeee50668439e1
+ Author: Eric Wong <normalperson@yhbt.net>
+ Date: Mon Oct 31 17:25:49 2011 -0700
+
+ use kgio_wait_readable instead of IO#wait
+
+ Newer kgio (2.5 and later) expose an optional timeout for
+ kgio_wait_readable. IO#wait will unnecessarily call ioctl(2)
+ with FIONREAD.
+
+ commit 1817385f5e72515d64c3b1296bc20af8b0c0423a
+ Author: Eric Wong <normalperson@yhbt.net>
+ Date: Thu Jun 9 14:02:58 2011 -0700
+
+ gemspec: update kcar dependency
+
+ kcar 0.3.0 has minor improvements
+
commit b53bbc7852d9788099e514b54a0b90d82a3338bb
Author: Eric Wong <normalperson@yhbt.net>
Date: Wed May 11 23:25:49 2011 +0000
http_spew 0.3.0 - ContentMD5 improvements