File 5451-Add-a-new-document-to-list-coming-potential-incompat.patch of Package erlang
From ca8018efd5e0e13da1695bcd17daf0ddc6100b63 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= <bjorn@erlang.org>
Date: Mon, 21 Jun 2021 08:22:00 +0200
Subject: [PATCH 1/3] Add a new document to list coming potential
incompatibilites
---
system/doc/general_info/part.xml | 1 +
.../upcoming_incompatibilities.xml | 37 +++++++++++++++++++
system/doc/general_info/xmlfiles.mk | 3 +-
system/doc/top/templates/index.html.src | 1 +
4 files changed, 41 insertions(+), 1 deletion(-)
create mode 100644 system/doc/general_info/upcoming_incompatibilities.xml
diff --git a/system/doc/general_info/part.xml b/system/doc/general_info/part.xml
index f0f9194a47..c7d9a70c41 100644
--- a/system/doc/general_info/part.xml
+++ b/system/doc/general_info/part.xml
@@ -32,4 +32,5 @@
<xi:include href="deprecations.xml"/>
<xi:include href="removed.xml"/>
<xi:include href="scheduled_for_removal.xml"/>
+ <xi:include href="upcoming_incompatibilities.xml"/>
</part>
diff --git a/system/doc/general_info/upcoming_incompatibilities.xml b/system/doc/general_info/upcoming_incompatibilities.xml
new file mode 100644
index 0000000000..a633cbd4b2
--- /dev/null
+++ b/system/doc/general_info/upcoming_incompatibilities.xml
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<!DOCTYPE chapter SYSTEM "chapter.dtd">
+
+<chapter>
+ <header>
+ <copyright>
+ <year>2021</year>
+ <holder>Ericsson AB. All Rights Reserved.</holder>
+ </copyright>
+ <legalnotice>
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+ </legalnotice>
+
+ <title>Upcoming Potential Incompatibilities</title>
+ <prepared></prepared>
+ <docno></docno>
+ <date></date>
+ <rev></rev>
+ <file>upcoming_incompatibilities.xml</file>
+ </header>
+ <section>
+ <title>Introduction</title>
+ <p>This document lists planned upcoming potential incompatibilities in
+ Erlang/OTP.</p>
+ </section>
+</chapter>
diff --git a/system/doc/general_info/xmlfiles.mk b/system/doc/general_info/xmlfiles.mk
index ebd69cafda..7ef4761c96 100644
--- a/system/doc/general_info/xmlfiles.mk
+++ b/system/doc/general_info/xmlfiles.mk
@@ -23,4 +23,5 @@ GENERAL_INFO_CHAPTER_FILES =
GENERAL_INFO_CHAPTER_GEN_FILES = \
deprecations.xml \
removed.xml \
- scheduled_for_removal.xml
+ scheduled_for_removal.xml \
+ upcoming_incompatibilities.xml
diff --git a/system/doc/top/templates/index.html.src b/system/doc/top/templates/index.html.src
index 716af3b456..cca0fae523 100644
--- a/system/doc/top/templates/index.html.src
+++ b/system/doc/top/templates/index.html.src
@@ -43,6 +43,7 @@ limitations under the License.
<li><a href="man_index.html" class="modules">Modules</a></li>
<li><a href="general_info/deprecations.html" class="modules">Deprecations</a></li>
<li><a href="general_info/scheduled_for_removal.html" class="modules">Scheduled for Removal</a></li>
+ <li><a href="general_info/upcoming_incompatibilities.html" class="modules">Upcoming Potential Incompatibilities</a></li>
</ul>
<ul class="expand-collapse-items">
--
2.26.2