ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-FDPass/Changes
Revision: 1.8
Committed: Fri Oct 31 07:09:43 2014 UTC (9 years, 6 months ago) by root
Branch: MAIN
Changes since 1.7: +2 -0 lines
Log Message:
*** empty log message ***

File Contents

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