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

Comparing AnyEvent/Changes (file contents):
Revision 1.619 by root, Sun Dec 11 14:12:48 2016 UTC vs.
Revision 1.620 by root, Sat Feb 4 03:49:36 2017 UTC

19 - AnyEvent::Socket::tcp_bind/tcp_server would immediately unlink a unix 19 - AnyEvent::Socket::tcp_bind/tcp_server would immediately unlink a unix
20 listening socket unless a guard is used. Change this so that no 20 listening socket unless a guard is used. Change this so that no
21 cleanup will be performed unless a guard is used and document this more 21 cleanup will be performed unless a guard is used and document this more
22 clearly. 22 clearly.
23 - make tcp_bind/tcp_server error messages more regular. 23 - make tcp_bind/tcp_server error messages more regular.
24 - work around latest perl upstream breakage - this time, perl5porters were
25 apparently bullied by a bogus CVE (CVE-2016-1238), and since distros
26 stupidly apply anything that has "security fix" stamped on it, it's likely
27 going to be a problem in practise (and working around it is trivial on
28 windows and unix).
24 29
257.13 Sat Sep 17 04:31:49 CEST 2016 307.13 Sat Sep 17 04:31:49 CEST 2016
26 - Only call tlsext_host_name for non-empty common names (reported 31 - Only call tlsext_host_name for non-empty common names (reported
27 by Maxime Soulé). 32 by Maxime Soulé).
28 - log a (single) notice message if SNI is not supported. 33 - log a (single) notice message if SNI is not supported.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines