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

Comparing IO-FDPass/Changes (file contents):
Revision 1.4 by root, Fri Apr 5 09:12:59 2013 UTC vs.
Revision 1.11 by root, Sat Sep 24 23:51:23 2016 UTC

1Revision history for Perl extension IO::FDPass 1Revision history for Perl extension IO::FDPass
2 2
31.2 Sun Sep 25 01:43:14 CEST 2016
4 - compatibility macros were still using C++ syntax, fortunately
5 only affecting the solaris platform that apparently doesn't
6 implement ipv6 (which defines those macros) (analyzed by Yary).
7
81.1 Mon Jul 6 19:40:36 CEST 2015
9 - added stability canary support.
10 - seems to work on 5.6.2 too, so remove the use 5.008.
11 - rewrite the cmsg recv check to rely on CMSG_FIRSTHDR instead
12 of doing our own check.
13
141.0 Sun Apr 7 00:42:13 CEST 2013
15 - this release only updates the documentation.
3 - better SYNOPSIS. 16 - better SYNOPSIS.
17 - discuss other file descriptor passing modules more thoroughly.
4 18
50.2 Fri Apr 5 10:20:05 CEST 2013 190.2 Fri Apr 5 10:20:05 CEST 2013
6 - fix a problem when sending on non-blocking sockets on windows. 20 - fix a problem when sending on non-blocking sockets on windows.
7 - "improve" fd passing to be less blocking on windows, at the cost 21 - "improve" fd passing to be less blocking on windows, at the cost
8 of leaking the handle on error. 22 of leaking the handle on error.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines