Skip to content

Commit

Permalink
update version and change report
Browse files Browse the repository at this point in the history
  • Loading branch information
rm5248 committed May 1, 2023
1 parent e839e81 commit afee8eb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmake/projectVersionDetails.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)
11 changes: 11 additions & 0 deletions src/site/markdown/change-report-gh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand All @@ -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
Expand Down

0 comments on commit afee8eb

Please sign in to comment.