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

commit b16ef87c3954f3f2b9d49d6feb28efac206b4fe4
Author: Jan Friedrich <freeand...@apache.org>
AuthorDate: Fri Aug 22 23:02:46 2025 +0200

    updated version to 3.2.1
---
 doc/MailTemplate.Announce.txt               |  8 +++---
 doc/MailTemplate.Result.txt                 |  4 +--
 doc/MailTemplate.txt                        |  6 ++---
 package.json                                |  2 +-
 pom.xml                                     |  4 +--
 scripts/build-preview.ps1                   |  4 +--
 scripts/build-release.ps1                   |  2 +-
 src/changelog/3.2.1/.release-notes.adoc.ftl | 41 +++++++++++++++++++++++++++++
 src/changelog/3.2.1/.release.xml            |  7 +++++
 src/log4net/log4net.csproj                  |  2 +-
 10 files changed, 64 insertions(+), 16 deletions(-)

diff --git a/doc/MailTemplate.Announce.txt b/doc/MailTemplate.Announce.txt
index 1855ceb1..0de9c5c5 100644
--- a/doc/MailTemplate.Announce.txt
+++ b/doc/MailTemplate.Announce.txt
@@ -1,10 +1,10 @@
 To: annou...@apache.org, d...@logging.apache.org
-Subject: [ANNOUNCE] Apache log4net 3.2.0 released
+Subject: [ANNOUNCE] Apache log4net 3.2.1 released
 
 Hi,
 
-the Apache log4net team is pleased to announce the 3.2.0 release.
+the Apache log4net team is pleased to announce the 3.2.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.2.0
-- https://www.nuget.org/packages/log4net/3.2.0
+- https://github.com/apache/logging-log4net/releases/tag/rel%2F3.2.1
+- https://www.nuget.org/packages/log4net/3.2.1
diff --git a/doc/MailTemplate.Result.txt b/doc/MailTemplate.Result.txt
index e8818c1e..38e094ed 100644
--- a/doc/MailTemplate.Result.txt
+++ b/doc/MailTemplate.Result.txt
@@ -1,5 +1,5 @@
 To: d...@logging.apache.org
-Subject: [RESULT][VOTE] Release Apache Log4net 3.2.0
+Subject: [RESULT][VOTE] Release Apache Log4net 3.2.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.2.0.
+This is a vote to release the Apache Log4net 3.2.1.
 
 ...
diff --git a/doc/MailTemplate.txt b/doc/MailTemplate.txt
index eaf09174..fa50a629 100644
--- a/doc/MailTemplate.txt
+++ b/doc/MailTemplate.txt
@@ -1,12 +1,12 @@
 To: d...@logging.apache.org
-Subject: [VOTE] Release Apache Log4net 3.2.0
+Subject: [VOTE] Release Apache Log4net 3.2.1
 
-This is a vote to release the Apache Log4net 3.2.0.
+This is a vote to release the Apache Log4net 3.2.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.2.0
+Distribution: https://dist.apache.org/repos/dist/dev/logging/log4net/3.2.1
 Signing key: 0x7D24496A230E29D6349A99EF583E491578F02D5D
 Review kit: https://logging.staged.apache.org/log4net/release-review.html
 
diff --git a/package.json b/package.json
index e3a67355..b1ad339c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "log4net",
-  "version": "3.2.0",
+  "version": "3.2.1",
   "description": "Log4Net is a logging framework for .NET",
   "scripts": {
     "test": "run-s clean-build test-dotnet run-dotnet-core-tests",
diff --git a/pom.xml b/pom.xml
index 35f1571c..ebc397f3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?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
@@ -25,7 +25,7 @@
   <packaging>pom</packaging>
   <groupId>org.apache.logging.log4net</groupId>
   <artifactId>apache-log4net</artifactId>
-  <version>3.2.0</version>
+  <version>3.2.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 1815a433..3bbe40cc 100644
--- a/scripts/build-preview.ps1
+++ b/scripts/build-preview.ps1
@@ -1,5 +1,5 @@
 param(
-  $Version = '3.2.0',
+  $Version = '3.2.1',
   $Preview = '1'
 )
 'building ...'
@@ -11,4 +11,4 @@ pause
 'creating tag ...'
 git tag "rc/$Version-preview.$Preview"
 'pushing tag ...'
-git push --tags
\ No newline at end of file
+git push --tags
diff --git a/scripts/build-release.ps1 b/scripts/build-release.ps1
index 8dc528c0..1103be26 100644
--- a/scripts/build-release.ps1
+++ b/scripts/build-release.ps1
@@ -1,5 +1,5 @@
 param(
-  $Version = '3.2.0'
+  $Version = '3.2.1'
 )
 
 Set-StrictMode -Version Latest
diff --git a/src/changelog/3.2.1/.release-notes.adoc.ftl 
b/src/changelog/3.2.1/.release-notes.adoc.ftl
new file mode 100644
index 00000000..85eb1e0e
--- /dev/null
+++ b/src/changelog/3.2.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.2.1/.release.xml b/src/changelog/3.2.1/.release.xml
new file mode 100644
index 00000000..0aea5669
--- /dev/null
+++ b/src/changelog/3.2.1/.release.xml
@@ -0,0 +1,7 @@
+
+<?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="2025-10-22"
+         version="3.2.1"/>
\ No newline at end of file
diff --git a/src/log4net/log4net.csproj b/src/log4net/log4net.csproj
index 328c5343..d46802ff 100644
--- a/src/log4net/log4net.csproj
+++ b/src/log4net/log4net.csproj
@@ -1,6 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
-    <Version>3.2.0</Version>
+    <Version>3.2.1</Version>
     <PackageId>log4net</PackageId>
     <Product>Apache log4net</Product>
     <Title>$(Product)</Title>

Reply via email to