Skip to content

Commit

Permalink
added release notes for 3.0.4-Preview1
Browse files Browse the repository at this point in the history
  • Loading branch information
FreeAndNil committed Feb 5, 2025
1 parent f06a0bc commit 9d9edcf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-preview.ps1
Original file line number Diff line number Diff line change
@@ -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
Expand Down
13 changes: 13 additions & 0 deletions src/site/xdoc/release/release-notes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit 9d9edcf

Please sign in to comment.