Skip to content

Commit c306c28

Browse files
committed
📝 update docs for site
1 parent 47aaf46 commit c306c28

File tree

2 files changed

+27
-11
lines changed

2 files changed

+27
-11
lines changed

src/site/xdoc/download_log4net.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ limitations under the License.
3636

3737
</section>
3838

39-
<section name="log4net 2.0.11">
39+
<section name="log4net 2.0.12">
4040

4141
<subsection name="Source">
4242
<table>
4343
<tr>
44-
<td><a href="https://downloads.apache.org/logging/log4net/source/apache-log4net-source-2.0.11.zip">apache-log4net-source-2.0.11.zip</a></td>
45-
<td><a href="https://downloads.apache.org/logging/log4net/source/apache-log4net-source-2.0.11.zip.sha512">sha512</a></td>
46-
<td><a href="https://downloads.apache.org/logging/log4net/source/apache-log4net-source-2.0.11.zip.asc">pgp</a></td>
44+
<td><a href="https://downloads.apache.org/logging/log4net/source/apache-log4net-source-2.0.12.zip">apache-log4net-source-2.0.12.zip</a></td>
45+
<td><a href="https://downloads.apache.org/logging/log4net/source/apache-log4net-source-2.0.12.zip.sha512">sha512</a></td>
46+
<td><a href="https://downloads.apache.org/logging/log4net/source/apache-log4net-source-2.0.12.zip.asc">pgp</a></td>
4747
</tr>
4848
</table>
4949
</subsection>
@@ -52,14 +52,14 @@ limitations under the License.
5252
<p>Binaries are available in a zip file or nupkg, which is also available from <a href="https://www.nuget.org/packages/log4net/">nuget.org</a></p>
5353
<table>
5454
<tr>
55-
<td><a href="https://downloads.apache.org/logging/log4net/binaries/apache-log4net-binaries-2.0.11.zip">log4net-binaries-2.0.11.zip</a></td>
56-
<td><a href="https://downloads.apache.org/logging/log4net/binaries/apache-log4net-binaries-2.0.11.zip.sha512">sha512</a></td>
57-
<td><a href="https://downloads.apache.org/logging/log4net/binaries/apache-log4net-binaries-2.0.11.zip.asc">pgp</a></td>
55+
<td><a href="https://downloads.apache.org/logging/log4net/binaries/apache-log4net-binaries-2.0.12.zip">log4net-binaries-2.0.12.zip</a></td>
56+
<td><a href="https://downloads.apache.org/logging/log4net/binaries/apache-log4net-binaries-2.0.12.zip.sha512">sha512</a></td>
57+
<td><a href="https://downloads.apache.org/logging/log4net/binaries/apache-log4net-binaries-2.0.12.zip.asc">pgp</a></td>
5858
</tr>
5959
<tr>
60-
<td><a href="https://downloads.apache.org/logging/log4net/binaries/apache-log4net.2.0.11.nupkg">log4net-2.0.11.nupkg</a></td>
61-
<td><a href="https://downloads.apache.org/logging/log4net/binaries/apache-log4net.2.0.11.nupkg.sha512">sha512</a></td>
62-
<td><a href="https://downloads.apache.org/logging/log4net/binaries/apache-log4net.2.0.11.nupkg.asc">pgp</a></td>
60+
<td><a href="https://downloads.apache.org/logging/log4net/binaries/apache-log4net.2.0.12.nupkg">log4net-2.0.12.nupkg</a></td>
61+
<td><a href="https://downloads.apache.org/logging/log4net/binaries/apache-log4net.2.0.12.nupkg.sha512">sha512</a></td>
62+
<td><a href="https://downloads.apache.org/logging/log4net/binaries/apache-log4net.2.0.12.nupkg.asc">pgp</a></td>
6363
</tr>
6464
</table>
6565
</subsection>

src/site/xdoc/release/release-notes.xml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,24 @@ limitations under the License.
2727
<body>
2828

2929
<section id="main" name="Apache log4net&#x2122; Release Notes">
30+
<section id="2.0.12" name="2.0.12">
31+
<p>
32+
Apache log4net 2.0.12 is a minor fix release to address reported issues on
33+
non-windows platforms.
34+
</p>
35+
<section id="2.0.12-bug" name="Bug Fixes">
36+
<ul>
37+
<li>Addresses the issues reported in LOG4NET-652 and LOG4NET-653 whereby
38+
logging could throw a PlatformNotSupported exception when the username
39+
is required within logs on non-Windows platforms. The implemented
40+
behavior is to fall back, where possible, on Environment.UserName
41+
or provide text that the facility is not supported.
42+
</li>
43+
</ul>
44+
</section>
45+
</section>
3046
<section id="2.0.11" name="2.0.11">
31-
Apachhe log4net 2.0.11 fixes incorrect version strings within the released
47+
Apache log4net 2.0.11 fixes incorrect version strings within the released
3248
binaries and contains some minor fixes to correctly dispose of StreamWriters
3349
used during log flushing, thanks to community member @NicholasNoise
3450
</section>

0 commit comments

Comments
 (0)