ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-FDPass/Changes
(Generate patch)

Comparing IO-FDPass/Changes (file contents):
Revision 1.1 by root, Fri Apr 5 04:10:51 2013 UTC vs.
Revision 1.10 by root, Mon Jul 11 23:00:00 2016 UTC

1Revision history for Perl extension IO::FDPass 1Revision history for Perl extension IO::FDPass
2 2
3 - compatibility macros were still using c++ syntax, fortunately
4 only affecting the broken solaris platform (analyzed by Yary).
5
61.1 Mon Jul 6 19:40:36 CEST 2015
7 - added stability canary support.
8 - seems to work on 5.6.2 too, so remove the use 5.008.
9 - rewrite the cmsg recv check to rely on CMSG_FIRSTHDR instead
10 of doing our own check.
11
121.0 Sun Apr 7 00:42:13 CEST 2013
13 - this release only updates the documentation.
14 - better SYNOPSIS.
15 - discuss other file descriptor passing modules more thoroughly.
16
170.2 Fri Apr 5 10:20:05 CEST 2013
18 - fix a problem when sending on non-blocking sockets on windows.
19 - "improve" fd passing to be less blocking on windows, at the cost
20 of leaking the handle on error.
21
220.1 Fri Apr 5 07:04:02 CEST 2013
23 - first release.
24
30.00 Fri Apr 5 06:09:40 CEST 2013 250.0 Fri Apr 5 06:09:40 CEST 2013
4 - ripped out of AnyEvent::Fork > 0.01. 26 - ripped out of AnyEvent::Fork > 0.01.
5 27

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines