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 21459cff added link to 2.x release notes
21459cff is described below
commit 21459cffdc479e61e78f4381abe161a413a7ac14
Author: Jan Friedrich <[email protected]>
AuthorDate: Tue Nov 12 19:29:26 2024 +0100
added link to 2.x release notes
---
src/changelog/.changelog.adoc.ftl | 6 +++---
src/changelog/.index.adoc.ftl | 3 +++
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/src/changelog/.changelog.adoc.ftl
b/src/changelog/.changelog.adoc.ftl
index 00a9a1a9..e63407d1 100644
--- a/src/changelog/.changelog.adoc.ftl
+++ b/src/changelog/.changelog.adoc.ftl
@@ -20,8 +20,8 @@
[#release-notes-${release.version?replace("[^a-zA-Z0-9]", "-",
"r")}-${entryType?lower_case}]
=== ${entryType?capitalize}
-<#list entries as entry>
-* ${entry.description.text?replace("\\s+", " ", "r")}<#if
entry.issues?has_content> (<#list entry.issues as
issue>${issue.link}[${issue.id}]<#if issue?has_next>, </#if></#list>)</#if>
-</#list>
+ <#list entries as entry>
+ * ${entry.description.text?replace("\\s+", " ", "r")}<#if
entry.issues?has_content> (<#list entry.issues as
issue>${issue.link}[${issue.id}]<#if issue?has_next>, </#if></#list>)</#if>
+ </#list>
</#list>
</#if>
diff --git a/src/changelog/.index.adoc.ftl b/src/changelog/.index.adoc.ftl
index 24c1ef38..933468fa 100644
--- a/src/changelog/.index.adoc.ftl
+++ b/src/changelog/.index.adoc.ftl
@@ -42,3 +42,6 @@
include::_release-notes/${release.version}.adoc[]
</#if></#list>
+
+[#release-notes-2.x-and-older]
+===
https://logging.apache.org/log4net/log4net-2.0.17/release/release-notes.html[2.x
and older]
\ No newline at end of file