Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-IO-Async
From: Makoto Fujiwara
Date: 2015-03-16 00:08:38
Message id: 20150315230838.9F98C98@cvs.netbsd.org
Log Message:
Update to 0.65
--------------
0.65 2015/02/15 14:28:02
[CHANGES]
* Optionally allow IO::Async::Channel to use 'Sereal' serialisation
* Added documentation about the 'env' Child Manager key and copying
%ENV
* Take OS "preferred loop subclass" hints from IO::Async::OS \
directly
[BUGFIXES]
* Nested $stream->read_* inside read_* cause double-completion of
Future (RT101774)
* Implement IO::Async::Loop::Poll directly on _poll() syscall
wrapper, thus avoiding many bugs in IO::Poll (RT93141)
* Ensure that IO::Async::Loop::Select can cope with callbacks that
remove other IO handle watches (RT101919)
* Silently upgrade watched IO handles to O_NONBLOCK (RT102044)
* Complain about unrecognised keys to ->extract_addrinfo (RT101453)
Files: