diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 885351b..5b542d0 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -24,6 +24,43 @@ Changes * Bump org.slf4j:slf4j-api from 2.0.13 to 2.0.16 #276, #282. Thanks to Gary Gregory, Dependabot. +Historical list of changes: https://commons.apache.org/proper/commons-logging/changes-report.html + +Download it from https://commons.apache.org/proper/commons-logging/download_logging.cgi + +For complete information on Apache Commons Logging, including instructions on how to submit bug reports, +patches, or suggestions for improvement, see the Apache Commons Logging website: + +https://commons.apache.org/proper/commons-logging/ + +----------------------------------------------------------------------------- + +Apache Commons Logging 1.3.4 Release Notes +------------------------------------------ + +The Apache Commons Logging team is pleased to announce the release of Apache Commons Logging 1.3.4. + +Apache Commons Logging is a thin adapter allowing configurable bridging to other, +well-known logging systems. + +This is a feature and maintenance release. Java 8 or later is required. + +Changes in this version +----------------------- + + +Fixed Bugs +---------- + +* LOGGING-192: Fix factory loading from context class loader #280, #281. Thanks to Björn Kautler, Piotr Karwasz. + +Changes +------- + +* Bump org.apache.commons:commons-parent from 71 to 72. Thanks to Gary Gregory. +* Bump org.slf4j:slf4j-api from 2.0.13 to 2.0.16 #276, #282. Thanks to Gary Gregory, Dependabot. + + Historical list of changes: https://commons.apache.org/proper/commons-logging/changes-report.html Download it from https://commons.apache.org/proper/commons-logging/download_logging.cgi diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 8a7a825..ed14b16 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -43,12 +43,12 @@ The type attribute can be add,update,fix,remove. Release Notes - + Bump org.apache.commons:commons-parent from 72 to 78 #285, #287, #295, #298, #303, #310. - Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0 #288. + Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0 #288 [test]. Bump log4j2.version from 2.23.1 to 2.24.2 #292, #299, #319. Remove "cobertura" plugin, we use JaCoco, Cobertura is unmaintained.