about summary refs log tree commit
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2015-07-17 18:18:18 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2015-07-17 18:18:18 +0100
commite504fb5888433c4a6a88ac57b4bf7a29193ca6aa (patch)
tree014ac0abf4e96d65a4f06a8d81275a857f4e4350
parent0f8f4ed9c78b48a7f75d723534b65e7a1b0d33be (diff)
downloadperl-libnet-e504fb5888433c4a6a88ac57b4bf7a29193ca6aa.tar.gz
Add Changes entry for previous merge commit
-rw-r--r--Changes6
1 files changed, 6 insertions, 0 deletions
diff --git a/Changes b/Changes
index 86b00d1..8bb149e 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,12 @@ Revision history for Perl distribution libnet
 
 3.07 Development
 
+    - Net::FTP::rmdir() has been made more robust by making use of the MLSD
+      command in addition to the NLST command since the latter is known not to
+      be processed correctly by some FTP servers.
+
+      [Chris Lindee, CPAN RT#100694]
+
     - Net::FTP, Net::NNTP, Net::POP3 and Net::SMTP can now restrict domain to
       IPv4 even if IPv6 is available by using the new Domain or Family argument.