This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch release/2.26.0 in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit def55fcf441b2a9ec2e6454e8fa8e1053d7d59ba Author: Volkan Yazıcı <[email protected]> AuthorDate: Sat May 2 19:07:50 2026 +0200 Add `.release.xml` and `.release-notes.adoc.ftl` --- src/changelog/2.26.0/.release-notes.adoc.ftl | 25 +++++++++++++++++++++++++ src/changelog/2.26.0/.release.xml | 21 +++++++++++++++++++++ 2 files changed, 46 insertions(+) diff --git a/src/changelog/2.26.0/.release-notes.adoc.ftl b/src/changelog/2.26.0/.release-notes.adoc.ftl new file mode 100644 index 0000000000..a8872ea196 --- /dev/null +++ b/src/changelog/2.26.0/.release-notes.adoc.ftl @@ -0,0 +1,25 @@ +//// + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You 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 + + https://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. +//// + +[${'#release-notes-' + release.version?replace("[^a-zA-Z0-9]", "-", "r")}] +== ${release.version} + +<#if release.date?has_content>Release date:: ${release.date}</#if> + +This minor release delivers all the fixes in the `[2.25.0, 2.25.4]` version range, plus some new fixes, and several other improvements and features. + +<#include "../.changelog.adoc.ftl"> diff --git a/src/changelog/2.26.0/.release.xml b/src/changelog/2.26.0/.release.xml new file mode 100644 index 0000000000..6bd483477d --- /dev/null +++ b/src/changelog/2.26.0/.release.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + ~ Licensed to the Apache Software Foundation (ASF) under one or more + ~ contributor license agreements. See the NOTICE file distributed with + ~ this work for additional information regarding copyright ownership. + ~ The ASF licenses this file to you 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. + --> +<release xmlns="https://logging.apache.org/xml/ns" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" + date="2026-05-02" version="2.26.0"/>
