ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-FDPass/Changes
Revision: 1.9
Committed: Mon Jul 6 17:44:23 2015 UTC (8 years, 10 months ago) by root
Branch: MAIN
CVS Tags: rel-1_1
Changes since 1.8: +2 -0 lines
Log Message:
1.1

File Contents

# Content
1 Revision history for Perl extension IO::FDPass
2
3 1.1 Mon Jul 6 19:40:36 CEST 2015
4 - added stability canary support.
5 - seems to work on 5.6.2 too, so remove the use 5.008.
6 - rewrite the cmsg recv check to rely on CMSG_FIRSTHDR instead
7 of doing our own check.
8
9 1.0 Sun Apr 7 00:42:13 CEST 2013
10 - this release only updates the documentation.
11 - better SYNOPSIS.
12 - discuss other file descriptor passing modules more thoroughly.
13
14 0.2 Fri Apr 5 10:20:05 CEST 2013
15 - fix a problem when sending on non-blocking sockets on windows.
16 - "improve" fd passing to be less blocking on windows, at the cost
17 of leaking the handle on error.
18
19 0.1 Fri Apr 5 07:04:02 CEST 2013
20 - first release.
21
22 0.0 Fri Apr 5 06:09:40 CEST 2013
23 - ripped out of AnyEvent::Fork > 0.01.
24