ChangeLog in kgio-2.7.2 vs ChangeLog in kgio-2.7.3

- old
+ new

@@ -1,6 +1,64 @@ ChangeLog from http://bogomips.org/kgio.git + commit 5ea4cdd1275c0f862bf9dcd1d344dc57d70e5392 + Author: Eric Wong <normalperson@yhbt.net> + Date: Thu Mar 15 07:04:33 2012 +0000 + + kgio 2.7.3 - compatibility fixes + + Fixed build and autopush support under Debian GNU/kFreeBSD. + Test case fixes for timing-sensitive tests. + + commit 2c2befb1caa47fe3bf2e6d31dd0733956d178c87 + Author: Eric Wong <normalperson@yhbt.net> + Date: Wed Mar 7 10:14:17 2012 +0000 + + HACKING: add instructions for running tests + + Unlike most Rubyists, I prefer GNU make to Rake. + + commit 92dca5e5554e056f892fcb6cae20693b39b4044b + Author: Eric Wong <normalperson@yhbt.net> + Date: Wed Mar 7 08:37:11 2012 +0000 + + test_poll: workaround for timing-sensitive test on slow hosts + + poll(2) may return successfully before it gets interrupted + by the signal. + + Found and fix confirmed by 375gnu on the kgio mailing list. + + ref: <CAAB-Kcm=_CRa4UoSQt+C4cHk6z2Rpfsv6_KXPHV3R34Gt6sLiQ@mail.gmail.com> + + commit 3a847e231d494829077a300912588f499c0bc2af + Author: Eric Wong <normalperson@yhbt.net> + Date: Mon Mar 5 23:19:30 2012 +0000 + + test: increase delta range for timing-sensitive test + + This appears to be needed for Debian GNU/kFreeBSD under KVM. + + commit 1129029ab1bf886979a66a69b04d244dba8b63cf + Author: Eric Wong <normalperson@yhbt.net> + Date: Mon Mar 5 23:19:29 2012 +0000 + + autopush: fix/enable under Debian GNU/kFreeBSD + + It seems autopush support in our autopush code has + always been broken outside of Linux-based systems, + as we never marked the socket as having pending data. + + commit 56cce133d979c22bbef80fdba1881d8f40876e2f + Author: Eric Wong <normalperson@yhbt.net> + Date: Mon Mar 5 22:37:20 2012 +0000 + + accept4: require SOCK_NONBLOCK/SOCK_CLOEXEC macros + + The check for the accept4() function actually succeeds on a + stock installation of Debian GNU/kFreeBSD 6.0, but the + eglibc headers fail to define the necessary flags. + commit 3e7bd918153cd09dd3bdd4e6963e173ae050ae68 Author: Eric Wong <normalperson@yhbt.net> Date: Sun Jan 8 03:38:17 2012 +0000 kgio 2.7.2 - for older, and older Rubies