Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (2h)  pkgsrc-2024Q1 (19d)  pkgsrc-2023Q4 (66d)  pkgsrc-2023Q2 (98d)  pkgsrc-2023Q3 (178d) 

2024-06-06 02:21:56 UTC Now

2019-08-14 02:32:28 UTC MAIN commitmail json YAML

Update to 0.74

Upstream changes:
0.74    2019-06-27 18:44:38
        [CHANGES]
        * Warn about IO::Async::Stream using autoflush on a blocking handle
        * Implement queuing priorities for IO::Async::Function calls (RT129918)
        * Send a terminating signal to a ->run_process process on cancellation
          (RT129225)
        * Optionally make ->run_process future fail when process exits non-zero
          (RT129225)
        * Implement the Future::IO->syswrite API

        [BUGFIXES]
        * Skip t/70future-io.t unless Future::IO is available (RT129807)
        * Remember to set O_NONBLOCK on IO::Async::Channel async mode
          filehandles (RT129879)
        * Handle Windows 7 which returns ENETDOWN to failed AF_UNIX connect()
          (RT129806)

0.73    2019-06-12 16:49:28
        [CHANGES]
        * Provide an IO::Async implementation of Future::IO
        * Added $loop->run_process (RT129225)
        * Clear $ONE_TRUE_LOOP in $loop->fork so that child processes can do
          IO::Async::Loop->new successfully
        * Added $notifier->adopted_futures accessor (RT127818)
        * Various docs fixes

(wen)