This is an automated email from the ASF dual-hosted git repository.
swebb2066 pushed a commit to branch update_change_report
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git
The following commit(s) were added to refs/heads/update_change_report by this
push:
new ef634a69 Add bugfix release documentation
ef634a69 is described below
commit ef634a6953c1361018c3252e7a9fa82c286b5d96
Author: Stephen Webb <[email protected]>
AuthorDate: Fri Nov 22 14:46:50 2024 +1100
Add bugfix release documentation
---
src/cmake/projectVersionDetails.cmake | 2 +-
src/site/markdown/change-report-gh.md | 18 +++++++++++++++++-
2 files changed, 18 insertions(+), 2 deletions(-)
diff --git a/src/cmake/projectVersionDetails.cmake
b/src/cmake/projectVersionDetails.cmake
index 36275991..f71bec52 100644
--- a/src/cmake/projectVersionDetails.cmake
+++ b/src/cmake/projectVersionDetails.cmake
@@ -2,4 +2,4 @@
# setting the project version. The variable name must not
# clash with the log4cxx_VERSION* variables automatically
# defined by the project() command.
-set(log4cxx_VER 1.3.0.0)
+set(log4cxx_VER 1.3.1.0)
diff --git a/src/site/markdown/change-report-gh.md
b/src/site/markdown/change-report-gh.md
index c5b8e9c2..c76a7beb 100644
--- a/src/site/markdown/change-report-gh.md
+++ b/src/site/markdown/change-report-gh.md
@@ -25,6 +25,7 @@ Change Log {#changelog}
| Version | Date | Description |
| ------------------- | ---------- | -------------------- |
+| [1.3.0](#rel_1_3_1) | 2024-11-XX | Bugfix release |
| [1.3.0](#rel_1_3_0) | 2024-10-21 | Maintenance release |
| [1.2.0](#rel_1_2_0) | 2024-01-01 | Maintenance release |
| [1.1.0](#rel_1_1_0) | 2023-05-01 | General bugfix release |
@@ -46,7 +47,22 @@ Change Log {#changelog}
| [0.1.0](#rel_1_0) | 2003-07-08 | |
| [0.0.1](#rel_0_1) | 2003-05-31 | |
-## Release 1.3.0 - 2024-XX-XX {#rel_1_3_0}
+
+## Release 1.3.1 - 2024-11-XX {#rel_1_3_1}
+
+This is a minor bugfix release to fix issues found with 1.3.0.
+
+
+### Bug {#rel_1_3_1_bugs}
+
+- \[[#431](https://github.com/apache/logging-log4cxx/pull/431)\] -
+ Properly prevent undefined behaviour when an appender is deleted without
being closed
+- \[[#426](https://github.com/apache/logging-log4cxx/pull/426)\] -
+ Prevent abnormal termination on exit when using a static NDC/MDC variable
+- \[[#419](https://github.com/apache/logging-log4cxx/pull/419)\] -
+ Support for std::experimental::optional (in the standard library used by
gcc 5.4)
+
+## Release 1.3.0 - 2024-10-21 {#rel_1_3_0}
Release 1.3.0 includes the following new features: