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 88c0576b added release note for #292
88c0576b is described below

commit 88c0576bfecc89c04bde37dc78603c0837ee337e
Author: Jan Friedrich <[email protected]>
AuthorDate: Wed May 13 14:59:45 2026 +0200

    added release note for #292
---
 package-lock.json                                            |  4 ++--
 .../3.3.2/292-fix-concurrent-getlogger-dropping-messages.xml | 12 ++++++++++++
 2 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 254c120f..ffc4c19d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "log4net",
-  "version": "3.3.1",
+  "version": "3.3.2",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "log4net",
-      "version": "3.3.1",
+      "version": "3.3.2",
       "license": "Apache-2.0",
       "devDependencies": {
         "@antora/cli": "^3.2.0-alpha.9",
diff --git 
a/src/changelog/3.3.2/292-fix-concurrent-getlogger-dropping-messages.xml 
b/src/changelog/3.3.2/292-fix-concurrent-getlogger-dropping-messages.xml
new file mode 100644
index 00000000..2240a254
--- /dev/null
+++ b/src/changelog/3.3.2/292-fix-concurrent-getlogger-dropping-messages.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<entry 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";
+       type="fixed">
+  <issue id="292" link="https://github.com/apache/logging-log4net/issues/292"/>
+  <issue id="294" link="https://github.com/apache/logging-log4net/pull/294"/>
+  <description format="asciidoc">
+    fix dropped log messages during concurrent `GetLogger` calls (reported by 
@omtslug, fixed by
+ @gdziadkiewicz in https://github.com/apache/logging-log4net/pull/294[#294])
+  </description>
+</entry>
\ No newline at end of file

Reply via email to