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 9d9edcfe added release notes for 3.0.4-Preview1
9d9edcfe is described below
commit 9d9edcfeef0836776dd235ea72d8e5a912e8f996
Author: Jan Friedrich <[email protected]>
AuthorDate: Wed Feb 5 11:39:32 2025 +0100
added release notes for 3.0.4-Preview1
---
scripts/build-preview.ps1 | 2 +-
src/site/xdoc/release/release-notes.xml | 13 +++++++++++++
2 files changed, 14 insertions(+), 1 deletion(-)
diff --git a/scripts/build-preview.ps1 b/scripts/build-preview.ps1
index 51f2cc51..c0b6a49c 100644
--- a/scripts/build-preview.ps1
+++ b/scripts/build-preview.ps1
@@ -1,4 +1,4 @@
-$Version = '3.0.3'
+$Version = '3.0.4'
$Preview = '1'
'building ...'
dotnet build -c Release
"-p:GeneratePackages=true;PackageVersion=$Version-preview.$Preview"
$PSScriptRoot/../src/log4net/log4net.csproj
diff --git a/src/site/xdoc/release/release-notes.xml
b/src/site/xdoc/release/release-notes.xml
index 3c46313d..5f4975f1 100644
--- a/src/site/xdoc/release/release-notes.xml
+++ b/src/site/xdoc/release/release-notes.xml
@@ -23,6 +23,19 @@ limitations under the License.
<meta name="keywords" content="log4net release notes, log4net"/>
<body>
<section id="main" name="Apache log4net Release Notes">
+ <section id="a3.0.4" name="3.0.4">
+ Apache log4net 3.0.4 addresses reported issues:
+ <section id="a3.0.4-bug" name="Bug fixes">
+ <ul>
+ <li>
+ <a
href="https://github.com/apache/logging-log4net/issues/216">Breaking change to
FileAppender in 3.0.2</a> (reported by @sketchturner, fixed by @FreeAndNil in
<a href="https://github.com/apache/logging-log4net/pull/217">#217</a>)
+ </li>
+ <li>
+ <a
href="https://github.com/apache/logging-log4net/issues/225">XmlLayoutSchemaLog4J:
Changed XML start element for exceptions since v3.0.0</a> (reported by
@sita-martin, fixed by @FreeAndNil in <a
href="https://github.com/apache/logging-log4net/pull/226">#226</a>)
+ </li>
+ </ul>
+ </section>
+ </section>
<section id="a3.0.3" name="3.0.3">
Apache log4net 3.0.3 addresses reported issues:
<section id="a3.0.3-bug" name="Bug fixes">