This is an automated email from the ASF dual-hosted git repository. ramanathan1504 pushed a commit to branch release/2.26.1 in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit df1c7537ef785752ff25c7158894d1aad2484cd5 Author: Ramanathan <[email protected]> AuthorDate: Fri Jun 26 15:04:39 2026 +0530 tidy up changelogs --- src/changelog/2.26.1/.release-notes.adoc.ftl | 10 +--------- ...2-4129_Fix_DatePatternConverter_locale_without_timezone.xml | 3 ++- ...cular-reference-detection-for-exceptions-with-colliding.xml | 2 +- 3 files changed, 4 insertions(+), 11 deletions(-) diff --git a/src/changelog/2.26.1/.release-notes.adoc.ftl b/src/changelog/2.26.1/.release-notes.adoc.ftl index d62e7cfa72..c57582bf19 100644 --- a/src/changelog/2.26.1/.release-notes.adoc.ftl +++ b/src/changelog/2.26.1/.release-notes.adoc.ftl @@ -20,14 +20,6 @@ <#if release.date?has_content>Release date:: ${release.date}</#if> -This patch release addresses several bugs in version 2.26.0, in particular: - -* Fixes "Identity Malfunction" in `ThrowableStackTraceRenderer` by using `IdentityHashMap` for metadata caching. -* Fixes resource leaks in `ConfigurationSource` when loading configurations via URL. -* Fixes `DatePatternConverter` locale parsing when the timezone is omitted. -* Improves logging for `LinkageError` and Disruptor initialization failures to provide better diagnostics. -* Fixes `RollingFileAppender` with `createOnDemand="true"` to prevent the eager creation of parent directories when no logs are being written. -* Fixes `KafkaAppender` retry logic to prevent reporting spurious errors to the error handler after a successful retry. -* Fixes encoding of MSGID and SD-ID fields of `StructuredDataMessage` to XML. +This patch release delivers certain fixes on top of `2.26.0`. <#include "../.changelog.adoc.ftl"> diff --git a/src/changelog/2.26.1/LOG4J2-4129_Fix_DatePatternConverter_locale_without_timezone.xml b/src/changelog/2.26.1/LOG4J2-4129_Fix_DatePatternConverter_locale_without_timezone.xml index 52238f30fb..d2c4ff718d 100644 --- a/src/changelog/2.26.1/LOG4J2-4129_Fix_DatePatternConverter_locale_without_timezone.xml +++ b/src/changelog/2.26.1/LOG4J2-4129_Fix_DatePatternConverter_locale_without_timezone.xml @@ -8,6 +8,7 @@ <issue id="4129" link="https://github.com/apache/logging-log4j2/issues/4129"/> <issue id="4130" link="https://github.com/apache/logging-log4j2/pull/4130"/> <description format="asciidoc"> - Improved documentation for locale handling in the Pattern Layout date pattern converter. </description> + Improve documentation for locale handling in the Pattern Layout date pattern converter + </description> </entry> diff --git a/src/changelog/2.26.1/fix-circular-reference-detection-for-exceptions-with-colliding.xml b/src/changelog/2.26.1/fix-circular-reference-detection-for-exceptions-with-colliding.xml index 1633dcdb8a..63173fdacb 100644 --- a/src/changelog/2.26.1/fix-circular-reference-detection-for-exceptions-with-colliding.xml +++ b/src/changelog/2.26.1/fix-circular-reference-detection-for-exceptions-with-colliding.xml @@ -4,7 +4,7 @@ xsi:schemaLocation=" https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" - type="changed"> + type="fixed"> <issue id="3933" link="https://github.com/apache/logging-log4j2/issues/3933"/> <issue id="4133" link="https://github.com/apache/logging-log4j2/pull/4133"/> <description format="asciidoc">
