This is an automated email from the ASF dual-hosted git repository.
FreeAndNil pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4net.git
The following commit(s) were added to refs/heads/master by this push:
new 9e28a9cf bump version to 3.4.1
9e28a9cf is described below
commit 9e28a9cf938fa7c0ed38d3a8ac0ed90eb99e452f
Author: Jan Friedrich <[email protected]>
AuthorDate: Thu Aug 20 21:14:52 2026 +0200
bump version to 3.4.1
---
doc/MailTemplate.Announce.txt | 8 ++---
doc/MailTemplate.Result.txt | 4 +--
doc/MailTemplate.txt | 6 ++--
examples/Directory.Build.props | 2 +-
package.json | 2 +-
pom.xml | 2 +-
scripts/build-preview.ps1 | 2 +-
scripts/build-release.ps1 | 2 +-
src/Directory.Build.props | 4 +--
src/changelog/3.4.1/.release-notes.adoc.ftl | 41 ++++++++++++++++++++++
src/changelog/3.4.1/.release.xml | 6 ++++
.../modules/ROOT/partials/supported-versions.adoc | 2 +-
12 files changed, 64 insertions(+), 17 deletions(-)
diff --git a/doc/MailTemplate.Announce.txt b/doc/MailTemplate.Announce.txt
index c0bdbc48..76fee88c 100644
--- a/doc/MailTemplate.Announce.txt
+++ b/doc/MailTemplate.Announce.txt
@@ -1,10 +1,10 @@
To: [email protected], [email protected]
-Subject: [ANNOUNCE] Apache log4net 3.4.0 released
+Subject: [ANNOUNCE] Apache log4net 3.4.1 released
Hi,
-the Apache log4net team is pleased to announce the 3.4.0 release.
+the Apache log4net team is pleased to announce the 3.4.1 release.
For further information (support, download, etc.) see
- https://logging.apache.org/log4net/release-notes.html
-- https://github.com/apache/logging-log4net/releases/tag/rel%2F3.4.0
-- https://www.nuget.org/packages/log4net/3.4.0
+- https://github.com/apache/logging-log4net/releases/tag/rel%2F3.4.1
+- https://www.nuget.org/packages/log4net/3.4.1
diff --git a/doc/MailTemplate.Result.txt b/doc/MailTemplate.Result.txt
index 2e4e91c6..1fced0d7 100644
--- a/doc/MailTemplate.Result.txt
+++ b/doc/MailTemplate.Result.txt
@@ -1,5 +1,5 @@
To: [email protected]
-Subject: [RESULT][VOTE] Release Apache Log4net 3.4.0
+Subject: [RESULT][VOTE] Release Apache Log4net 3.4.1
and here is my +1.
@@ -9,6 +9,6 @@ I will continue the release process.
Jan
---------------------------------------------------------------------------------------------------
-This is a vote to release the Apache Log4net 3.4.0.
+This is a vote to release the Apache Log4net 3.4.1.
...
diff --git a/doc/MailTemplate.txt b/doc/MailTemplate.txt
index cd30a49e..51b1bc53 100644
--- a/doc/MailTemplate.txt
+++ b/doc/MailTemplate.txt
@@ -1,12 +1,12 @@
To: [email protected]
-Subject: [VOTE] Release Apache Log4net 3.4.0
+Subject: [VOTE] Release Apache Log4net 3.4.1
-This is a vote to release the Apache Log4net 3.4.0.
+This is a vote to release the Apache Log4net 3.4.1.
Website: https://logging.staged.apache.org/log4net/release-notes.html
GitHub: https://github.com/apache/logging-log4net
Commit: <todo>
-Distribution: https://dist.apache.org/repos/dist/dev/logging/log4net/3.4.0
+Distribution: https://dist.apache.org/repos/dist/dev/logging/log4net/3.4.1
Signing key: 0x7D24496A230E29D6349A99EF583E491578F02D5D
Review kit: https://logging.staged.apache.org/log4net/release-review.html
diff --git a/examples/Directory.Build.props b/examples/Directory.Build.props
index c3157fa4..bbe69ab2 100644
--- a/examples/Directory.Build.props
+++ b/examples/Directory.Build.props
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
- <Version>3.3.2</Version>
+ <Version>3.4.0</Version>
<AssemblyVersion>$(Version)</AssemblyVersion>
<Deterministic>true</Deterministic>
<LangVersion>latest</LangVersion>
diff --git a/package.json b/package.json
index 3ac1f1bc..5c751db7 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "log4net",
- "version": "3.4.0",
+ "version": "3.4.1",
"description": "Log4Net is a logging framework for .NET",
"repository": {
"type": "git",
diff --git a/pom.xml b/pom.xml
index b3aae361..08b56804 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
<packaging>pom</packaging>
<groupId>org.apache.logging.log4net</groupId>
<artifactId>apache-log4net</artifactId>
- <version>3.4.0</version>
+ <version>3.4.1</version>
<name>Apache log4net</name>
<description>Logging framework for Microsoft .NET Framework.</description>
<url>https://logging.apache.org/log4net</url>
diff --git a/scripts/build-preview.ps1 b/scripts/build-preview.ps1
index a7f0badb..eecde7f7 100644
--- a/scripts/build-preview.ps1
+++ b/scripts/build-preview.ps1
@@ -1,5 +1,5 @@
param(
- $Version = '3.4.0',
+ $Version = '3.4.1',
$Preview = '1'
)
diff --git a/scripts/build-release.ps1 b/scripts/build-release.ps1
index 33fc4172..9a036172 100644
--- a/scripts/build-release.ps1
+++ b/scripts/build-release.ps1
@@ -1,5 +1,5 @@
param(
- $Version = '3.4.0'
+ $Version = '3.4.1'
)
Set-StrictMode -Version Latest
diff --git a/src/Directory.Build.props b/src/Directory.Build.props
index 9f5f9c07..90cfaa4b 100644
--- a/src/Directory.Build.props
+++ b/src/Directory.Build.props
@@ -22,8 +22,8 @@
<NoWarn>$(NoWarn);CS1591</NoWarn>
</PropertyGroup>
<PropertyGroup Label="Package Versions">
- <VersionPrefix>3.4.0</VersionPrefix>
- <Log4NetPackageVersion>3.3.2</Log4NetPackageVersion>
+ <VersionPrefix>3.4.1</VersionPrefix>
+ <Log4NetPackageVersion>3.4.0</Log4NetPackageVersion>
<MailKitPackageVersion>4.17.0</MailKitPackageVersion>
<SystemConfigurationConfigurationManagerPackageVersion>4.5.0</SystemConfigurationConfigurationManagerPackageVersion>
<MicrosoftSourceLinkGitHubPackageVersion>8.0.0</MicrosoftSourceLinkGitHubPackageVersion>
diff --git a/src/changelog/3.4.1/.release-notes.adoc.ftl
b/src/changelog/3.4.1/.release-notes.adoc.ftl
new file mode 100644
index 00000000..85eb1e0e
--- /dev/null
+++ b/src/changelog/3.4.1/.release-notes.adoc.ftl
@@ -0,0 +1,41 @@
+////
+ 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.
+////
+
+////
+ ██ ██ █████ ██████ ███ ██ ██ ███ ██ ██████ ██
+ ██ ██ ██ ██ ██ ██ ████ ██ ██ ████ ██ ██ ██
+ ██ █ ██ ███████ ██████ ██ ██ ██ ██ ██ ██ ██ ██ ███ ██
+ ██ ███ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
+ ███ ███ ██ ██ ██ ██ ██ ████ ██ ██ ████ ██████ ██
+
+ IF THIS FILE DOESN'T HAVE A `.ftl` SUFFIX, IT IS AUTO-GENERATED, DO NOT
EDIT IT!
+
+ Version-specific release notes (`7.8.0.adoc`, etc.) are generated from
`src/changelog/*/.release-notes.adoc.ftl`.
+ Auto-generation happens during `generate-sources` phase of Maven.
+ Hence, you must always
+
+ 1. Find and edit the associated `.release-notes.adoc.ftl`
+ 2. Run `./mvnw generate-sources`
+ 3. Commit both `.release-notes.adoc.ftl` and the generated `7.8.0.adoc`
+////
+
+[#release-notes-${release.version?replace("[^a-zA-Z0-9]", "-", "r")}]
+== ${release.version}
+
+<#if release.date?has_content>Release date:: ${release.date}</#if>
+
+<#include "../.changelog.adoc.ftl">
diff --git a/src/changelog/3.4.1/.release.xml b/src/changelog/3.4.1/.release.xml
new file mode 100644
index 00000000..85240f86
--- /dev/null
+++ b/src/changelog/3.4.1/.release.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<release 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"
+ date="2026-10-20"
+ version="3.4.1"/>
\ No newline at end of file
diff --git a/src/site/antora/modules/ROOT/partials/supported-versions.adoc
b/src/site/antora/modules/ROOT/partials/supported-versions.adoc
index edbf9f90..fe4a816a 100644
--- a/src/site/antora/modules/ROOT/partials/supported-versions.adoc
+++ b/src/site/antora/modules/ROOT/partials/supported-versions.adoc
@@ -25,7 +25,7 @@
| 3.x
| **[active]#Active#**
-| 3.4.0
+| 3.4.1
| 2024-09-12
|
|