ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-FDPass/Changes
Revision: 1.12
Committed: Sun Jan 3 23:54:05 2021 UTC (3 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-1_3
Changes since 1.11: +4 -0 lines
Log Message:
1.3

File Contents

# Content
1 Revision history for Perl extension IO::FDPass
2
3 1.3 Mon Jan 4 00:46:36 CET 2021
4 - do not leak memory on unsuccessful recv (based on patch
5 by Eric Wong).
6
7 1.2 Sun Sep 25 01:43:14 CEST 2016
8 - compatibility macros were still using C++ syntax, fortunately
9 only affecting the solaris platform that apparently doesn't
10 implement ipv6 (which defines those macros) (analyzed by Yary).
11
12 1.1 Mon Jul 6 19:40:36 CEST 2015
13 - added stability canary support.
14 - seems to work on 5.6.2 too, so remove the use 5.008.
15 - rewrite the cmsg recv check to rely on CMSG_FIRSTHDR instead
16 of doing our own check.
17
18 1.0 Sun Apr 7 00:42:13 CEST 2013
19 - this release only updates the documentation.
20 - better SYNOPSIS.
21 - discuss other file descriptor passing modules more thoroughly.
22
23 0.2 Fri Apr 5 10:20:05 CEST 2013
24 - fix a problem when sending on non-blocking sockets on windows.
25 - "improve" fd passing to be less blocking on windows, at the cost
26 of leaking the handle on error.
27
28 0.1 Fri Apr 5 07:04:02 CEST 2013
29 - first release.
30
31 0.0 Fri Apr 5 06:09:40 CEST 2013
32 - ripped out of AnyEvent::Fork > 0.01.
33