about summary refs log tree commit
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2015-12-27 18:46:19 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2015-12-27 18:46:19 +0000
commit232ff0f12ecf1ba9f8ed86d3d77fcc296642a5ab (patch)
treefd51101aa4ff5d13e62038ab884c267bb2880602
parentafc1647a2b2b1da16818dc5332518782879bf004 (diff)
downloadperl-libnet-232ff0f12ecf1ba9f8ed86d3d77fcc296642a5ab.tar.gz
Add Changes entry for the syswrite() fix
-rw-r--r--Changes3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changes b/Changes
index 3983d06..3bb89c7 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for Perl distribution libnet
 
 3.08 Development
 
+    - Fix a bug introduced in version 1.28 whereby a short write in Net::Cmd
+      would be treated as an error instead of looping.  [David Golden, PR#24]
+
     - Documented the fact that Net::SMTP::auth() can accept an Authen::SASL
       object instead of a username and password.  [Jan Viktorin, CPAN RT#106183]