summaryrefslogtreecommitdiffstats
path: root/nixos
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2017-03-30 13:27:55 +0200
committerJoachim Fasting <joachifm@fastmail.fm>2017-03-30 13:36:08 +0200
commitc504e14c874d10512a81c9e81a84d2d69dbc4408 (patch)
tree826df63b7223ac30e44cae5e1c04c65c2eca8374 /nixos
parent543f5263d2bcd6d35a61d8aa84e31179c2a0a32f (diff)
rl-notes 17.03: add notes about changes to the dnscrypt-proxy interface
(cherry picked from commit 961367717662ca84daf01a1f9ee3f9404ae659d0)
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/release-notes/rl-1703.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-1703.xml b/nixos/doc/manual/release-notes/rl-1703.xml
index 2ffc488c0c12..e0c7d0c25e20 100644
--- a/nixos/doc/manual/release-notes/rl-1703.xml
+++ b/nixos/doc/manual/release-notes/rl-1703.xml
@@ -247,6 +247,17 @@ following incompatible changes:</para>
</para>
</listitem>
+ <listitem>
+ <para>
+ The dnscrypt-proxy module interface has been streamlined around the
+ <option>extraArgs</option> option. Where possible, legacy option
+ declarations are mapped to <option>extraArgs</option> but will emit
+ warnings. The <option>resolverList</option> has been outright
+ removed: to use an unlisted resolver, use the
+ <option>customResolver</option> option.
+ </para>
+ </listitem>
+
</itemizedlist>