This is an automated email from the ASF dual-hosted git repository.
FreeAndNil pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/logging-log4net-site.git
The following commit(s) were added to refs/heads/asf-staging by this push:
new 773e360 log4net 3.4.0
773e360 is described below
commit 773e3608fbfce7559b8a3579a4996243479f4ea2
Author: Jan Friedrich <[email protected]>
AuthorDate: Tue Aug 18 23:33:21 2026 +0200
log4net 3.4.0
---
log4net-3.4.0/release-review.html | 18 +++++++++++++-----
1 file changed, 13 insertions(+), 5 deletions(-)
diff --git a/log4net-3.4.0/release-review.html
b/log4net-3.4.0/release-review.html
index 05c99a6..43c4c40 100644
--- a/log4net-3.4.0/release-review.html
+++ b/log4net-3.4.0/release-review.html
@@ -375,11 +375,7 @@ wget --cut-dirs=6 \
<p>Extract sources:</p>
<div class="listingblock">
<div class="content">
-<pre class="highlightjs highlight"><code class="language-bash hljs"
data-lang="bash">mkdir -p src
-cd src
-unzip -q -o ../*source*.zip
-
-cd src</code></pre>
+<pre class="highlightjs highlight"><code class="language-bash hljs"
data-lang="bash">unzip -q -o *source*.zip -d src</code></pre>
</div>
</div>
</li>
@@ -388,6 +384,18 @@ cd src</code></pre>
</div>
</details>
</li>
+</ol>
+</div>
+<div class="olist arabic">
+<ol class="arabic">
+<li>
+<p>Switch to the extracted sources, which is the directory holding the
<code>Dockerfile</code>:</p>
+<div class="listingblock">
+<div class="content">
+<pre class="highlightjs highlight"><code class="language-bash hljs"
data-lang="bash">cd src</code></pre>
+</div>
+</div>
+</li>
<li>
<p>Verify the build (install <a
href="https://docs.docker.com/engine/install">docker</a>, if you haven’t
already):</p>
<div class="listingblock">