aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2015-09-14 21:11:56 +0200
committerGuilhem Moulin <guilhem@fripost.org>2015-09-15 01:35:12 +0200
commitcc842e127d380255524ee8ccf465d63596b2a870 (patch)
tree14d0ef044e2f8a25d2fb495151c6038b11caefef /Changelog
parent52121383f898700c9dbfccc6121d40185e207330 (diff)
Replace IO::Socket::INET dependency by the lower lever Socket to enable IPv6.
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index e4f1047..8e5fad7 100644
--- a/Changelog
+++ b/Changelog
@@ -23,6 +23,8 @@ interimap (0.2) upstream;
certificates to use during server certificate authentication.
* Replace IO::Socket::SSL dependency by the lower level Net::SSLeay.
* Accept non-fully qualified commands.
+ * Replace IO::Socket::INET dependency by the lower lever Socket to enable
+ IPv6. (Both are core Perl module.)
-- Guilhem Moulin <guilhem@guilhem.org> Wed, 09 Sep 2015 00:44:35 +0200