about summary refs log tree commit
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2014-06-02 14:18:38 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2014-06-02 14:18:38 +0100
commit5282606ddfbfa147ac39329f1e6f93026a25f0f6 (patch)
treee04c995dead510c808ae972da82ecda26956bd9e
parent67b37d5c7118f9af50e5a5a00c242992caba3b8d (diff)
downloadperl-libnet-5282606ddfbfa147ac39329f1e6f93026a25f0f6.tar.gz
Note changes in Changes file
-rw-r--r--Changes12
1 files changed, 11 insertions, 1 deletions
diff --git a/Changes b/Changes
index d4728f2..e51a43b 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,16 @@
 libnet 1.28  -- TODO
 
-  * TODO
+  * Add support for IPv6 and SSL to Net::SMTP and Net::POP3.  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
+
+    If no SSL module is available it will work as before, but attempts to use
+    the SSL functionality will result in an error message.  If no IPv6 modules
+    are available it will just use IPv4 as before.  With IPv6 modules installed
+    one can of course still access IPv4 hosts.
+    [Steffen Ullrich; resolves CPAN RT#93823]
 
 libnet 1.27  -- Fri May 30 2014