summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2019-12-12 13:23:34 -0500
committerRicardo Signes <rjbs@cpan.org>2019-12-12 13:23:34 -0500
commite2f95f3c5534afd72f8e7bd8d2a4deb018b2aad3 (patch)
treede8f07eadda793a678fb129b630fe8cce15dce4e
parentf34962468be5ced287b17b0844c31ee180ffe736 (diff)
downloadperl-e2f95f3c5534afd72f8e7bd8d2a4deb018b2aad3.tar.gz
IO: update the ChangeLog after a (trial) release of IO to CPAN
-rw-r--r--dist/IO/ChangeLog11
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