summaryrefslogtreecommitdiffstats
path: root/nixos/doc/manual/release-notes/rl-2103.xml
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/doc/manual/release-notes/rl-2103.xml')
-rw-r--r--nixos/doc/manual/release-notes/rl-2103.xml35
1 files changed, 31 insertions, 4 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2103.xml b/nixos/doc/manual/release-notes/rl-2103.xml
index dd91bf44c121..374ea1cbd165 100644
--- a/nixos/doc/manual/release-notes/rl-2103.xml
+++ b/nixos/doc/manual/release-notes/rl-2103.xml
@@ -65,10 +65,21 @@
</listitem>
<listitem>
<para>
- The option <option>fonts.enableFontDir</option> has been renamed to
- <xref linkend="opt-fonts.fontDir.enable"/>. The path of font directory
- has also been changed to <literal>/run/current-system/sw/share/X11/fonts</literal>,
- for consistency with other X11 resources.
+ If the <varname>services.dbus</varname> module is enabled, then
+ the user D-Bus session is now always socket activated. The
+ associated options <varname>services.dbus.socketActivated</varname>
+ and <varname>services.xserver.startDbusSession</varname> have
+ therefore been removed and you will receive a warning if
+ they are present in your configuration. This change makes the
+ user D-Bus session available also for non-graphical logins.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ The option <option>fonts.enableFontDir</option> has been renamed to
+ <xref linkend="opt-fonts.fontDir.enable"/>. The path of font directory
+ has also been changed to <literal>/run/current-system/sw/share/X11/fonts</literal>,
+ for consistency with other X11 resources.
</para>
</listitem>
<listitem>
@@ -82,6 +93,22 @@
<literal>kicad/default.nix</literal>.
</para>
</listitem>
+ <listitem>
+ <para>
+ The socket for the <literal>pdns-recursor</literal> module was moved from <literal>/var/lib/pdns-recursor</literal>
+ to <literal>/run/pdns-recursor</literal> to match upstream.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ PowerDNS has been updated from <literal>4.2.x</literal> to <literal>4.3.x</literal>. Please
+ be sure to review the <link xlink:href="https://doc.powerdns.com/authoritative/upgrading.html#x-to-4-3-0">Upgrade Notes</link>
+ provided by upstream before upgrading. Worth specifically noting is that the service now runs
+ entirely as a dedicated <literal>pdns</literal> user, instead of starting as <literal>root</literal>
+ and dropping privileges, as well as the default <literal>socket-dir</literal> location changing from
+ <literal>/var/lib/powerdns</literal> to <literal>/run/pdns</literal>.
+ </para>
+ </listitem>
</itemizedlist>
</section>