about summary refs log tree commit
path: root/Changes
diff options
context:
space:
mode:
authorSteffen Ullrich <Steffen_Ullrich@genua.de>2014-06-24 21:45:24 +0200
committerSteffen Ullrich <Steffen_Ullrich@genua.de>2014-06-24 21:45:24 +0200
commit57610506fd43d0b47b5c5a962af803ba8bc1d00c (patch)
tree9dbfe9bb9695eb4715552792ada22e118ee29181 /Changes
parentffb1a81f4048faa93a7896fe8d1c7bf4b793fc2a (diff)
downloadperl-libnet-57610506fd43d0b47b5c5a962af803ba8bc1d00c.tar.gz
added IPv6 and SSL support for Net::FTP too
Diffstat (limited to 'Changes')
-rw-r--r--Changes4
1 files changed, 2 insertions, 2 deletions
diff --git a/Changes b/Changes
index 64d7f7c..158f515 100644
--- a/Changes
+++ b/Changes
@@ -16,8 +16,8 @@ libnet 1.28  -- TODO
     username.   If a plain text username is specified then use the first
     reported SMTP AUTH method supported, as usual.  [Ewen McNeill; resolves CPAN
     RT#58002]
-  * Add support for IPv6 and SSL to Net::SMTP and Net::POP3.  These features are
-    only available if the user has
+  * Add support for IPv6 and SSL to Net::SMTP, Net::POP3 and Net::FTP.  
+    These features are only available if the user has
 
       a recent IO::Socket::SSL for SSL support
       a recent IO::Socket::IP or an older IO::Socket::INET6 for IPv6 support