about summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorrnhmjoj <rnhmjoj@inventati.org>2021-03-09 10:19:01 +0100
committerrnhmjoj <rnhmjoj@inventati.org>2021-03-09 11:03:00 +0100
commitf3c77e5e6145d92fd7f638a3f31cc14ba8408bbe (patch)
treeef1277e1c9e92a10777421715ca230d3141e086f /nixos/doc/manual
parent2120f02960dfe854caeec5707951872effae92b3 (diff)
downloadnixlib-f3c77e5e6145d92fd7f638a3f31cc14ba8408bbe.tar
nixlib-f3c77e5e6145d92fd7f638a3f31cc14ba8408bbe.tar.gz
nixlib-f3c77e5e6145d92fd7f638a3f31cc14ba8408bbe.tar.bz2
nixlib-f3c77e5e6145d92fd7f638a3f31cc14ba8408bbe.tar.lz
nixlib-f3c77e5e6145d92fd7f638a3f31cc14ba8408bbe.tar.xz
nixlib-f3c77e5e6145d92fd7f638a3f31cc14ba8408bbe.tar.zst
nixlib-f3c77e5e6145d92fd7f638a3f31cc14ba8408bbe.zip
nixos/release-notes: highlight privoxy updates
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r--nixos/doc/manual/release-notes/rl-2105.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2105.xml b/nixos/doc/manual/release-notes/rl-2105.xml
index 2de32cd09ff7..9a1e6b6618df 100644
--- a/nixos/doc/manual/release-notes/rl-2105.xml
+++ b/nixos/doc/manual/release-notes/rl-2105.xml
@@ -39,6 +39,24 @@
      (<link xlink:href="https://github.com/NixOS/nixpkgs/issues/75478">#7547</link>).
     </para>
    </listitem>
+   <listitem>
+    <para>
+     <link xlink:href="https://www.privoxy.org/">Privoxy</link> has been updated
+     to version 3.0.32 (See <link xlink:href="https://lists.privoxy.org/pipermail/privoxy-announce/2021-February/000007.html">announcement</link>).
+     Compared to the previous release, Privoxy has gained support for HTTPS
+     inspection (still experimental), Brotli decompression, several new filters
+     and lots of bug fixes, including security ones. In addition, the package
+     is now built with compression and external filters support, which were
+     previously disabled.
+    </para>
+    <para>
+     Regarding the NixOS module, new options for HTTPS inspection have been added
+     and <option>services.privoxy.extraConfig</option> has been replaced by the new
+     <xref linkend="opt-services.privoxy.settings"/>
+     (See <link xlink:href="https://github.com/NixOS/rfcs/blob/master/rfcs/0042-config-option.md">RFC 0042</link>
+     for the motivation).
+    </para>
+   </listitem>
   </itemizedlist>
  </section>