From cc1bd3db80d65bdc0b533868c0328fcb8ce0dafd Mon Sep 17 00:00:00 2001 From: Johan Wikman Date: Tue, 2 Jul 2019 08:23:43 +0300 Subject: [PATCH 1/2] Add release notes and update changelog for 2.3.9 --- Documentation/Changelog.md | 1 + .../MaxScale-2.3.9-Release-Notes.md | 51 +++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 Documentation/Release-Notes/MaxScale-2.3.9-Release-Notes.md diff --git a/Documentation/Changelog.md b/Documentation/Changelog.md index b59565b94..e5160d7ae 100644 --- a/Documentation/Changelog.md +++ b/Documentation/Changelog.md @@ -31,6 +31,7 @@ For more details, please refer to: +* [MariaDB MaxScale 2.3.9 Release Notes](Release-Notes/MaxScale-2.3.9-Release-Notes.md) * [MariaDB MaxScale 2.3.8 Release Notes](Release-Notes/MaxScale-2.3.8-Release-Notes.md) * [MariaDB MaxScale 2.3.7 Release Notes](Release-Notes/MaxScale-2.3.7-Release-Notes.md) * [MariaDB MaxScale 2.3.6 Release Notes](Release-Notes/MaxScale-2.3.6-Release-Notes.md) diff --git a/Documentation/Release-Notes/MaxScale-2.3.9-Release-Notes.md b/Documentation/Release-Notes/MaxScale-2.3.9-Release-Notes.md new file mode 100644 index 000000000..1a3d5ac90 --- /dev/null +++ b/Documentation/Release-Notes/MaxScale-2.3.9-Release-Notes.md @@ -0,0 +1,51 @@ +# MariaDB MaxScale 2.3.9 Release Notes + +Release 2.3.9 is a GA release. + +This document describes the changes in release 2.3.9, when compared to the +previous release in the same series. + +For any problems you encounter, please consider submitting a bug +report on [our Jira](https://jira.mariadb.org/projects/MXS). + +## New Features + +* [MXS-2480](https://jira.mariadb.org/browse/MXS-2480) Write paths to opened sqlite3 databases in log when log_info is set + +## Bug fixes + +* [MXS-2582](https://jira.mariadb.org/browse/MXS-2582) Intermittent unknown statement handler errors from backends +* [MXS-2575](https://jira.mariadb.org/browse/MXS-2575) PATCH with invalid credentials returns no result +* [MXS-2569](https://jira.mariadb.org/browse/MXS-2569) No newline sent with large schemas +* [MXS-2563](https://jira.mariadb.org/browse/MXS-2563) Failing debug assertion at rwsplitsession.cc:1129 : m_expected_responses == 0 +* [MXS-2562](https://jira.mariadb.org/browse/MXS-2562) Oracle's MySQL Connector/ODBC gets packets out-of-order errors with .NET +* [MXS-2560](https://jira.mariadb.org/browse/MXS-2560) KILL with recursive services doesn't work +* [MXS-2551](https://jira.mariadb.org/browse/MXS-2551) Monitors add deprecated parameters to persisted config files +* [MXS-2550](https://jira.mariadb.org/browse/MXS-2550) qlafilter escapes newline with two quotes and a space +* [MXS-2549](https://jira.mariadb.org/browse/MXS-2549) prelink can corrupt maxctrl +* [MXS-2547](https://jira.mariadb.org/browse/MXS-2547) Stop MaxScale during Rest-API query cause process hung +* [MXS-2521](https://jira.mariadb.org/browse/MXS-2521) COM_STMT_EXECUTE maybe return empty result +* [MXS-2490](https://jira.mariadb.org/browse/MXS-2490) Unknown prepared statement handler (0) given to mysqld_stmt_execute +* [MXS-2461](https://jira.mariadb.org/browse/MXS-2461) Unexpected internal state with ReadWriteSplit and proxy_protocol=true +* [MXS-2442](https://jira.mariadb.org/browse/MXS-2442) "Param1 reported as VARIABLE" warnings +* [MXS-2367](https://jira.mariadb.org/browse/MXS-2367) No warning about missing REPLICATION SLAVE + +## Known Issues and Limitations + +There are some limitations and known issues within this version of MaxScale. +For more information, please refer to the [Limitations](../About/Limitations.md) document. + +## Packaging + +RPM and Debian packages are provided for supported the Linux distributions. + +Packages can be downloaded [here](https://mariadb.com/downloads/mariadb-tx/maxscale). + +## Source Code + +The source code of MaxScale is tagged at GitHub with a tag, which is identical +with the version of MaxScale. For instance, the tag of version X.Y.Z of MaxScale +is `maxscale-X.Y.Z`. Further, the default branch is always the latest GA version +of MaxScale. + +The source code is available [here](https://github.com/mariadb-corporation/MaxScale). From 29c530fdccefd1e5ed66213bb3072b46d8b673d8 Mon Sep 17 00:00:00 2001 From: Johan Wikman Date: Tue, 2 Jul 2019 08:56:50 +0300 Subject: [PATCH 2/2] Update maintenance version of 2.3 --- VERSION23.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION23.cmake b/VERSION23.cmake index 3bde743b8..afc3c44fc 100644 --- a/VERSION23.cmake +++ b/VERSION23.cmake @@ -5,7 +5,7 @@ set(MAXSCALE_VERSION_MAJOR "2" CACHE STRING "Major version") set(MAXSCALE_VERSION_MINOR "3" CACHE STRING "Minor version") -set(MAXSCALE_VERSION_PATCH "9" CACHE STRING "Patch version") +set(MAXSCALE_VERSION_PATCH "10" CACHE STRING "Patch version") # This should only be incremented if a package is rebuilt set(MAXSCALE_BUILD_NUMBER 1 CACHE STRING "Release number")