File: Changes

package info (click to toggle)
libio-async-loop-mojo-perl 0.07-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 132 kB
  • sloc: perl: 181; makefile: 2
file content (40 lines) | stat: -rw-r--r-- 1,355 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Revision history for IO-Async-Loop-Mojo

0.07    2020-05-05
        [CHANGES]
         * Support IO::Async 0.76
            + ->watch_child API is now called ->watch_process
            + Added ->is_running accessor

0.06    2019-09-25 23:00:51
        [BUGFIXES]
         * Fix for spurious activations of wrapper callback if no read- or
           write-ready callback was defined

0.05    2013/11/20 09:58:14
        [BUGFIXES]
         * Workaround for Mojo::Reactor classes that can't handle nested
           ->start

0.04    2013/11/16 02:30:44
        [BUGFIXES]
         * Better run implementation using ->one_tick, ->start and ->stop
         * Obtain a reactor from Mojo::IOLoop->singleton instead of
           constructing a new one
         * Don't set a timeout timer if there is no timeout
         * Avoid timing race in Mojo::Reactor::EV which causes timers to be
           invoked twice in recursive cases

0.03    CHANGES:
         * Updated for Mojolicious 2.65:
            + Mojo::Reactor is now an abstract base class
            + ->drop is now called ->remove
         * Updated for IO::Async 0.49 Loop API:
            + ->watch_time/->unwatch_time

0.02    CHANGES:
         * Updated for Mojolicious 2.64:
            + Mojo::IOWatcher is now called Mojo::Reactor

0.01    First version, released on an unsuspecting world.