about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2019-04-09 17:18:43 +0200
committeraszlig <aszlig@nix.build>2019-04-09 17:18:43 +0200
commitf98b4b0fda37f87fdb2060b1cf7dc337f2c76a0f (patch)
tree9ee24e513e6171edfc1e9c05f36a1591cf0fa25d /nixos/doc
parent6e9f6a63a2d4fd30676b5e88696d3bf6104e843f (diff)
downloadnixlib-f98b4b0fda37f87fdb2060b1cf7dc337f2c76a0f.tar
nixlib-f98b4b0fda37f87fdb2060b1cf7dc337f2c76a0f.tar.gz
nixlib-f98b4b0fda37f87fdb2060b1cf7dc337f2c76a0f.tar.bz2
nixlib-f98b4b0fda37f87fdb2060b1cf7dc337f2c76a0f.tar.lz
nixlib-f98b4b0fda37f87fdb2060b1cf7dc337f2c76a0f.tar.xz
nixlib-f98b4b0fda37f87fdb2060b1cf7dc337f2c76a0f.tar.zst
nixlib-f98b4b0fda37f87fdb2060b1cf7dc337f2c76a0f.zip
nixos: Fix build of manual
Commit 29d7d8f44df24d6876c527d442eb42aee7227d6b has introduced another
section with the ID "sec-release-19.09-incompatibilities", which
subsequently causes the build to fail.

I just merged both sections and the manual is now building again.

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-1909.xml50
1 files changed, 17 insertions, 33 deletions
diff --git a/nixos/doc/manual/release-notes/rl-1909.xml b/nixos/doc/manual/release-notes/rl-1909.xml
index 2d391b750537..72fa6f4d515b 100644
--- a/nixos/doc/manual/release-notes/rl-1909.xml
+++ b/nixos/doc/manual/release-notes/rl-1909.xml
@@ -67,6 +67,23 @@
   <itemizedlist>
    <listitem>
     <para>
+     Buildbot no longer supports Python 2, as support was dropped upstream in
+     version 2.0.0. Configurations may need to be modified to make them
+     compatible with Python 3.
+    </para>
+   </listitem>
+   <listitem>
+    <para>
+     PostgreSQL now uses
+     <filename class="directory">/run/postgresql</filename> as its socket
+     directory instead of <filename class="directory">/tmp</filename>. So
+     if you run an application like eg. Nextcloud, where you need to use
+     the Unix socket path as the database host name, you need to change it
+     accordingly.
+    </para>
+   </listitem>
+   <listitem>
+    <para>
       The directory where Prometheus will store its metric data is now
       managed by systemd's StateDirectory mechanism. It still defaults
       to <literal>/var/lib/prometheus</literal>.
@@ -91,39 +108,6 @@
          xmlns:xlink="http://www.w3.org/1999/xlink"
          xmlns:xi="http://www.w3.org/2001/XInclude"
          version="5.0"
-         xml:id="sec-release-19.09-incompatibilities">
-  <title>Backward Incompatibilities</title>
-
-  <para>
-   When upgrading from a previous release, please be aware of the following
-   incompatible changes:
-  </para>
-
-  <itemizedlist>
-   <listitem>
-    <para>
-     Buildbot no longer supports Python 2, as support was dropped upstream in
-     version 2.0.0. Configurations may need to be modified to make them
-     compatible with Python 3.
-    </para>
-   </listitem>
-   <listitem>
-    <para>
-     PostgreSQL now uses
-     <filename class="directory">/run/postgresql</filename> as its socket
-     directory instead of <filename class="directory">/tmp</filename>. So
-     if you run an application like eg. Nextcloud, where you need to use
-     the Unix socket path as the database host name, you need to change it
-     accordingly.
-    </para>
-   </listitem>
-  </itemizedlist>
- </section>
-
- <section xmlns="http://docbook.org/ns/docbook"
-         xmlns:xlink="http://www.w3.org/1999/xlink"
-         xmlns:xi="http://www.w3.org/2001/XInclude"
-         version="5.0"
          xml:id="sec-release-19.09-notable-changes">
   <title>Other Notable Changes</title>