ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-FDPass/Changes
Revision: 1.11
Committed: Sat Sep 24 23:51:23 2016 UTC (7 years, 7 months ago) by root
Branch: MAIN
CVS Tags: rel-1_2
Changes since 1.10: +4 -2 lines
Log Message:
1.2

File Contents

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