You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rm...@apache.org on 2021/04/13 01:36:02 UTC

[logging-log4cxx] branch master updated (25e3434 -> 4bcc63e)

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

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


    from 25e3434  Check for ABI changes (#58)
     new 37a1a76  Updated copyright date
     new 4bcc63e  Updated changelog in preparation for 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:
 src/site/doxy/footer.html             |  2 +-
 src/site/markdown/change-report-gh.md | 43 +++++++++++++++++++++++++++++++----
 2 files changed, 39 insertions(+), 6 deletions(-)

[logging-log4cxx] 02/02: Updated changelog in preparation for release

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

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

commit 4bcc63ea2a56348dd961d41fd6c9731e6ff91834
Author: Robert Middleton <ro...@rm5248.com>
AuthorDate: Mon Apr 12 21:35:49 2021 -0400

    Updated changelog in preparation for release
---
 src/site/markdown/change-report-gh.md | 43 +++++++++++++++++++++++++++++++----
 1 file changed, 38 insertions(+), 5 deletions(-)

diff --git a/src/site/markdown/change-report-gh.md b/src/site/markdown/change-report-gh.md
index 32c258b..9f032af 100644
--- a/src/site/markdown/change-report-gh.md
+++ b/src/site/markdown/change-report-gh.md
@@ -21,13 +21,11 @@ Changelog {#changelog}
  limitations under the License.
 -->
 
-## Changes
+# Release History
 
-### Release History
-
-|                                                                                        |            |                      |
-| -------------------------------------------------------------------------------------- | ---------- | -------------------- |
 | Version                                                                                | Date       | Description          |
+| -------------------------------------------------------------------------------------- | ---------- | -------------------- |
+| [0.12.0](#0.12.0) | Not yet released| First release to require C++11. Updates for smart pointers.  Standardization on CMake for building. |
 | [0.11.0](#0.11.0) | 2020-08-09 | Maintenance release. |
 | [0.10.0](#0.10.0) | 2008-04-03 | First Apache release |
 | [0.9.7](#0.9.7)   | 2004-05-10 |                      |
@@ -42,6 +40,41 @@ Changelog {#changelog}
 | [0.1.0](#0.1.0)   | 2003-07-08 |                      |
 | [0.0.1](#0.0.1)   | 2003-05-31 |                      |
 
+<a name="0.12.0"/>
+## Release 0.12.0 - Not yet released
+
+This is the first release to require a minimum version of C++11.  This means that all objects in log4cxx
+are now created using `std::shared_ptr` as the smart pointer implementation.
+
+Alternative build systems have been removed, and we now support CMake only for building the library.
+
+Bug
+---
+
+-   \[[LOGCXX-322](https://issues.apache.org/jira/browse/LOGCXX-322)\] -
+    Crashes on exit from multithreaded program using log4cxx
+-   \[[LOGCXX-485](https://issues.apache.org/jira/browse/LOGCXX-485)\] -
+    Levels leak memory
+-   \[[LOGCXX-486](https://issues.apache.org/jira/browse/LOGCXX-486)\] -
+    Replace ObjectPtr with more standard shared\_ptr.
+-   \[[LOGCXX-507](https://issues.apache.org/jira/browse/LOGCXX-507)\] -
+    Data race on LevelPtr when using the async appender
+-   \[[LOGCXX-508](https://issues.apache.org/jira/browse/LOGCXX-508)\] -
+    sync
+-   \[[LOGCXX-510](https://issues.apache.org/jira/browse/LOGCXX-510)\] -
+    Build problems using CMAKE and Visual Studio 2019 Community
+-   \[[LOGCXX-517](https://issues.apache.org/jira/browse/LOGCXX-517)\] -
+    Circular reference in ErrorHandlerTestCase
+-   \[[LOGCXX-521](https://issues.apache.org/jira/browse/LOGCXX-521)\] -
+    Can\'t link cleanly with ODBC
+
+New Feature
+-----------
+
+-   \[[LOGCXX-515](https://issues.apache.org/jira/browse/LOGCXX-515)\] -
+    Add macros to utilize libfmt formatting for messages
+
+
 <a name="0.11.0"/>
 ### Release 0.11.0 - 2020-08-09
 

[logging-log4cxx] 01/02: Updated copyright date

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

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

commit 37a1a76c9dba9c42d115dd2683e164102aab38b5
Author: Robert Middleton <ro...@rm5248.com>
AuthorDate: Mon Apr 12 20:58:06 2021 -0400

    Updated copyright date
---
 src/site/doxy/footer.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/doxy/footer.html b/src/site/doxy/footer.html
index 2639b9a..a4d852a 100644
--- a/src/site/doxy/footer.html
+++ b/src/site/doxy/footer.html
@@ -8,7 +8,7 @@
     <a href="http://www.doxygen.org/index.html">
     <img class="footer" src="$relpath^doxygen.png" alt="doxygen"/></a> $doxygenversion </li>
     <li class="center">
-Copyright &copy; 2003-2020 <a href="https://www.apache.org/">Apache Software Foundation</a>. All Rights Reserved. <br/>
+Copyright &copy; 2003-2021 <a href="https://www.apache.org/">Apache Software Foundation</a>. All Rights Reserved. <br/>
 Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, and the Apache Logging project logo are trademarks of The Apache Software Foundation.
     </li>
   </ul>