LATEST in kgio-2.7.4 vs LATEST in kgio-2.8.0

- old
+ new

@@ -1,5 +1,8 @@ -=== kgio 2.7.4 - small fixes and cleanups / 2012-03-24 01:15 UTC +=== kgio 2.8.0 - TCP Fast Open, writev/trywritev / 2013-01-18 10:52 UTC - Fix build for platforms lacking both TCP_CORK _and_ TCP_NOPUSH - There are many test case fixes and cleanups, too. + TCP Fast Open in Linux 3.7 and later is now supported + in the client via Kgio::Socket#kgio_fastopen. + + This release also adds the kgio_writev and + kgio_trywritev methods, thanks to funny-falcon