about summary refs log tree commit
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2016-07-19 08:32:49 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2016-07-19 08:32:49 +0100
commit2bfed0c70e62cb13d0f9c91fcb6de8886fb03af7 (patch)
treed5734893335869133528a3bf4ff12c17db4aa2e8
parent91e593b615334fa76ef0454c4e601b98b6663841 (diff)
downloadperl-libnet-2bfed0c70e62cb13d0f9c91fcb6de8886fb03af7.tar.gz
Fill in Changes file for recent changes
-rw-r--r--Changes13
1 files changed, 11 insertions, 2 deletions
diff --git a/Changes b/Changes
index 5457727..4ad78f5 100644
--- a/Changes
+++ b/Changes
@@ -2,11 +2,20 @@ Revision history for Perl distribution libnet
 
 3.09 Development
 
-    - Provide (and document) a default Net::Cmd::timeout().  [CPAN RT#110978]
+    - Provided (and documented) a default Net::Cmd::timeout().  [CPAN RT#110978]
+
+    - Increased minimum required version of IO::Socket::IP to 0.25 to hopefully
+      stop t/pop3_ipv6.t hanging.  [CPAN RT#104545]
+
+    - Debug output now includes decoded (from base64) negotiation for SASL.
+      [Philip Prindeville, PR#27]
+
+    - Adapted tests to Test2 revision of Test::More::note()  [James E. Keenan,
+      PR#28]
 
 3.08 2016-01-05
 
-    - Fix a bug introduced in version 1.28 whereby a short write in Net::Cmd
+    - Fixed 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