You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2021/12/29 01:11:21 UTC

[logging-log4j2] 01/02: Prepare changelog and pom for 2.3.2

This is an automated email from the ASF dual-hosted git repository.

mattsicker pushed a commit to branch log4j-2.3.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit 16787616652b6b195a536120249c8a31aae49ffa
Author: Matt Sicker <ma...@apache.org>
AuthorDate: Tue Dec 28 19:09:46 2021 -0600

    Prepare changelog and pom for 2.3.2
---
 pom.xml                 | 10 ++++------
 src/changes/changes.xml |  6 +++++-
 2 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2481ea5..031c817 100644
--- a/pom.xml
+++ b/pom.xml
@@ -154,13 +154,11 @@
   <properties>
     <!-- make sure to update these for each release! -->
     <log4jParentDir>${basedir}</log4jParentDir>
-    <Log4jReleaseVersion>2.3.1</Log4jReleaseVersion>
-    <Log4jReleaseCount>eighteenth</Log4jReleaseCount>
-    <Log4jReleaseManager>Ralph Goers</Log4jReleaseManager>
-    <Log4jReleaseKey>B3D8E1BA</Log4jReleaseKey>
-    <Log4jSigningUserName>rgoers@apache.org</Log4jSigningUserName>
-    <!-- <Log4jReleaseManager>Matt Sicker</Log4jReleaseManager>
+    <Log4jReleaseVersion>2.3.2</Log4jReleaseVersion>
+    <Log4jReleaseCount>next</Log4jReleaseCount>
+    <Log4jReleaseManager>Matt Sicker</Log4jReleaseManager>
     <Log4jReleaseKey>FA1C814D</Log4jReleaseKey> -->
+    <Log4jSigningUserName>mattsicker@apache.org</Log4jSigningUserName>
     <!-- note that any properties you want available in velocity templates must not use periods! -->
     <slf4jVersion>1.7.12</slf4jVersion>
     <logbackVersion>1.1.3</logbackVersion>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4a8a8c7..a23324b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -23,7 +23,11 @@
     <title>Changes</title>
   </properties>
   <body>
-    <release version="2.3.2" date="2021-12-xx" description="GA Release 2.3.2">
+    <release version="2.3.2" date="2021-12-28" description="GA Release 2.3.2">
+      <action issue="LOG4J2-3293" dev="ggregory" type="fix">
+        JDBC Appender should use JNDI Manager and JNDI access should be limited.
+        Backport fix for CVE-2021-44832.
+      </action>
       <action issue="LOG4J2-2819" dev="mattsicker" type="fix">
         Add support for specifying an SSL configuration for SmtpAppender.
         Backport fix for CVE-2020-9488 to allow SSL/TLS hostname verification.