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/08/28 19:52:43 UTC

[logging-log4j-kotlin] branch master updated (46abd85 -> 1537564)

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

mattsicker pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j-kotlin.git.


    from 46abd85  [maven-release-plugin] prepare for next development iteration
     new 317ac12  Update changelog for 1.1.0
     new 1537564  Prepare for 1.1.0 release

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                 |  2 +-
 src/changes/changes.xml | 13 ++++++++++++-
 2 files changed, 13 insertions(+), 2 deletions(-)

[logging-log4j-kotlin] 02/02: Prepare for 1.1.0 release

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 15375640273df192dc47fe43aa011e7ec886297e
Author: Matt Sicker <bo...@gmail.com>
AuthorDate: Sat Aug 28 14:52:16 2021 -0500

    Prepare for 1.1.0 release
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 26d7d5e..bf17485 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,7 @@
   </distributionManagement>
 
   <properties>
-    <Log4jKotlinVersion>1.0.1</Log4jKotlinVersion>
+    <Log4jKotlinVersion>1.1.0</Log4jKotlinVersion>
     <Log4jReleaseManager>Matt Sicker</Log4jReleaseManager>
     <Log4jReleaseKey>748F15B2CF9BA8F024155E6ED7C92B70FA1C814D</Log4jReleaseKey>
     <changes.plugin.version>2.12</changes.plugin.version>

[logging-log4j-kotlin] 01/02: Update changelog for 1.1.0

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 317ac12ac3224e1d670500a20808d015fb7f304e
Author: Matt Sicker <bo...@gmail.com>
AuthorDate: Sat Aug 28 14:48:33 2021 -0500

    Update changelog for 1.1.0
---
 src/changes/changes.xml | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c2a4ebb..4365067 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -30,12 +30,23 @@
          - "update" - Change
          - "remove" - Removed
     -->
+    <release version="1.1.0" date="2021-08-28" description="Release 1.1.0">
+      <action issue="LOG4J2-2433" dev="rgupta" type="add">
+        Support MDCs with Kotlin coroutines.
+      </action>
+      <action issue="LOG4J2-2518" dev="rgupta" type="add">
+        Support suspend functions in supplier lambdas.
+      </action>
+      <action issue="LOG4J2-2843" dev="rgupta" type="update">
+        Update Kotlin baseline version to 1.3.72.
+      </action>
+    </release>
     <release version="1.0.0" date="2018-11-03" description="Release 1.0.0">
       <action issue="LOG4J2-1705" dev="mattsicker" type="add" due-to="Raman Gupta">
         Create Kotlin wrapper API for Log4j.
       </action>
       <action issue="LOG4J2-2432" dev="mattsicker" type="update" due-to="Raman Gupta">
-        Make `namedLogger` more discoverable
+        Make `namedLogger` more discoverable.
       </action>
     </release>
   </body>