From f98b4b0fda37f87fdb2060b1cf7dc337f2c76a0f Mon Sep 17 00:00:00 2001 From: aszlig Date: Tue, 9 Apr 2019 17:18:43 +0200 Subject: [PATCH] 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 --- nixos/doc/manual/release-notes/rl-1909.xml | 50 ++++++++-------------- 1 file 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 @@ -65,6 +65,23 @@ + + + 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. + + + + + PostgreSQL now uses + /run/postgresql as its socket + directory instead of /tmp. 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. + + The directory where Prometheus will store its metric data is now @@ -87,39 +104,6 @@ -
- Backward Incompatibilities - - - When upgrading from a previous release, please be aware of the following - incompatible changes: - - - - - - 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. - - - - - PostgreSQL now uses - /run/postgresql as its socket - directory instead of /tmp. 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. - - - -
-