diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-09-14 21:11:56 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-09-15 01:35:12 +0200 |
commit | cc842e127d380255524ee8ccf465d63596b2a870 (patch) | |
tree | 14d0ef044e2f8a25d2fb495151c6038b11caefef /Changelog | |
parent | 52121383f898700c9dbfccc6121d40185e207330 (diff) |
Replace IO::Socket::INET dependency by the lower lever Socket to enable IPv6.
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |