about summary refs log tree commit
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2014-06-27 08:50:30 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2014-06-27 08:50:30 +0100
commit0b6051a9bf6639ae2e06bf383f2ee3feea4f9775 (patch)
treec88575232d1d963a7be3f746be4c76bd5a094c61
parent5f0021c8b158db4917dda341cb33cd9b3b370952 (diff)
downloadperl-libnet-0b6051a9bf6639ae2e06bf383f2ee3feea4f9775.tar.gz
Note that IPv6 & SSL support has been added to Net::NNTP
-rw-r--r--Changes4
1 files changed, 2 insertions, 2 deletions
diff --git a/Changes b/Changes
index 158f515..1d5a19d 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, Net::POP3 and Net::FTP.  
-    These features are only available if the user has
+  * Add support for IPv6 and SSL to Net::FTP, Net::NNTP, Net::POP3 and
+    Net::SMTP.  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