Commit 899d144
committed
Checking in changes prior to tagging of version 0.31.
Changelog diff is:
diff --git a/Changes b/Changes
index 7eef074..3650797 100644
--- a/Changes
+++ b/Changes
@@ -3,6 +3,17 @@ Revision history for Perl extension Mojo-IOLoop-ReadWriteProcess
{{$NEXT}}
+0.31 2021-12-01T15:51:06Z
+ - Fix bad release to cpan
+ - Enable GitHub Actions for the project
+ - Fix ReadWriteProcess::Queue as regression of 1e0addb
+ - Fix race on `open3/fork` and `session->register($pid)` call -- second attempt
+ - Fix `args` processing
+ - Fix race of SIG{CHLD} handler setup
+ - Fix _getlines() to avoid extra newline (\n) in scalar context
+ - Session: Do not set SIG{CHLD} handler twice
+ - Match on 'armv7l' as well as 'arm' for prctl detection
+
0.28 2020-09-30T11:51:40Z
- Avoid executing "blocking stop" code when process has already terminated by Martchus1 parent cb04743 commit 899d144
4 files changed
Lines changed: 21 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
6 | 17 | | |
7 | 18 | | |
8 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
| 57 | + | |
69 | 58 | | |
| 59 | + | |
70 | 60 | | |
71 | 61 | | |
72 | 62 | | |
73 | 63 | | |
74 | 64 | | |
75 | 65 | | |
| 66 | + | |
76 | 67 | | |
77 | 68 | | |
78 | 69 | | |
79 | 70 | | |
| 71 | + | |
80 | 72 | | |
81 | 73 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
| 177 | + | |
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments