diff options
author | Ricardo Signes <rjbs@cpan.org> | 2019-12-12 13:23:34 -0500 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2019-12-12 13:23:34 -0500 |
commit | e2f95f3c5534afd72f8e7bd8d2a4deb018b2aad3 (patch) | |
tree | de8f07eadda793a678fb129b630fe8cce15dce4e /dist/IO | |
parent | f34962468be5ced287b17b0844c31ee180ffe736 (diff) | |
download | perl-e2f95f3c5534afd72f8e7bd8d2a4deb018b2aad3.tar.gz |
IO: update the ChangeLog after a (trial) release of IO to CPAN
Diffstat (limited to 'dist/IO')
-rw-r--r-- | dist/IO/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dist/IO/ChangeLog b/dist/IO/ChangeLog index 4101627c23..b56b028f7a 100644 --- a/dist/IO/ChangeLog +++ b/dist/IO/ChangeLog @@ -1,3 +1,14 @@ +IO 1.41 -- Dec 12 2019 - Ricardo Signes + * [ TRIAL RELEASE ] + * import the latest from blead, so some changes may be in intermediate + versions found only in releases of perl5 + * (perl #133936) make send() a bit saner + * (perl #133936) document differences between IO::Socket::* and builtin + * (perl #133936) ensure TO is honoured for UDP $sock->send() + * Remove vestiges of mpeix support (removed in 5.17.x) + * Documentation formatting fixes + * Improve isolation of tests as they run + IO 1.38 -- Apr 19 2018 - Todd Rinaldo * Remove pre 5.8 logic from code base. * Bump all IO modules to 1.38 and set required Perl to 5.8.1 |