File: Changes

package info (click to toggle)
libtest-future-io-impl-perl 0.16-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 152 kB
  • sloc: perl: 327; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 610 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Revision history for Test-Future-IO-Impl

0.16    2026-01-07
        [BUGFIXES]
         * Be less sensitive to `->send` failure in peer-closed case, as OS
           behaviour differs here
         * sleep() unconditionally after closing listening server in connect
           test, as most OSes need it. 100msec is sufficient

0.15    2025-07-15
        [CHANGES]
         * Added tests for `send`, `recv` and `recvfrom` methods
         * Provide copies of `sysread` and `syswrite` tests named `read` and
           `write`

0.14    2023-04-25
        [CHANGES]
         * Split from Future-IO distribution