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 afee8eb33262f9b3eb3c0d861ba1cc28d9855a5a
Author: Robert Middleton <[email protected]>
AuthorDate: Mon May 1 18:51:12 2023 -0400

    update version and change report
---
 src/cmake/projectVersionDetails.cmake |  2 +-
 src/site/markdown/change-report-gh.md | 11 +++++++++++
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/src/cmake/projectVersionDetails.cmake 
b/src/cmake/projectVersionDetails.cmake
index 71f99172..8b616198 100644
--- a/src/cmake/projectVersionDetails.cmake
+++ b/src/cmake/projectVersionDetails.cmake
@@ -2,5 +2,5 @@
 # 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.0.0.0)
+set(log4cxx_VER 1.1.0.0)
 set(log4cxx_ABI_VER 15)
diff --git a/src/site/markdown/change-report-gh.md 
b/src/site/markdown/change-report-gh.md
index 3c36ca3f..ca431986 100644
--- a/src/site/markdown/change-report-gh.md
+++ b/src/site/markdown/change-report-gh.md
@@ -25,6 +25,7 @@ Changelog {#changelog}
 
 | Version                                                                      
          | Date       | Description          |
 | 
--------------------------------------------------------------------------------------
 | ---------- | -------------------- |
+| [1.1.0](#rel_1_1_0) | 2023-05-01 | General bugfix release  |
 | [1.0.0](#rel_1_0_0) | 2023-01-01 | Major release to standardize the library 
and make it ABI stable  |
 | [0.13.0](#rel_13_0) | 2022-04-15 | Maintenance release  |
 | [0.12.1](#rel_12_1) | 2021-09-21 | Bugfix for 0.12.0 |
@@ -43,6 +44,16 @@ Changelog {#changelog}
 | [0.1.0](#rel_1_0)   | 2003-07-08 |                      |
 | [0.0.1](#rel_0_1)   | 2003-05-31 |                      |
 
+## Release 1.1.0 - 2023-05-01 {#rel_1_1_0}
+
+This is a general maintenance release.  The following bugs/issues have been 
fixed:
+
+* Fix to build on Windows Server 2016
+* Fix compiling errors with older compilers
+* Make ODBC and SMTP opt-in instead of automatic
+* Parameterize statements for ODBC inserts.  Add new generic DBAppender class 
that uses APR for database support
+* Fix Qt support
+
 ## Release 1.0.0 - 2023-01-01 {#rel_1_0_0}
 
 This is a major release that fixes a number of long-standing issues and is 
desinged

Reply via email to