This is an automated email from the ASF dual-hosted git repository.
freeandnil pushed a commit to branch Feature/Antora
in repository https://gitbox.apache.org/repos/asf/logging-log4net.git
The following commit(s) were added to refs/heads/Feature/Antora by this push:
new 6888d2d8 fixed known issues section
6888d2d8 is described below
commit 6888d2d8c357c130ec920ef635a218f90a59f4b9
Author: Jan Friedrich <[email protected]>
AuthorDate: Tue Nov 12 19:12:50 2024 +0100
fixed known issues section
---
src/changelog/3.0.2/.release-notes.adoc.ftl | 8 +++++++-
src/changelog/3.0.2/196-broken-mdc.xml | 8 --------
src/changelog/3.0.2/196-broken-ndc.xml | 8 --------
src/changelog/3.0.3/196-fix-mdc.xml | 2 +-
src/changelog/3.0.3/196-fix-ndc.xml | 2 +-
5 files changed, 9 insertions(+), 19 deletions(-)
diff --git a/src/changelog/3.0.2/.release-notes.adoc.ftl
b/src/changelog/3.0.2/.release-notes.adoc.ftl
index 85eb1e0e..a708d2cb 100644
--- a/src/changelog/3.0.2/.release-notes.adoc.ftl
+++ b/src/changelog/3.0.2/.release-notes.adoc.ftl
@@ -38,4 +38,10 @@
<#if release.date?has_content>Release date:: ${release.date}</#if>
-<#include "../.changelog.adoc.ftl">
+[#release-notes-3-0-2-known-issues]
+=== Known issues
+
+* MDC was accidentally renamed into Mdc - this will be reverted in 3.0.3
+* NDC was accidentally renamed into Ndc - this will be reverted in 3.0.3
+
+<#include "../.changelog.adoc.ftl">
\ No newline at end of file
diff --git a/src/changelog/3.0.2/196-broken-mdc.xml
b/src/changelog/3.0.2/196-broken-mdc.xml
deleted file mode 100644
index 6526fe1b..00000000
--- a/src/changelog/3.0.2/196-broken-mdc.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xmlns="https://logging.apache.org/xml/ns"
- xsi:schemaLocation="https://logging.apache.org/xml/ns
https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
- type="fixed">
- <issue id="196" link="https://github.com/apache/logging-log4net/pull/196"/>
- <description format="asciidoc">MDC was accidentally renamed into Mdc - this
will be reverted in 3.0.3</description>
-</entry>
diff --git a/src/changelog/3.0.2/196-broken-ndc.xml
b/src/changelog/3.0.2/196-broken-ndc.xml
deleted file mode 100644
index c83409c9..00000000
--- a/src/changelog/3.0.2/196-broken-ndc.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xmlns="https://logging.apache.org/xml/ns"
- xsi:schemaLocation="https://logging.apache.org/xml/ns
https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
- type="fixed">
- <issue id="196" link="https://github.com/apache/logging-log4net/pull/196"/>
- <description format="asciidoc">NDC was accidentally renamed into Ndc - this
will be reverted in 3.0.3</description>
-</entry>
diff --git a/src/changelog/3.0.3/196-fix-mdc.xml
b/src/changelog/3.0.3/196-fix-mdc.xml
index a6083b85..7c2e49b1 100644
--- a/src/changelog/3.0.3/196-fix-mdc.xml
+++ b/src/changelog/3.0.3/196-fix-mdc.xml
@@ -3,6 +3,6 @@
xmlns="https://logging.apache.org/xml/ns"
xsi:schemaLocation="https://logging.apache.org/xml/ns
https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
type="fixed">
- <issue id="196" link="https://github.com/apache/logging-log4net/pull/196"/>
+ <issue id="72fdee8"
link="https://github.com/apache/logging-log4net/commit/72fdee8f58c2cea5bb300e4b6aee179180e7bb93"/>
<description format="asciidoc">MDC was accidentally renamed into Mdc in
3.0.2 - this change was reverted</description>
</entry>
diff --git a/src/changelog/3.0.3/196-fix-ndc.xml
b/src/changelog/3.0.3/196-fix-ndc.xml
index 70b46b7c..550479a9 100644
--- a/src/changelog/3.0.3/196-fix-ndc.xml
+++ b/src/changelog/3.0.3/196-fix-ndc.xml
@@ -3,6 +3,6 @@
xmlns="https://logging.apache.org/xml/ns"
xsi:schemaLocation="https://logging.apache.org/xml/ns
https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
type="fixed">
- <issue id="196" link="https://github.com/apache/logging-log4net/pull/196"/>
+ <issue id="72fdee8"
link="https://github.com/apache/logging-log4net/commit/72fdee8f58c2cea5bb300e4b6aee179180e7bb93"/>
<description format="asciidoc">NDC was accidentally renamed into Ndc in
3.0.2 - this change was reverted</description>
</entry>