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 783570c4 bump version to 3.3.2
783570c4 is described below

commit 783570c43bd3d4e366326abca7f4b7dc2653ee4e
Author: Jan Friedrich <[email protected]>
AuthorDate: Sun Apr 19 21:53:36 2026 +0200

    bump version to 3.3.2
---
 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                          |  2 +-
 src/changelog/3.3.2/.release-notes.adoc.ftl        | 41 ++++++++++++++++++++++
 src/changelog/3.3.2/.release.xml                   |  6 ++++
 src/log4net/log4net.csproj                         |  2 +-
 .../modules/ROOT/partials/supported-versions.adoc  |  2 +-
 13 files changed, 64 insertions(+), 17 deletions(-)

diff --git a/doc/MailTemplate.Announce.txt b/doc/MailTemplate.Announce.txt
index 68f75cd0..2cdeff1a 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.3.1 released
+Subject: [ANNOUNCE] Apache log4net 3.3.2 released
 
 Hi,
 
-the Apache log4net team is pleased to announce the 3.3.1 release.
+the Apache log4net team is pleased to announce the 3.3.2 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.3.1
-- https://www.nuget.org/packages/log4net/3.3.1
+- https://github.com/apache/logging-log4net/releases/tag/rel%2F3.3.2
+- https://www.nuget.org/packages/log4net/3.3.2
diff --git a/doc/MailTemplate.Result.txt b/doc/MailTemplate.Result.txt
index 7b022be1..d6f6bbd2 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.3.1
+Subject: [RESULT][VOTE] Release Apache Log4net 3.3.2
 
 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.3.1.
+This is a vote to release the Apache Log4net 3.3.2.
 
 ...
diff --git a/doc/MailTemplate.txt b/doc/MailTemplate.txt
index 6accbd3a..35077787 100644
--- a/doc/MailTemplate.txt
+++ b/doc/MailTemplate.txt
@@ -1,12 +1,12 @@
 To: [email protected]
-Subject: [VOTE] Release Apache Log4net 3.3.1
+Subject: [VOTE] Release Apache Log4net 3.3.2
 
-This is a vote to release the Apache Log4net 3.3.1.
+This is a vote to release the Apache Log4net 3.3.2.
 
 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.3.1
+Distribution: https://dist.apache.org/repos/dist/dev/logging/log4net/3.3.2
 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 0c9c5630..816f5023 100644
--- a/examples/Directory.Build.props
+++ b/examples/Directory.Build.props
@@ -1,6 +1,6 @@
 <Project>
   <PropertyGroup>
-    <Version>3.3.0</Version>
+    <Version>3.3.1</Version>
     <AssemblyVersion>$(Version)</AssemblyVersion>
     <Deterministic>true</Deterministic>
     <LangVersion>latest</LangVersion>
diff --git a/package.json b/package.json
index 74f7fc51..8bb91863 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "log4net",
-  "version": "3.3.1",
+  "version": "3.3.2",
   "description": "Log4Net is a logging framework for .NET",
   "repository": {
     "type": "git",
diff --git a/pom.xml b/pom.xml
index 856c601f..a0332c9d 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.3.1</version>
+  <version>3.3.2</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 c769c033..62cebefc 100644
--- a/scripts/build-preview.ps1
+++ b/scripts/build-preview.ps1
@@ -1,5 +1,5 @@
 param(
-  $Version = '3.3.1',
+  $Version = '3.3.2',
   $Preview = '1'
 )
 'building ...'
diff --git a/scripts/build-release.ps1 b/scripts/build-release.ps1
index 0e500839..75039c8c 100644
--- a/scripts/build-release.ps1
+++ b/scripts/build-release.ps1
@@ -1,5 +1,5 @@
 param(
-  $Version = '3.3.1'
+  $Version = '3.3.2'
 )
 
 Set-StrictMode -Version Latest
diff --git a/src/Directory.Build.props b/src/Directory.Build.props
index d0c3e441..ef6aa71b 100644
--- a/src/Directory.Build.props
+++ b/src/Directory.Build.props
@@ -14,7 +14,7 @@
     <SatelliteResourceLanguages>en;en-US</SatelliteResourceLanguages>
   </PropertyGroup>
   <PropertyGroup Label="Package Versions">
-    <Log4NetPackageVersion>3.3.0</Log4NetPackageVersion>
+    <Log4NetPackageVersion>3.3.1</Log4NetPackageVersion>
     
<SystemConfigurationConfigurationManagerPackageVersion>4.5.0</SystemConfigurationConfigurationManagerPackageVersion>
     
<MicrosoftSourceLinkGitHubPackageVersion>8.0.0</MicrosoftSourceLinkGitHubPackageVersion>
     <!-- Analyzer packages -->
diff --git a/src/changelog/3.3.2/.release-notes.adoc.ftl 
b/src/changelog/3.3.2/.release-notes.adoc.ftl
new file mode 100644
index 00000000..85eb1e0e
--- /dev/null
+++ b/src/changelog/3.3.2/.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.3.2/.release.xml b/src/changelog/3.3.2/.release.xml
new file mode 100644
index 00000000..419fe419
--- /dev/null
+++ b/src/changelog/3.3.2/.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-06-19"
+         version="3.3.2"/>
\ No newline at end of file
diff --git a/src/log4net/log4net.csproj b/src/log4net/log4net.csproj
index b60ad529..43a32f44 100644
--- a/src/log4net/log4net.csproj
+++ b/src/log4net/log4net.csproj
@@ -1,6 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
-    <Version>3.3.1</Version>
+    <Version>3.3.2</Version>
     <PackageId>log4net</PackageId>
     <Product>Apache log4net</Product>
     <Title>$(Product)</Title>
diff --git a/src/site/antora/modules/ROOT/partials/supported-versions.adoc 
b/src/site/antora/modules/ROOT/partials/supported-versions.adoc
index 9799f625..82f0797b 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.3.1
+| 3.3.2
 | 2024-09-12
 |
 |

Reply via email to