LATEST in kgio-2.4.2 vs LATEST in kgio-2.5.0

- old
+ new

@@ -1,4 +1,10 @@ -=== kgio 2.4.2 - OpenSolaris build fix / 2011-06-14 18:41 UTC +=== kgio 2.5.0 - a minor feature update / 2011-06-20 19:30 UTC - * adds -lnsl and -lsocket checks for OpenSolaris + * Kgio::File.tryopen method added. It is like File.open + but won't raise exceptions. The Kgio::File class includes + Kgio::PipeMethods, so FIFOs opened through this get the + kgio_* API. + + * The kgio_wait_*able methods in Kgio::DefaultWaiters + now accept an optional timeout argument.