From 0d18ef16bb15a98d468ddfeaba2d67c20b494a12 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Wed, 17 Oct 2012 19:49:03 +0200 Subject: [PATCH] core: fix typo in NEWS --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 29169009c..15d704b12 100644 --- a/NEWS +++ b/NEWS @@ -12,7 +12,7 @@ Important release notes: * IPv6 is now used by default to connect to IRC servers, with fallback to IPv4. The option irc.server_default.ipv6 is now "on" by default. If IPv6 is not enabled or fails, IPv4 will be used. The "ipv6" option in server is now used - to disable IPv6 and force IPv6 (if option is turned "off"). + to disable IPv6 and force IPv4 (if option is turned "off"). * relay is now listening by default on an IPv6 socket (new option relay.network.ipv6, on by default), so connections with IPv4 will have IPv4-mapped IPv6 addresses, like: "::ffff:127.0.0.1" (for "127.0.0.1");